-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Home page</title>
</head>
<body>
<section class="intro">
<div class="container">
<div class="intro__inner">
<div class="intro__content">
<h2 class="intro__subtitle">Hello I'm</h2>
<h1 class="intro__title">Oksana Shulha</h1>
<div class="intro__text">HYF student</div>
<div class="social">
<a class="social__link" href="https://www.linkedin.com/in/oksanashulha/">
<img src="images/icons8-linkedin-50.png" alt="">
</a>
<a class="social__link" href="https://www.facebook.com/profile.php?id=100001182892563">
<img src="images/icons8-facebook-50.png" alt="">
</a>
<a class="social__link" href="https://www.instagram.com/shushullja/">
<img src="images/icons8-instagram-50.png" alt="">
</a>
</div>
</div>
<div class="intro__photo"></div>
</div>
<img class="intro__photo" src="images/21st-century-coding-teal.png" alt="">
</div>
</section>
</body>
</html>