-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (55 loc) · 2.73 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
<!DOCTYPE html>
<html lang="sr" dir="ltr">
<head>
<meta charset="utf-8">
<title>Tamara Stanković</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon (1).ico">
<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&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud2a.png" alt="cloud-img">
<h1><em>I am Tamara.</em></h1>
<h2 class="programmer">a programmer.</h2>
<img class="bottom-cloud" src="images/cloud2a.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/tamy.png" alt="profile-picture">
<h2>Hello.</h2>
<p class="about-me">I am an English teacher, Journalist and Web Developer. I am founder of the <i>Double T</i> school. I love animals and coffee.</p>
</div>
<hr class="hor-rule">
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill" src="images/role-model2.png" alt="skills-pic">
<h3>Web Development</h3>
<p>Since I was a child, I wanted to learn everything about computers and the Internet. First, I had to learn English. When I achieved my goal, I wanted to learn something new. So, I learned how to develop websites. </p>
</div>
<div class="skill-row">
<img class="chillies" src="images/chillies1.png" alt="chillies-pic">
<h3>Hot wings</h3>
<p>The skill that I love is to communicate with people and give them what they want. It is just like hot wings, hard to swallow but, in the end, you never regret it.</p>
</div>
</div>
<hr class="hor-rule">
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love these things as much as I do.</h3>
<p class="contact-message">Love hot wings as much as I do? Let´s eat them together! We can code while we enjoy our hot wings. </p>
<a class="btn" href="mailto:name@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/tamara-stankovic-6967ba1ba/" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/its.tamy46/" target="_blank">Instagram</a>
<a class="footer-link" href="https://www.facebook.com/tamarica46/" target="_blank">Facebook</a>
<p class="footer">© 2022 Tamara Stanković.</p>
</div>
</body>
</html>