-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjournalism.html
More file actions
64 lines (52 loc) · 2.63 KB
/
Copy pathjournalism.html
File metadata and controls
64 lines (52 loc) · 2.63 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
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fredrik Walløe - Journalism</title>
<meta name="description" content="Fredrik Walløe is a Norwegian freelance journalist and writer.">
<link href="css/stylesheet.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<header>
<a href="index.html" class="logo">Fredrik Walløe</a>
<input type="checkbox" id="menu-toggle" class="menu-btn">
<label for="menu-toggle" class="menu-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 12h18M3 6h18M3 18h18"/></svg>
</label>
<ul class="nav-links">
<li><a href="infosec.html">InfoSec</a></li>
<li><a href="photography.html">Photography</a></li>
<li><a href="programming.html">Programming</a></li>
<li><a href="writing.html">Writing</a></li>
<li><a href="journalism.html">Journalism</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</header>
<main>
<div id="cover_image">
<img src="images/journalism.jpg" alt="Notebook on keyboard, photographed and edited by Fredrik Walløe" class="hero-img">
</div>
<article>
<strong>Experience</strong>
<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>
<p>Click through to my <a href="https://no.linkedin.com/in/fredrikwalloe">LinkedIn profile</a> for a complete resume.</p>
</article>
</main>
<footer>
<div class="footer-divider"></div>
<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="mailto:freelance@fredrikwalloe.com">Email</a></li>
</ul>
</footer>
</div>
</body>
</html>