Browse Source

avncee

master
AmarOk1412 11 years ago
parent
commit
b7a6160d86
2 changed files with 34 additions and 2 deletions
  1. +17
    -0
      index.css
  2. +17
    -2
      index.html

+ 17
- 0
index.css View File

@ -18,6 +18,7 @@ body
a a
{ {
color:#5fd0f1; color:#5fd0f1;
text-decoration:none;
} }
#title img #title img
@ -155,3 +156,19 @@ input[type="checkbox"]:checked + label span {
width:100%; width:100%;
border:1px solid #2b2b2b; border:1px solid #2b2b2b;
} }
#Export
{
float: right;
margin-right:25px;
}
#Mois
{
text-align:center;
margin-top:10px;
font-size: 30px;
margin-bottom:-30px;
}

+ 17
- 2
index.html View File

@ -6,19 +6,32 @@
<link rel="stylesheet" href="./index.css" /> <link rel="stylesheet" href="./index.css" />
<link rel="icon" type="image/png" href="favicon.png" /> <link rel="icon" type="image/png" href="favicon.png" />
<!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /><![endif]--> <!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /><![endif]-->
<!--Using jQuery and jQuery UI for display effects-->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<!--Using the hamburger menu display code-->
<script src="js/hamburger.js"></script>
</head> </head>
<body> <body>
<header id="title"> <header id="title">
<img alt="logo ESIR" src="./images/esir.png" /> <img alt="logo ESIR" src="./images/esir.png" />
<img class="rightLogo" alt="logo Kiwi" src="./images/KiWiCalendar.png" /> <img class="rightLogo" alt="logo Kiwi" src="./images/KiWiCalendar.png" />
</header> </header>
<nav id="hamburgerMenu"> <nav id="hamburgerMenu">
<a id="ancherESIR" href="#ESIR" onclick="alert('Click on ESIR');">
<div class="onglet" id="onglet-esir"> <div class="onglet" id="onglet-esir">
Esir Esir
</div> </div>
</a>
<a id="ancherRennes" href="#Rennes" onclick="alert('Click on Rennes');">
<div class="onglet" id="onglet-ext"> <div class="onglet" id="onglet-ext">
Rennes Rennes
</div> </div>
</a>
<div id="container"> <div id="container">
<h2>Conférences, Évènements</h2> <h2>Conférences, Évènements</h2>
<form name="confs" action="" method="POST"> <form name="confs" action="" method="POST">
@ -63,8 +76,10 @@
</nav> </nav>
<div id="calendar"> <div id="calendar">
<div id="footer"> <div id="footer">
<div id="Mois">Mars 2015</div>
<div id="Export">Exporter en <a href="">RSS</a>, <a href="">iCal</a>, <a href="">WebCal</a></div>
<div id="TextFooter">
<div id="Mois">Mars 2015</div>
<div id="Export">Exporter en <a href="#RSS">RSS</a>, <a href="#iCal">iCal</a>, <a href="#webCal">WebCal</a></div>
</div>
<div> <div>
</div> </div>
</body> </body>


Loading…
Cancel
Save