-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
35 lines (28 loc) · 1.04 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/styles.css">
<meta name="viewport"content="width=device-width">
<title>Contact me</title>
</head>
<body>
<div class="div-home">
<a href="index.html">
<button class="back-home" type="button" name="button">
<img class="home-img" src="images/home.png" alt="home icon">
</button>
</a>
</div>
<article class="contact">
<h2>Contact</h2>
<p class="email">sara.dse@gmail.com</p>
<p class="text-visit">Visit me</p>
<div class="icons-contact">
<a href="https://www.linkedin.com/in/sara-dami%C3%A1n-san-emeterio-a69b1875/"><img class="icon-social" src="images/linkedin-logo.png" alt="logo linkedin"></a>
<a href="https://github.com/saraboven"><img class="icon-social" src="images/github-logo.png" alt="logo gitHub"></a>
<a href="https://twitter.com/Sasi_boven?lang=en"><img class="icon-social" src="images/twitter-logo.png" alt="logo twitter"></a>
</div>
</article>
</body>
</html>