-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
62 lines (51 loc) · 2.38 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
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
<!DOCTYPE html>
<html lang="En">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/contact.css">
</head>
<body>
<header class="d-flex">
<div class="container d-flex">
<a href="#">
<img class="logo" src="./assets/icons/logo.svg" alt="logo">
</a>
<nav class="d-flex">
<div>
<a name="btn btn-link" href="./index.html">Nana Shvelidzen</a>
<a name="btn btn-link" href="./my_resume.html">My Resume</a>
<a name="btn btn-link" href="./blog-detail.html">Blog</a>
<a name="btn btn-link" href="./contact.html">Contact Me</a>
</div>
</nav>
</div>
</header>
<div class="container contact">
<div class="Contact me">
<h2><strong> Contact me </strong></h2>
<div class="container d-flex">
<h3><strong>I'd love to hear from you! </strong></h3>
<p><h3>Here's how to contact me and stay up to date: </h3></p>
</div>
<ul >
<li><a img src="./assets/icons/linkedin.svg" alt="logo" href="https://www.facebook.com/poetessnana">LinkedIn</a></li>
<li><a class="d-block" href="https://twitter.com/nnuci">Twitter</a></li>
<li><a class="d-block" href="https://www.instagram.com/mana_jewelry_designer/">Instagram & My Hobby</a></li>
<li><a class="d-block" href="https://www.facebook.com/poetessnana">Facebook</a></li>
<li><a class="d-block" href="https://nanuca.wordpress.com/category/%e1%83%a9%e1%83%94%e1%83%9b%e1%83%98-%e1%83%9e%e1%83%9d%e1%83%94%e1%83%96%e1%83%98%e1%83%90/">wordpress</a></li>
<li><a class="d-block" href="#"><strong>Email:</strong> [email protected]</a></li>
</ul>
</div>
</div>
<p style="line-height:27em">. </p>
<footer>
<div class="container">
<p> Curiosity can develop hard work easily. If you are curious about something then definitely you will do hard work</p>
</div>
</footer>
</body>
</html>