-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (59 loc) · 1.51 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
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Marko's Personal Site</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="images/me.jpg" alt="Marko's profile picture"></td>
<td><h1>Marko Djordjevic</h1>
<p><em>Future Web Developer</em></p>
<p>I am currently on a path to learn Web Development and become good at it.</p>
<p>My aim is to gain enough knowledge on my own so I can get a new job in this industry.</p>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>University of Belgrade - Faculty of Philosophy</li>
<ul>
<li>Bachelor of Pedagogy</li>
</ul>
<br>
<li>Mechanical-Electrotehnical School</li>
<ul>
<li>Electrotehnician of Automatics</li>
</ul>
</ul>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>IOS Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Music Production</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">Hobbies and Interests</a>
<br>
<a href="contact-me.html">Contact Me</a>
<br>
<a href="http://www.google.com">Click me to go to Google!</a>
<br>
<a download href="https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf">Download Cheatsheet</a>
</body>
</html>