-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
79 lines (70 loc) · 8.8 KB
/
contacts.html
File metadata and controls
79 lines (70 loc) · 8.8 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
��������������<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/home.css">
<title>High on Arts - Contacts</title>
</head>
<body>
<div class="content">
<div class="page">
<div class="flex-container">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo1.png" width="150px" alt="logo-high-on-arts"/>
</a>
</div>
<div class="navbar">
<a href="index.html">Home</a>
<a href="high-on-arts.html">Blog</a>
<a href="contacts.html">Contacts</a>
</div>
<header>
<h1>High on Arts</h1>
</header>
<h2>Contacts</h2>
<br>
<div class="container">
<section>
<p>Shoot me an <a href="mailto:federica.balbi@gmail.com?subject=feedback">email</a></p>
<br>
<p>Or connect through social media:</p>
</section>
</div>
<div class="media-links-container">
<div class="media-links">
<div class="media-links-item">
<a href="https://www.linkedin.com/in/federica-balbi-82665a167/" target="_blank">
<img src="assets/images/linkedin-icon.png" width="15%" height="auto" alt="Linkedin icon"/>
</a>
</div>
<div class="media-links-item">
<a href="https://www.instagram.com/alicehadacamerainwonderland/" target="_blank">
<img src="assets/images/instagram-icon.png" width="15%" height="auto" alt="Instagram icon"/>
</a>
</div>
<div class="media-links-item">
<a href="https://twitter.com/reg_lise" target="_blank">
<img src="assets/images/twitter-icon.png" width="15%" height="auto" alt="Twitter icon"/>
</a>
</div>
<div class="media-links-item">
<a href="https://www.facebook.com/federica.balbi.7" target="_blank">
<img src="assets/images/facebook-icon.png" width="15%" height="auto" alt="Facebook icon"/>
</a>
</div>
<div class="media-links-item">
<a href="https://thimbledrinker.wordpress.com/" target="_blank">
<img src="assets/images/wordpress-icon.png" width="15%" height="auto" alt="WordPress icon"/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������