-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 1.74 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
<!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>home</title>
<link rel="stylesheet" href="./styles/card.css">
<link rel="stylesheet" href="./styles/blog-detail.css">
<link rel="stylesheet" href="./styles/style.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 blog-detail">
<img class="IMG_6464-1" src="./assets/img/IMG_6464-1.jpg" alt="title">
</style>
</head>
<h2 class="center"> I have always been curiouse , passionate, and patient. </h2>
<body>
<div class="container blog-detail">
<p style="line-height: 2em;"> Despite my technical education and work experience, I recently completed technical training to upgrade my skills. With proven experience and skills, I am a strong candidate for any company</p>
</body>
<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>