-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (56 loc) · 2.97 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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>Personal site</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&family=Montserrat:wght@400;500;600&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img src="images/cloud.png" class="top-cloud" alt="cloud-img">
<h1 class="name">I am Shairgul</h1>
<h2>a programmer</h2>
<img src="images/cloud.png" class="bottom-cloud" alt="cloud-img">
<img src="images/mountain.png" class="mountain" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/me.jpg" class="me" alt="Shairgul">
<h2>Hello.</h2>
<p class="developer"> I am a participant of "Kelechek" Project. Soon I can work as web developer and ux/ui designer since I am studing hard and by heart.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer" src="images/programming.png" alt="computer">
<h3>Designing and Development</h3>
<p class="coding">I started learning to code when I was 34. Because I was inspired by menthors of the project. I was really wondered when i knew that I can do it.</p>
</div>
<div class="skill-row">
<img class="designing" src="images/color-wheel.png" alt="designing">
<h3>What I have achieved now</h3>
<p class="achievement">I have learned sections html,introduction to CSS, intermediate CSS. As for the ui/ux design, I have learned the basic of Figma, Photoshop and have done two of three homeworks</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you would like me join to your group</h3>
<p class="contact-message">If you would like me joint to your project, please contact me any time. </p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/shairgulimarova/">Instagram</a>
<a class="footer-link" href="https://www.notion.so/MOVERS-8c503535afe24b508f52149270c66dd4">Notion</a>
<a class="footer-link" href="https://www.youtube.com/channel/UCXwKhLg1Mi2-DbyORowljqw">Youtube</a>
<p class="copyright">© 2021 Shairgul Imarova.</p>
</div>
</body>
</html>