mirror of
https://github.com/YunoHost/yunohost-fosdem-2017.git
synced 2024-09-03 20:06:35 +02:00
[mod] update
This commit is contained in:
parent
2215dd02c4
commit
0570690734
1 changed files with 27 additions and 8 deletions
|
@ -61,6 +61,9 @@
|
|||
<section style="background-image: url('img/tools.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
||||
</section>
|
||||
|
||||
<section style="background-image: url('img/ssoportal.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Architecture</h2>
|
||||
</section>
|
||||
|
@ -78,9 +81,6 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section style="background-image: url('img/architecture.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div style="display: flex; align-items: center; height: 100%">
|
||||
<div>
|
||||
|
@ -107,7 +107,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section style="background-image: url('img/ssoportal.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
||||
<section style="background-image: url('img/architecture.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
@ -184,6 +184,8 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
|
||||
<section>
|
||||
<h3>Future/Dreams/Ideas</h3>
|
||||
<ul>
|
||||
|
@ -196,15 +198,28 @@
|
|||
<li>"app market"
|
||||
</ul>
|
||||
</section>
|
||||
-->
|
||||
|
||||
<section>
|
||||
<h3>Install</h3>
|
||||
<ul>
|
||||
<li>debian + script
|
||||
<li>iso
|
||||
<li>rpi
|
||||
<li>olimex
|
||||
<li>vagrant
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h3>Join Us! \o/</h3>
|
||||
<ul classe="Incremental">
|
||||
<ul class="incremental">
|
||||
<li>Friendly team friendly community <3
|
||||
<li>backend: python (simple), bash
|
||||
<li>backend: python (simple), bash (lua)
|
||||
<li>frontend: html/js (sammy.js)
|
||||
<li>apps: full bash, sysadmin
|
||||
<li>infra: debian, deb toolchain
|
||||
<li>security: code review
|
||||
<li>infra: debian, deb toolchain, ruby
|
||||
<li>community: communicate, support
|
||||
<li>translation!
|
||||
<li>documentation
|
||||
|
@ -219,7 +234,7 @@
|
|||
<li>yunohost.org
|
||||
<li>demo.yunohost.org
|
||||
<li>yunohost.org/apps
|
||||
<li>yunohost.org/contribute
|
||||
<li>forum.yunohost.org
|
||||
<li>dev.yunohost.org (redmine)
|
||||
<li>github.com/yunohost
|
||||
<li>xmpp://dev@conference.yunohost.org
|
||||
|
@ -485,6 +500,10 @@ Ideas/future/dreams:
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.links li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue