-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-detail.html
47 lines (40 loc) · 2.85 KB
/
blog-detail.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
<!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>Blog</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="imgnnnnn" src="./assets/img/imgnnnnn.jpg" alt="title">
<h1 style="line-height:2.4em;">Something About Me </h1>
<p style="line-height:1.8em;">I have background in technical field and worked in my home country. After I came to Us I had a pause in my career, started college and got license of teacher very soon As I am mom of two little kids I had to take care of them and at the same time socialize in a new environment .I stayed there for two years intill my daughter was 5, then she went to school and it was time of transitioning back to my profession and recently I took a technical training to update my skills. This training will benefit any company because I will be able to fix computer hardware, software and user program issues and be able to troubleshoot.I have strong computer skills and am good team worker. I worked with any age of person starting from students at the University of Georgia , school age children, kindergarthen age kids and finishing with colleagues. </p>
<p style="line-height:1.7em;">As a goal, I would like to work with a team that focuses on clear communication and teamwork. As a result of using my problem-solving skills to add value to my clients, I see significant benefits for myself as well as the company. For me to be able to create positive change, I can align myself with a company that I believe in. Whenever I have the opportunity to learn more, I am eager to do so and am willing to take on challenging projects. My goal is to always strive for excellence.
</p>
</div>
<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>