-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (66 loc) · 2.74 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<!-- All images by Fredrik Walløe under Creative Commons license (Attribution-NoDerivs) unless otherwise stated.-->
<html lang=en>
<html>
<head>
<title>Fredrik Walløe - Journalist</title>
<link href="css/stylesheet.css" media="screen" rel="stylesheet" type="text/css" />
<meta charset=utf-8>
<meta name="description" content="Fredrik Walløe is a Norwegian journalist and writer">
<meta name="keywords" content="Journalist, writer, Norwegian, photographer, information security, infosec, programmer">
<meta name="author" content="Fredrik Walløe">
<!--Mobilemeta-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body style= "background-color: #1c1c1c">
<div class="wrapper">
<header>
<h1 class="logo"></h1>
</header>
<nav id="navigation">
<ul>
<li><a href="journalism.html">Journalism</a></li>
<li><a href="writing.html">Writing</a></li>
<li><a href="infosec.html">Information Security</a></li>
<li><a href="programming.html">Programming</a></li>
<li><a href="photography.html">Photography</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
<!-- Menu and Footer HTML and CSS by Eric Meyer -->
</ul>
</nav>
<div id="cover_image">
<img src="/images/StavangerHarbour.jpg" alt="Stavanger Harbour, photographed by Fredrik Walløe" style="max-width:100%;height:auto;">
<!--Add style exception for this to enable mobile view @media... position:relative-->
</div>
</div><!--end wrapper-->
<!-- Footer -->
<div class="wrapper"> <!-- Class wrapper and header 'logo' required for correct look-->
<header>
<h1 class="logo"></h1>
</header>
<div id="footer">
<ul>
<li><a href="https://www.facebook.com/pages/Fredrik-Wall%C3%B8e/329061847292388">Facebook</a></li>
<li><a href="https://no.linkedin.com/in/fredrikwalloe">LinkedIn</a></li>
<li><a href="https://twitter.com/fwalloe">Twitter</a></li>
<li>
<script language="JavaScript">
var username = "freelance";
var domain = "fredrikwalloe.com";
var linktext = username + "@" + domain ;
document.write("<a href='" + "mail" + "to:" + username + "@" + domain + "'>" + "email" + "</a>");
</script></li>
</ul>
</div><!--end footer-->
</div><!--end wrapper-->
<!--Google Analytics-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-25501942-1', 'auto');
ga('send', 'pageview');
</script>
</body>