-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (39 loc) · 1.5 KB
/
index.html
File metadata and controls
53 lines (39 loc) · 1.5 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Oskars Rukmans | Web Designer</title>
<link rel="stylesheet" href="css/normalize.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="/fancybox/jquery.fancybox.pack.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="header">
<a id="logo" href="index.html">
<h1>Oskars Rukmans</h1>
</a>
<nav>
<ul>
<li id="portfolio">Portfolio</li>
<li id="contact"> Contact</li>
<li id="about">About </li>
</ul>
</nav>
</div>
<div id="wrapper">
<div id="section">
</div>
</div>
<div class="footer">
<a href="https://www.facebook.com/profile.php?id=100003981046907"><img src="img/facebook-wrapp.png" alt="Facebook Logo" class="social-icon"></a>
<a href="https://plus.google.com/u/0/110600783143361080585/posts"><img src="img/google-plus-wrap.png" alt="Google Plus Logo" class="social-icon"></a>
<p>© 2014 Oskars Rukmans.</p>
</div>
<script src="js/main.js"></script>
</body>
</html>