-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bojan's Personal Site</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:ital,wght@1,200&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img"><br>
<h1>I'm Bojan.</h1>
<h2><span class="first">First</span> Webpage</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="bussiness-man.png" alt="Bojan Baovic" width="100px" height="100px">
<h2>Hello There!</h2>
<p class="intro">Welcome to my Site. Here I will present you my Work experience and my Work skills..</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="https://media3.giphy.com/media/qgQUggAC3Pfv687qPC/200.webp?cid=ecf05e475tsbl3gy9xdv44hlprm5tavgn3mg9s0yu2im6op3&rid=200.webp&ct=g" alt="code-img">
<h3>Design and Development</h3>
<p>I started learning coding since August and I want to further improve my knowledge through courses and other people's experiences in the field.</p>
</div>
<div class="skill-row">
<img class="education-img" src="https://cdn-icons-png.flaticon.com/512/4413/4413562.png" alt="education-img">
<h3>My view on Education</h3>
<p>The biggest reason why IT attracted me is that I am always exposed to new knowledge and thus encourage myself to be better.
Education is something that gives us the opportunity to be better.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Invest in yourself!</h2>
<h3>for more information, click the "Contact Me!" button.</h3>
<p class="contact-message">if you have any questions, contact me!.</p>
<a class="contactme" href="mailto:[email protected]">Contact Me!</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/bojan-banovic-5136a9248/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© Bojan Banovic.</p>
</div>
</div>
<div class="bottom-container">
</div>
</body>
</html>