This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthor.html
42 lines (39 loc) · 1.47 KB
/
author.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
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords">
<title>O autoru</title>
<link type="text/css" rel="stylesheet" href="./css/style.css">
</head>
<body>
<header class="header">
<div class="header__inner">
<nav id="hamburger_menu" class="header__nav">
<div class="header__nav__hamburger-line"></div>
<div class="header__nav__hamburger-line"></div>
<div class="header__nav__hamburger-line"></div>
<a href="index.php" class="header__nav-item">Početna stranica</a>
</nav>
</div>
</header>
<main style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
<figure id="mojaFotka">
<img id="mojaFotka_fotka" alt="Slika mene" src="media/_ja.jpg" style="margin-top:100px;max-width: 500px;" />
</figure>
<p style="padding: 20px;font-size: 30px;">
Mislav Matijević
</p>
<p style="padding: 20px;font-size: 30px;">
0016136694
</p>
<address style="padding: 20px;font-size: 30px;">
<a href="mailto:[email protected]">[email protected]</a>
</address>
</main>
<footer class="footer">
<p>Stranica za prijavu šteta</p>
<p>Mislav Matijević | 2021.</p>
</footer>
</body>
</html>