-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (52 loc) · 2.5 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="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ana Scekic</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Ana.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="montain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="slika" src="ana.jpg" alt="ana-profile-img">
<h2>Hello.</h2>
<p class="intro">I'm an Electrical Engineer based in Montenegro. Currently interested into Web Development and learning about it. My favourite things in the world are ice cream & travelling.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="slikaa" src="https://image.freepik.com/free-vector/wireframing-concept-illustration_114360-1388.jpg" alt="design-image">
<h3>Designing</h3>
<p>A good design is what makes your brand stand out. Let me help you do it.</p>
</div>
<div class="skill-row">
<img class="slikaaa" src="https://img.freepik.com/free-vector/social-media-marketing-concept_23-2148437837.jpg?size=626&ext=jpg" alt="development-img">
<h3>Development</h3>
<p>It's difficult to explain how everything began, but it all started with a wish of being able to create a simple website.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you like the things that I do.</h3>
<p class="contact-message">Love good web-sites as much as I do? Let's talk about it! We can code while we eat ice-cream!</p>
<a href="#" class="myButton" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://me.linkedin.com/in/ana-scekic-4bb7b3b9">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/ana.scekic.10">Facebook</a>
<p class="copyright">© 2020 Ana Scekic.</p>
</div>
</body>
</html>