-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 2.34 KB
/
index.html
File metadata and controls
62 lines (62 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Main page</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="glavna.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>
<div id="welcome">
Welcome!
</div>
</header>
<div id="About">
<div>
You will see who am I, and more about myself. For example, I am a former flute player. I have done primary musical school.
</div>
<img src="images/muzicko.jpg" alt="Picture of my graduation">
</div>
<div id="Bucket">
<div>
I decided to show you one part of my bucket list. I like travelling, so that's why it's there. I decided, on that page pictures to speak about themselves. So, this is the best way to experience by yourself the bountifulness of each of my chose places.
The place that is on my bucket-list is Bitola. To be exact, Pelister. I want to see the natural lakes.
</div>
<img src="images/Big%20lake.jpg" alt="One of the two lakes, the Big lake">
</div>
<div id="royal">
<div>
All is ok, but Royals in Personal Blog?! You are probably asking yourself why. Because, since May 2018 (Prince Harry and the then-Meghan Markle wedding)
I am a keen follower of them. Over the years, I learned a lot including that there are more Royal houses.
After time, I started following others and even following them on social media platforms.
Did you know that Monaco's prince is 20 years older than his wife? Also, this prince is full of drama.
</div>
<img src="images/prince_and_princess_of_monaco.jpg" alt="Picture of them on coronation of King Charles III, 2023">
</div>
<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>
<div>
© Marija Josheska, student at FCSE, Skopje
</div>
</footer>
</body>
</html>