-
Notifications
You must be signed in to change notification settings - Fork 0
/
journalism.html
130 lines (78 loc) · 3.07 KB
/
journalism.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!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>
<a href="index.html"><h1 class="Fredrik Walløe"></h1></a>
</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/journalism.jpg" alt="Notebook on keyboard, photographed and edited by Fredrik Walløe" style="width:100%;height:auto;">
</div>
<article>
<tr>
<td>
<p><b>Experience:</b></p>
<p>March 2014 - December 2018: Journalist at Walløe Journalistikk og Tekst</p>
<p>August 2014 - January 2018: Journalist at Gamereactor</p>
<p>March 2014 - March 2016: Journalist at Vexoid (formerly 16bitkings)</p>
<p>May 2014 - January 2016: Journalist at Amnesty International</p>
<p>June 2012 - August 2012: Journalist at Sandnesposten</p>
<p>May 2011 - June 2011: Journalist/intern at Stuff Magazine</p>
<br>
<p>Click through to my LinkedIn profile (footer) for a complete resume.</p>
<td>
<tr>
<br>
</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>