-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotography.html
112 lines (70 loc) · 2.89 KB
/
photography.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!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 freelance journalist and writer">
<!--Mobilemeta-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<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 HTML and CSS by Eric Meyer -->
</ul>
</nav><!--end navigation-->
</div><!--end wrapper-->
<div id="cover_image">
<img src="/images/photography.jpg" alt="Grass Roots Square, photograph by Fredrik Walløe" style="width:100%;height:auto">
</div>
<article>
<p><br>I also dabble in photography:</p>
<p><a href = "https://www.instagram.com/fwalloe/">Instagram</a></p>
<p><br>Published:</p>
<p>- <a href = "http://www.vertigopolitico.com/articulo/34912/Adriana-Lima-te-convencer-de-ver-el-Mundial-aunque-no-te-guste">Vertigo Politico</a> (Mexican newspaper)</p>
<p>- Verdens Gang (Norwegian newspaper)</p>
<p>- <a href = "http://bel.sputnik.by/heritage/20160818/1024788944.html">Sputnik</a> (Russian news outlet)
</article>
<div class="wrapper">
<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>