-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Zlatan Kopic - Portfolio</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.production.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div>
<p class="welcome">WELCOME</p>
</div>
<header class="page-header">
<img id="logo" src="image/logo.png" alt="Logo" title="Zlatan Kopic" class="page-header__item">
<nav class="main-navigation page-header__item">
<ul role="menubar" class="navigation-list">
<li role="presentation"> <a href="index.html" role="menuitem"
class="navigation-list__item navigation-list__item">Home</a> </li>
<li role="presentation"> <a href="about.html" role="menuitem" class="navigation-list__item">About</a> </li>
<li role="presentation"> <a href="work.html" role="menuitem"
class="navigation-list__item navigation-list__item--active">Work</a></li>
<li role="presentation"> <a href="contact.html" role="menuitem" class="navigation-list__item">Contact</a> </li>
</ul>
</nav>
</header>
<br>
<div class="profile"> <img src="image/zlatan.jpg" class="profile-portrait" alt="Zlatan Kopic Portrait"
title="Zlatan Kopic"> <a href="https://www.google.com" class="my-link" id="my-link" target="_blank">A link</a>
<br>
<a href="https://github.com" target="_blank">Check out some of my code</a> <br>
<br>
</div>
<footer class="page-footer">
<p>Find me on</p>
<a class="flex-item" href="https://github.com" target="_blank"><img src="image/github.svg" alt="github"
title="GitHub"></a> <a class="flex-item" href="https://twitter.com" target="_blank"><img src="image/twitter.svg"
alt="twitter" title="Twitter"></a> <a class="flex-item" href="https://www.linkedin.com" target="_blank"><img
src="image/linkedin.svg" alt="linkedin"
title="LinkedIn"></a>
</footer>
<script src="js/tota11y.min.js"></script>
</body>
</html>