From 053b5d32b1c843fcc16ae2cac34745f89a03d8b0 Mon Sep 17 00:00:00 2001 From: AmarOk Date: Thu, 8 Oct 2015 11:23:32 +0200 Subject: [PATCH] css, index, images --- .gitignore | 0 .htaccess | 0 .htaccess~ | 0 LICENSE | 0 Maquette/KiwiCalendar.png | Bin Maquette/KiwiCalendar.xcf | Bin README.md | 0 TB/TB1.aux | 0 TB/TB1.log | 0 TB/TB1.out | 0 TB/TB1.tex | 0 TB/TB2.pdf | Bin TB/TB3.aux | 0 TB/TB3.log | 0 TB/TB3.out | 0 TB/TB3.pdf | Bin TB/TB3.tex | 0 calendar.php | 0 day.html | 0 event.css | 0 event.html | 6 +- event.php | 0 favicon.ico | Bin favicon.png | Bin getEvents.php | 0 hamburger.js | 0 images/KiWiCalendar.png | Bin images/KiWiCalendar_black.png | Bin images/check_radio_sheet.png | Bin images/checkbox-c.png | Bin images/checkbox.png | Bin images/esir.png | Bin images/expand_less.png | Bin images/expand_more.png | Bin images/menu.png | Bin index.css | 9 +- index.html | 161 ++++++++++++++++------------------ main.css | 51 +++++++++++ map.png | Bin testdb.db | Bin 40 files changed, 137 insertions(+), 90 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .htaccess mode change 100644 => 100755 .htaccess~ mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Maquette/KiwiCalendar.png mode change 100644 => 100755 Maquette/KiwiCalendar.xcf mode change 100644 => 100755 README.md mode change 100644 => 100755 TB/TB1.aux mode change 100644 => 100755 TB/TB1.log mode change 100644 => 100755 TB/TB1.out mode change 100644 => 100755 TB/TB1.tex mode change 100644 => 100755 TB/TB2.pdf mode change 100644 => 100755 TB/TB3.aux mode change 100644 => 100755 TB/TB3.log mode change 100644 => 100755 TB/TB3.out mode change 100644 => 100755 TB/TB3.pdf mode change 100644 => 100755 TB/TB3.tex mode change 100644 => 100755 calendar.php mode change 100644 => 100755 day.html mode change 100644 => 100755 event.css mode change 100644 => 100755 event.html mode change 100644 => 100755 event.php mode change 100644 => 100755 favicon.ico mode change 100644 => 100755 favicon.png mode change 100644 => 100755 getEvents.php mode change 100644 => 100755 hamburger.js mode change 100644 => 100755 images/KiWiCalendar.png mode change 100644 => 100755 images/KiWiCalendar_black.png mode change 100644 => 100755 images/check_radio_sheet.png mode change 100644 => 100755 images/checkbox-c.png mode change 100644 => 100755 images/checkbox.png mode change 100644 => 100755 images/esir.png mode change 100644 => 100755 images/expand_less.png mode change 100644 => 100755 images/expand_more.png mode change 100644 => 100755 images/menu.png mode change 100644 => 100755 index.css mode change 100644 => 100755 index.html mode change 100644 => 100755 main.css mode change 100644 => 100755 map.png mode change 100644 => 100755 testdb.db diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 diff --git a/.htaccess~ b/.htaccess~ old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Maquette/KiwiCalendar.png b/Maquette/KiwiCalendar.png old mode 100644 new mode 100755 diff --git a/Maquette/KiwiCalendar.xcf b/Maquette/KiwiCalendar.xcf old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/TB/TB1.aux b/TB/TB1.aux old mode 100644 new mode 100755 diff --git a/TB/TB1.log b/TB/TB1.log old mode 100644 new mode 100755 diff --git a/TB/TB1.out b/TB/TB1.out old mode 100644 new mode 100755 diff --git a/TB/TB1.tex b/TB/TB1.tex old mode 100644 new mode 100755 diff --git a/TB/TB2.pdf b/TB/TB2.pdf old mode 100644 new mode 100755 diff --git a/TB/TB3.aux b/TB/TB3.aux old mode 100644 new mode 100755 diff --git a/TB/TB3.log b/TB/TB3.log old mode 100644 new mode 100755 diff --git a/TB/TB3.out b/TB/TB3.out old mode 100644 new mode 100755 diff --git a/TB/TB3.pdf b/TB/TB3.pdf old mode 100644 new mode 100755 diff --git a/TB/TB3.tex b/TB/TB3.tex old mode 100644 new mode 100755 diff --git a/calendar.php b/calendar.php old mode 100644 new mode 100755 diff --git a/day.html b/day.html old mode 100644 new mode 100755 diff --git a/event.css b/event.css old mode 100644 new mode 100755 diff --git a/event.html b/event.html old mode 100644 new mode 100755 index f5dd91e..d76a830 --- a/event.html +++ b/event.html @@ -15,15 +15,15 @@
-

Titre de l'évènement

+

Évènement exemple

Date et lieu

-
Le mercredi 1 avril 2015 de 19h00 à 21h00.
+
Le mercredi 1 avril 2015 de 19h00 à 0h00.
ESIR, Rennes

Description

-
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
diff --git a/event.php b/event.php old mode 100644 new mode 100755 diff --git a/favicon.ico b/favicon.ico old mode 100644 new mode 100755 diff --git a/favicon.png b/favicon.png old mode 100644 new mode 100755 diff --git a/getEvents.php b/getEvents.php old mode 100644 new mode 100755 diff --git a/hamburger.js b/hamburger.js old mode 100644 new mode 100755 diff --git a/images/KiWiCalendar.png b/images/KiWiCalendar.png old mode 100644 new mode 100755 diff --git a/images/KiWiCalendar_black.png b/images/KiWiCalendar_black.png old mode 100644 new mode 100755 diff --git a/images/check_radio_sheet.png b/images/check_radio_sheet.png old mode 100644 new mode 100755 diff --git a/images/checkbox-c.png b/images/checkbox-c.png old mode 100644 new mode 100755 diff --git a/images/checkbox.png b/images/checkbox.png old mode 100644 new mode 100755 diff --git a/images/esir.png b/images/esir.png old mode 100644 new mode 100755 diff --git a/images/expand_less.png b/images/expand_less.png old mode 100644 new mode 100755 diff --git a/images/expand_more.png b/images/expand_more.png old mode 100644 new mode 100755 diff --git a/images/menu.png b/images/menu.png old mode 100644 new mode 100755 diff --git a/index.css b/index.css old mode 100644 new mode 100755 index 9727802..5601a7d --- a/index.css +++ b/index.css @@ -57,6 +57,7 @@ nav .onglet:hover #hamburgerMenu { background-color:#fff; + height:100%; } #hamburgerMenu h2 @@ -92,9 +93,8 @@ input[type="checkbox"]:checked + label span { #AddEvent { - bottom:70; margin:0; - margin-top:20px; + margin-top:45px; text-align:center; font-size: 20px; padding-top:15px; @@ -105,6 +105,11 @@ input[type="checkbox"]:checked + label span { background-color: #2b2b2b; } +#container +{ + margin-top:120px; +} + #AddEvent:hover { color: #2b2b2b; diff --git a/index.html b/index.html old mode 100644 new mode 100755 index 9113d00..877d7dc --- a/index.html +++ b/index.html @@ -27,6 +27,9 @@ Rennes
+
+ + Ajouter un Évènement +

Conférences, Évènements

@@ -65,97 +68,85 @@
-
- + Ajouter un Évènement -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
6
-
7
-
8
-
9
-
10
-
11
-
12
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
+