-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout me.html
More file actions
88 lines (88 loc) · 2.69 KB
/
about me.html
File metadata and controls
88 lines (88 loc) · 2.69 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About me</title>
<link rel="stylesheet" href="about me.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<section class="menu">
<div id="Logo">
<img src="images/Logo.png" alt="Logo">
</div>
<nav>
<a href="index.html">Home</a>
<a href="about%20me.html">About me</a>
<a href="my%20bucket%20list.html">My bucket list</a>
<a href="royals.html">Something about Royals</a>
</nav>
</section>
<header>
<img src="images/tablo.jpg" alt="A picture of me" id="tablo"/>
<p>
My name is Marija Josheska. Born and raised in Prilep, a sister of two. Currently, an under-graduate student on program SEIS (MKD version) at FCSE and also a local lead of LC Skopje's HR in AIESEC in Macedonia
</p>
</header>
<div id="facts top" style="padding-top: 50px">
Here are some facts about me:
</div>
<ul class="fakti">
<li id="amb">
<div>
I am ambivert;
</div>
</li>
<li id="at">
<div>
I am a former national champion for throwing shot put and discus. Now, because I am retired, I love watching others play and breaking both their own and national/world records. Anyway, I am a huge fan of sports
</div>
<img src="images/discus.gif" alt="Girl throwing a discus">
</li>
<li id="nature">
<div>
Since Covid-19, my perspectives changed. Now, I love all about nature.
So, if you want to see my pictures, click <a href="https://www.instagram.com/inlovewithnature2023/">here</a>
</div>
</li>
<li id="ch">
<div>
I had a third place in Physics on Science Month in 2017
</div>
<img src="images/coding.jpg" alt="picture"/>
</li>
<li id="royal">
<div>
I love watching royals, especially what they wear.
So there is one page about that :)
</div>
</li>
<li id="book">
<div>
I love reading and buying books
</div>
<img src="images/reading%20books.jpg" alt="reading"/>
</li>
<li>
<div>
I love travelling so much,
that I have a bucket list of places I want to go.
</div>
</li>
<a href="#top" id="tt" style="text-decoration: none">Top</a>
</ul>
<section class="menu">
<nav>
<a href="index.html">Home</a>
<a href="about%20me.html">About me</a>
<a href="my%20bucket%20list.html">My bucket list</a>
<a href="royals.html">Something about Royals</a>
</nav>
</section>
<footer id="copy">
<div>
© Marija Josheska, student at FCSE,Skopje.
</div>
</footer>
</body>
</html>