commit e01214a7805cf6351d157f8a0813157ffa5fbc68 Author: Knah Tsaeb Date: Fri Jun 14 11:59:08 2013 +0200 Initial release diff --git a/banniere.png b/banniere.png new file mode 100644 index 0000000..b95d97b Binary files /dev/null and b/banniere.png differ diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..a8a212e --- /dev/null +++ b/css/styles.css @@ -0,0 +1,62 @@ +html { + background-color: #cdcdcd; + font-size: 100%; + line-height: 1.125em; +} +h1 { + margin: 0.6em; + text-align: center; +} + +a { + text-decoration: none; +} + +#content { + text-align: center; + padding: 0.3em; +} + +.case { + display: inline-block; + width: 20%; + min-width: 320px; + height: 100%; + border: 1px solid #ababab; + border-radius: 0.3em; + text-align: left; + margin: 0.3em 0.15em; + padding: 0.3em; + background-color: #fefefe; + vertical-align: top; + zoom: 1; + text-align: center; + -webkit-box-shadow: 0 6px 8px -8px black; + -moz-box-shadow: 0 6px 8px -8px black; + box-shadow: 0 6px 8px -8px black; +} + +.case h3, .case p { + margin: 0.3em; +} + +.case .desc { + height: 2.25em; + font-size: 0.875em; +} + +.case img { + border-radius: 0.3em; + border: 1px solid #ababab; + -webkit-box-shadow: 0 6px 8px -8px black; + -moz-box-shadow: 0 6px 8px -8px black; + box-shadow: 0 6px 8px -8px black; +} + +#banniere { + text-align: center; + margin: 0 auto; + width: 100%; + max-width: 500px; + display: block; +} \ No newline at end of file diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..3b9f82b Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..8a3c7ef --- /dev/null +++ b/index.html @@ -0,0 +1,80 @@ + + + + + LesLibres.org + + + + + + + Banniere : LesLibres.org un pas de plus vers la liberté +
+ +
+

L'association

+

+ Tous sur l'association LesLibres.org (bientôt). +

+ thumbshot du site leslibres.org +
+ +
+

Blog

+

+ L'actualité de LesLibres.org. +

+ thumbshot du blog leslibres.org +
+ +
+

Webmail

+

+ La consultation de mail c'est par ici. +

+ thumbshot du webmail leslibres.org +
+ +
+

Cloud

+

+ Bienvenue dans les nuages. +

+ thumbshot du cloud leslibres.org +
+ +
+

Ferme d'AutoBlog

+

+ Censure, Streisand, Flamby c'est par ici. +

+ thumbshot de la ferme d'autoblog leslibres.org +
+ +
+

Pastebin

+

+ Besoin de partagé du texte, voici notre pastebin +

+ thumbshot du pastbin leslibres.org +
+ +
+

Wiki

+

+ Toutes nos documentation en quelques clics. +

+ thumbshot du wiki leslibres.org +
+ +
+

Forge

+

+ Notre forge pour vos projets. +

+ thumbshot de la forge leslibres.org +
+
+ + \ No newline at end of file