-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (59 loc) · 2.18 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,400" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<style type="text/css">
.st0 {
fill: #FC4F00;
}
.st1 {
fill: none;
enable-background: new;
}
</style>
<title>Mihael Sandro</title>
</head>
<body class="homepg">
<header>
<nav class="navbar">
<span class="open-slide">
<a href="#" onclick="openSlideMenu()">
<svg id="burger" class="burgermenu" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 69.4 65.6" style="enable-background:new 0 0 69.4 65.6;" xml:space="preserve">
<g>
<path class="st0" d="M52.2,23.6h-37c-1.6,0-3-1.3-3-3v-0.2c0-1.6,1.3-3,3-3h37c1.6,0,3,1.3,3,3v0.2C55.2,22.3,53.8,23.6,52.2,23.6z
"/>
<path class="st0" d="M52.2,35.9h-37c-1.6,0-3-1.3-3-3v-0.2c0-1.6,1.3-3,3-3h37c1.6,0,3,1.3,3,3v0.2C55.2,34.6,53.8,35.9,52.2,35.9z
"/>
<path class="st0" d="M52.2,48.2h-37c-1.6,0-3-1.3-3-3V45c0-1.6,1.3-3,3-3h37c1.6,0,3,1.3,3,3v0.2C55.2,46.8,53.8,48.2,52.2,48.2z"
/>
</g>
</svg>
</a>
</span>
<ul class="navbar-nav">
<li> <a href="index.html">Home</a></li>
<li><a id="navbarfp" href="projects.html">Projects</a></li>
<li><a id="navbarfp" href="about.html">About</a></li>
</ul>
</nav>
<div id="side-menu" class="side-nav">
<a href="#" class="btn-close" onclick="closeSlideMenu()">×</a>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
</div>
</header>
<main>
<section>
<h1 class="textbig">
Mihael Sandro
</h1>
<p class="frontp"> Graphic design, motion graphics, UI and love affair with handelttering and typography.</p>
</section>
</main>
</body>
<script src="javascript/javas.js"></script>
</html>