-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstuff_1.html
32 lines (31 loc) · 1.61 KB
/
stuff_1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>loCo locAl</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/strong:n4:default.js" type="text/javascript"></script>
</head>
<body>
<div id="wrapper">
<header id="top">
<img src="images/locco01.jpg" width="100%"alt="Loco Local"/>
<nav id="mainnav">
<ul>
<li><a href="index.html">Nous</a></li>
<li><a href="stuff_1.html" class="thispage">Calendrier</a></li>
<li><a href="stuff_2.html">Contacts</a></li>
<li><a href="https://www.facebook.com/locolocal1">facebook</a></li>
<li>
<a href="http://goo.gl/forms/FAjL4MNy0C">Produits nettoyants</a>
</li>
</ul>
</nav>
</header>
<div id="hero"><p></p><p></p></div>
<article id="main"><iframe src="https://www.google.com/calendar/embed?showPrint=0&showCalendars=0&showTz=0&mode=WEEK&height=600&wkst=1&hl=fr&bgcolor=%23FFFFFF&src=kg43q7s4qltiom7s1gntdhts3k%40group.calendar.google.com&color=%23182C57&ctz=America%2FMontreal" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe></article>
<aside id="sidebar"></aside>
<footer id="bottom">Vidéo de présentation de La Ruche : <a href="http://youtu.be/M4pVc_AMC8Y" target="_blank">ici</a> (une des sources d'inspiration du Loco-Local)</footer>
</div>
</body>
</html>