diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..df6eac4 Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..04d279e Binary files /dev/null and b/favicon.png differ diff --git a/images/esir.png b/images/esir.png new file mode 100644 index 0000000..4fb816a Binary files /dev/null and b/images/esir.png differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..0ffc033 --- /dev/null +++ b/index.css @@ -0,0 +1,66 @@ +body +{ + padding:0px; +} + +#title +{ + position: fixed; + top: 0px; + left: 0px; + width: 100%; + height: 150px; + margin: 0px; + background-color: #2b2b2b; + z-index: 100; +} + +nav +{ + position: fixed; + top:0px; + left:0px; + width: 380px; + height: 100%; + padding: 10px; + padding-top: 150px; + background-color: #F1F1F1; + border-right: 2px solid #2b2b2b; + z-index: 50; +} + +nav .onglet +{ + position:relative; + left: -5px; + height: 50px; + width: 50%; + color: #ffffff; + background-color: #2b2b2b; +} + +nav .onglet :hover +{ + background-color: #414141; +} + +#onglet-esir +{ + float: left; +} + +#onglet-ext +{ + left: 0px; + float: right; +} + +#hamburgerMenu +{ + +} + +#calendar +{ + +} diff --git a/index.css~ b/index.css~ new file mode 100644 index 0000000..4e28ffc --- /dev/null +++ b/index.css~ @@ -0,0 +1,66 @@ +body +{ + padding:0px; +} + +#title +{ + position: fixed; + top: 0px; + left: 0px; + width: 100%; + height: 150px; + margin: 0px; + background-color: #2b2b2b; + z-index: 100; +} + +nav +{ + position: fixed; + top:0px; + left:0px; + width: 380px; + height: 100%; + padding: 10px; + padding-top: 150px; + background-color: #F1F1F1; + border-right: 2px solid black; + z-index: 50; +} + +nav .onglet +{ + position:relative; + left: -5px; + height: 50px; + width: 50%; + color: #ffffff; + background-color: #2b2b2b; +} + +nav .onglet :hover +{ + background-color: #414141; +} + +#onglet-esir +{ + float: left; +} + +#onglet-ext +{ + left: 0px; + float: right; +} + +#hamburgerMenu +{ + +} + +#calendar +{ + +} diff --git a/index.php b/index.php new file mode 100644 index 0000000..1b196c6 --- /dev/null +++ b/index.php @@ -0,0 +1,29 @@ + + + + Kiwi Calendar + + + + + + +
+ logo ESIR +
+ +
+
+ + diff --git a/index.php~ b/index.php~ new file mode 100644 index 0000000..5ca26ec --- /dev/null +++ b/index.php~ @@ -0,0 +1,29 @@ + + + + Kiwi Calendar + + + + + + +
+ logo ESIR +
+ +
+
+ +