-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutMe.html
More file actions
151 lines (145 loc) · 6.6 KB
/
aboutMe.html
File metadata and controls
151 lines (145 loc) · 6.6 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AboutMe</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div class="container-webPage">
<div id="body_content">
<header>
<div id="navmenu">
<ul>
<li><a href="../index.html"><span>Home</span></a></li>
<li><a href="aboutMe.html"><span>About Me</span></a></li>
<li><a href="travel.html"><span>Travel</span></a></li>
<li><a href="hobbies.html"><span>Hobbies</span></a></li>
</ul>
</div>
<div class="background_part_aboutMe">
<div id="background_aboutMe">
<div id="transparent_layer">
<div class="header-text-aboutMe">
<h1>Get to konw me</h1>
<h3>“In order to write about life first you must live it.”– Ernest Hemingway</h3>
</div>
</div>
</div>
</div>
</header>
<section id="main-aboutMe">
<div id="watermark">
<div id="bitmoji">
<div id="bitmoji-content">
</div>
</div>
</div>
<div id=description>
<div>
<h3>Biography</h3>
<p>I am Mila a 19-year-old who comes from Skopje, N.Macedonia. I have an adventurous spirit and I love traveling and discovering new places. As much as I love to travel, I also love to keep up with the Information technology and follow its new trends and discoveries.
I grew up in Skopje and graduated in the high school “Orce Nikolov”. There I took mostly mathematical classes, because I enjoy the process of coming up with solutions to solve problems and loved the feelings of joy and accomplishment that come after a problem has been solved. Now I am a student at the Faculty of Computer Science & Engineering, UKIM.
</p>
</div>
</div>
</section> <!-- 1st CHILD -->
<section id="clear"></section> <!-- 2nd CHILD -->
<section id="second-main-aboutMe">
<div id="second-main-aboutMe-content">
<div class="background-textBox">
<h3>Graduated in High school „Orce Nikolov“</h3>
<p><span>Sept 2018 -August 2022</span></p>
</div>
<div class="background-textBox">
<h3>Faculty of Computer Science & Engineering, UKIM</h3>
<p><span>2022 - Present</span><br>Bachelor of Engineering in Information Sciences and Computer Engineering,
specialization Application of Information Technologies
</p>
</div>
<div class="background-textBox">
<h3>Additional courses</h3>
<p id="last">English course C level. <br>Math for Information Science.<br> Analysis in Information Systems.
</p>
</div>
</div>
</section> <!-- 3rd CHILD -->
<section id="third-main-aboutMe">
<div>
<div>
<h2>Professional Skills: </h2>
<div class="myJobOffering">
<div>
<div id="logo1"></div>
<div class="JobOffering-content">
<h3>Web Design</h3>
<p>Develop custom web design solutions based on clients' needs and desires while maintaining usability and functionality requirements.
</p>
</div>
</div>
<div>
<div id="logo2"></div>
<div class="JobOffering-content">
<h3>Web Development</h3>
<p> Experienced in designing for several interfaces, as well as testing and debugging. Excels in optimizing the experience for users and improving workflows.
</p>
</div>
</div>
<div>
<div id="logo3"></div>
<div class="JobOffering-content">
<h3>Mobile App Development</h3>
<p>Developed and build apps for various mobile technologies such as Google’s Android, Apple’s Io’s and Windows Phone.
</p>
</div>
</div>
<div>
<div id="logo4"></div>
<div class="JobOffering-content">
<h3>Network</h3>
<p>Network Engineer with knowledge in network technologies and infrastructure security.
</p>
</div>
</div>
</div>
</div>
</div>
</section> <!-- 4th CHILD -->
<footer>
<div id="content_footer">
<div class="footer_coloms">
<ul id="information">
<h4>Information</h4>
<li><a href="aboutMe.html">About Me</a></li>
<li>Terms & Conditions</li>
<li>Blog</li>
</ul>
<ul id="contactMe">
<h4>Contact me</h4>
<li><a href="mailto:kirovski.mila@gmail.com">Mail</a></li>
<li><a href="https://github.com/milaKirovski">GitHub</a></li> <!-- TODO-->
<li><a href="https://www.linkedin.com/">Linkedin</a></li>
<li><a href="https://www.instagram.com/mila.kirovski/">Instagram</a></li> <!-- TODO-->
</ul>
<ul id="extras">
<h4>Extras</h4>
<li><a href="https://orcenikolov.edu.mk/"> Orce Nikolov High school </a></li>
<li><a href="https://www.finki.ukim.mk/">FINKI</a></li>
</ul>
<ul>
<h4>Email me </h4>
<form>
<input type="email" name="email-address" placeholder="Enter your e-mail">
<button>Send</button>
</form>
</ul>
</div>
<div id="copy">
<p>© kirovski.mila@gmail.com - all rights reserved </p>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>