-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>George Ristov - CV</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>George Ristov</h1>
<p>Strasten prodajalec in tehnolog</p>
</header>
<section id="interests">
<h2>Moji Interesi</h2>
<div class="interest">
<img src="images/linux.png" alt="Linux">
<h3>Linux</h3>
<p>Strastni uporabnik Linuxa že 4 leta.</p>
</div>
<div class="interest">
<img src="images/linux-server.png" alt="Linux Server">
<h3>Linux Server</h3>
<p>Izkušen z gradnjo in upravljanjem Linux strežnikov.</p>
</div>
<div class="interest">
<img src="images/nextcloud.png" alt="Nextcloud">
<h3>Nextcloud</h3>
<p>Učinkovit pri nastavitvi in upravljanju Nextcloud-a.</p>
</div>
<div class="interest">
<img src="images/nginx.png" alt="Nginx">
<h3>Nginx</h3>
<p>Obvladam Nginx za upravljanje prometa in certifikatov.</p>
</div>
</section>
<footer>
<p>© 2024 George Ristov</p>
</footer>
</body>
</html>