-
Notifications
You must be signed in to change notification settings - Fork 0
/
evenements.html
68 lines (48 loc) · 2.76 KB
/
evenements.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>evenements</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="script.js">
</script>
</head>
<body id="bloc_page">
<div itemscope itemtype="http://schema.org/LocalBusiness">
<header>
<div class="imagehaute"><img itemprop="image" src="https://scontent-cdt1-1.xx.fbcdn.net/v/t1.18169-9/20664699_487198494948978_6882262405974730891_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=09cbfe&_nc_ohc=2mTQC2e_IuYAX9mWkHN&_nc_ht=scontent-cdt1-1.xx&oh=c6c0b96f7b534536bf89d274b97c9ced&oe=61C20D83" id="imagehaute">
</div>
</header>
<nav>
<ul id="navigation">
<li><a href="index.html">Accueil</a></li>
<li><a href="evenements.html">Evenements</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<section id="cours">
<article>
<h3>Nos cours</h3>
Pour connaître tous nos cours, horaires...
<a itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification"href="https://scontent-cdg2-1.xx.fbcdn.net/v/t1.6435-9/110193629_1193885604280260_8368603174565560066_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8bfeb9&_nc_ohc=-sJK5ltPLP8AX-zhYqc&_nc_ht=scontent-cdg2-1.xx&oh=e157c7a3642977f32bc87edfc34c8d76&oe=619D05D8" target="_blank" title="Notre planning"><span itemprop="dayOfWeek" itemscope itemtype="http://schema.org/DayOfWeek"><span itemprop="name">Planning</span></span></a>
<p>Inscription sur place ou par
<a href="mailto:mc.danse@hotmail.com "><span itemprop="email">Mail</span>
</a>
</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2607.1467466221734!2d2.2046574158496446!3d49.1977756847037!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e657fa498083c9%3A0xf1b6e3d28676f38c!2sSalle%20Olivier%20M%C3%A9tra!5e0!3m2!1sfr!2sfr!4v1635163598002!5m2!1sfr!2sfr" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</article>
</section>
<section id="actualite">
<h3>Notre actualité</h3></aside>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FMC-Danse-studio-487198311615663&tabs=timeline&width=340&height=500&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=false&appId" style="border:none;overflow:hidden" scrolling="no" width= "400px" height="380px"
frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
</aside>
</section>
<footer>
<div><a href="https://fr-fr.facebook.com/pages/category/Art/MC-Danse-studio-487198311615663/"><img src="https://cdn-icons-png.flaticon.com/512/59/59439.png" id="facebook" title="Facebook" style="width:20px;"</a>
</div>
</footer>
</div>
</body>
</html>