-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_info.html
28 lines (28 loc) · 1.08 KB
/
contact_info.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
<footer id="footer">
<section class="split contact">
<header class="major">
<span class="date" id="contact">contact</span>
<h1>Contact me</h1>
</header>
<section>
<h3>Phone</h3>
<p><a href="#">+33 (0)7 81 17 52 42</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="#">[email protected]</a></p>
</section>
<section class="alt">
<h3>Addresse</h3>
<p>Lyon, 69290, France</p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.linkedin.com/in/maxime-gillot-6b0920179/" class="icon brands fa-linkedin"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/Maxlo24" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</section>
</section>
</footer>