generated from Sanmandresy/web-session-td
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 967 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Social links profile</title>
<link rel="stylesheet" href="/styles/index.css" />
</head>
<body>
<form>
<img src="../assets/images/avatar-jessica.jpeg" alt="avatar">
<div class="profile">
<h2>Jessica Randall </h2>
<h4 class="adress">London, United Kingdom</h4>
</div>
<h4 class="carrier">"Front-end developper and avid reader."</h4>
<div class="contact">
<a href="github.com" class="bouton">GitHub</a> <br>
<a href="profile/html" class="bouton">Frontend Mentor</a> <br>
<a href="linkedin.com" class="bouton">Linkedin</a> <br>
<a href="twitter.com" class="bouton">Twitter</a> <br>
<a href="instagram.com" class="bouton">Instagram</a> <br>
</div>
</form>
</body>
</html>