-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
177 lines (134 loc) · 6.6 KB
/
contact.html
File metadata and controls
177 lines (134 loc) · 6.6 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="fr">
<!-- Meta-données -->
<head>
<meta charset="UTF-8">
<title>Contact - PythonMasterClass</title>
<link rel="icon" type="image/png" sizes="32x32" href="./images/icons/icon.png">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="css/contact.css" rel="stylesheet" type="text/css">
<!-- Police du h1 -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@700&display=swap" rel="stylesheet">
</head>
<!-- Corps de la page -->
<body>
<!-- Haut de page -->
<header>
<!-- Logo -->
<a href="breviaire.html"><img src="images/logos/logo.png" alt="PythonMasterClass"></a>
<!-- Barre de navigation -->
<nav>
<a href="index.html">Accueil</a>
<a href="introduction.html">Cours</a>
<a href="breviaire.html">Bréviaire</a>
<a href="contact.html" id="selected">Contact</a>
</nav>
</header>
<!-- Contenue de la page -->
<main>
<section>
<div id="toph1"><h1>Contact</h1></div>
<!-- Discord -->
<article id="reseauDiscord" class="flexBox">
<figure>
<a href="https://discord.com/" target="_blank"><img class="logos" src="images/logos/discord.png" alt="logo Discord"></a>
</figure>
<div>
<h2>Discord</h2>
<p>
Retrouvez-nous sur Discord pour continuer votre apprentissage de Python !
Rejoignez notre communauté dès maintenant en cliquant <a href="https://discord.com/" target="_blank">ici</a>.
</p>
</div>
</article>
<!-- YouTube -->
<article id="reseauYoutube" class="flexBox">
<figure>
<a href="https://www.youtube.com/" target="_blank"><img class="logos" src="images/logos/youtube.png" alt="logo YouTube"></a>
</figure>
<div>
<h2>YouTube</h2>
<p>
Nous sommes aussi présents sur YouTube !
Vous pouvez vous former grâce à nos vidéos en visitant notre <a href="https://www.youtube.com/" target="_blank">chaîne YouTube</a>.
</p>
</div>
</article>
<!-- Instagram -->
<article id="reseauInstagram" class="flexBox">
<figure>
<a href="https://www.instagram.com/" target="_blank"><img class="logos" src="images/logos/instagram.png" alt="logo Instagram"></a>
</figure>
<div>
<h2>Instagram</h2>
<p>
Suivez-nous sur <a href="https://www.instagram.com/" target="_blank">Instagram</a> pour accéder à du contenu exclusif tel que nos "Daily Coding Challenges".
</p>
</div>
</article>
<!-- Twitter -->
<article id="reseauTwitter" class="flexBox">
<figure>
<a href="https://twitter.com/" target="_blank"><img class="logos" src="images/logos/twitter.png" alt="logo Twitter"></a>
</figure>
<div>
<h2>Twitter</h2>
<p>
Si vous souhaitez nous contacter ou simplement suivre les dernières informations sur le cours,
ça se passe <a href="https://twitter.com/" target="_blank">ici</a>.
</p>
</div>
</article>
<!-- Linkedin -->
<article id="reseauLinkedin" class="flexBox">
<figure>
<a href="https://www.linkedin.com/feed/" target="_blank"><img class="logos" src="images/logos/linkedin.png" alt="logo Linkedin"></a>
</figure>
<div>
<h2>Linkedin</h2>
<p>
Vous êtes un professionnel et vous souhaitez collaborer avec nous ?
Contactez-nous par <a href="https://www.linkedin.com/feed/" target="_blank">Linkedin</a>.
</p>
</div>
</article>
<!-- Téléphone -->
<article id="telephone" class="flexBox">
<figure>
<img class="logos" src="images/icons/telephone.png" alt="logo Téléphone">
</figure>
<div>
<h2>Téléphone</h2>
<p>N° : 09 XX XX XX XX</p>
<p> 07 XX XX XX XX</p>
</div>
</article>
<!-- Adresse du Siège -->
<article id="adresse" class="flexBox">
<figure>
<img class="logos" src="images/icons/building.png" alt="logo Siege social">
</figure>
<div>
<h2>Notre Siège</h2>
<p>XX Boulevard des Meringues, 75XXX, Paris</p>
</div>
</article>
</section>
</main>
<!-- Pied de page -->
<footer>
<!-- Copyright -->
<p><img src="images/icons/bugs.png" alt="Bug"> All rights reserved - PythonMasterClass 2020 <img src="images/icons/bugs.png" alt="Bug"></p>
<!-- Réseaux -->
<address>
<p>Réseaux :</p>
<a href="https://discord.com" target="_blank"><img id=discord src="images/logos/discord.png" alt="Discord"></a>
<a href="https://fr.linkedin.com" target="_blank"><img src="images/logos/linkedin.png" alt="Linkedin"></a>
<a href="https://www.instagram.com" target="_blank"><img src="images/logos/instagram.png" alt="Instagram"></a>
<a href="https://www.youtube.com" id=youtube target="_blank"><img src="images/logos/youtube.png" alt="Youtube"></a>
<a href="https://twitter.com" target="_blank"><img src="images/logos/twitter.png" alt="Twitter"></a>
</address>
</footer>
</body>
</html>