-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (40 loc) · 1.82 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--==================== UNICONS ====================-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
<!--==================== CSS ====================-->
<link rel="stylesheet" href="src/css/styles.css">
<title>Portfolio [FR] - Danaé A.M.</title>
</head>
<body>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__content grid">
<div>
<h1>SITE EN CONSTRUCTION...</h1>
<p>Retrouvez-moi sur les réseaux en attendant :</p>
</div>
<div class="home__social">
<a href="https://www.linkedin.com/in/dana%C3%A9-albrechtmartin/" target="_blank"
class="home__social-icon">
<i class="uil uil-linkedin"></i>
</a>
<a href="https://www.instagram.com/Inkumie/" target="_blank" class="home__social-icon">
<i class="uil uil-instagram-alt"></i>
</a>
<a href="https://github.com/dalbrechtmartin" target="_blank" class="home__social-icon">
<i class="uil uil-github"></i>
</a>
</div>
</div>
</section>
<!--==================== MAIN JS ====================-->
<script src="src/js/main.js"></script>
</body>
</html>