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 style="background-image: url('img/tools.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section style="background-image: url('img/ssoportal.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Architecture</h2>
|
<h2>Architecture</h2>
|
||||||
</section>
|
</section>
|
||||||
|
@ -78,9 +81,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section style="background-image: url('img/architecture.png'); background-size: 100%; background-repeat: no-repeat; background-position-y: center;">
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div style="display: flex; align-items: center; height: 100%">
|
<div style="display: flex; align-items: center; height: 100%">
|
||||||
<div>
|
<div>
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -184,6 +184,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h3>Future/Dreams/Ideas</h3>
|
<h3>Future/Dreams/Ideas</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -196,15 +198,28 @@
|
||||||
<li>"app market"
|
<li>"app market"
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h3>Install</h3>
|
||||||
|
<ul>
|
||||||
|
<li>debian + script
|
||||||
|
<li>iso
|
||||||
|
<li>rpi
|
||||||
|
<li>olimex
|
||||||
|
<li>vagrant
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h3>Join Us! \o/</h3>
|
<h3>Join Us! \o/</h3>
|
||||||
<ul classe="Incremental">
|
<ul class="incremental">
|
||||||
<li>Friendly team friendly community <3
|
<li>Friendly team friendly community <3
|
||||||
<li>backend: python (simple), bash
|
<li>backend: python (simple), bash (lua)
|
||||||
<li>frontend: html/js (sammy.js)
|
<li>frontend: html/js (sammy.js)
|
||||||
<li>apps: full bash, sysadmin
|
<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>community: communicate, support
|
||||||
<li>translation!
|
<li>translation!
|
||||||
<li>documentation
|
<li>documentation
|
||||||
|
@ -219,7 +234,7 @@
|
||||||
<li>yunohost.org
|
<li>yunohost.org
|
||||||
<li>demo.yunohost.org
|
<li>demo.yunohost.org
|
||||||
<li>yunohost.org/apps
|
<li>yunohost.org/apps
|
||||||
<li>yunohost.org/contribute
|
<li>forum.yunohost.org
|
||||||
<li>dev.yunohost.org (redmine)
|
<li>dev.yunohost.org (redmine)
|
||||||
<li>github.com/yunohost
|
<li>github.com/yunohost
|
||||||
<li>xmpp://dev@conference.yunohost.org
|
<li>xmpp://dev@conference.yunohost.org
|
||||||
|
@ -485,6 +500,10 @@ Ideas/future/dreams:
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
.links li {
|
.links li {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue