-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriting.html
More file actions
62 lines (55 loc) · 3.03 KB
/
Copy pathwriting.html
File metadata and controls
62 lines (55 loc) · 3.03 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
<!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 - Writing</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/AsTheOldPineFell.jpg" alt="As The Old Pine Fell, by Fredrik Walløe" class="hero-img">
</div>
<article>
<p class="lead">I also write fiction and will update this page with published stories. To begin with, here are some stories written at university.</p>
<p>
<strong><a href="https://web.archive.org/web/20130625105214/http://www.roehampton.ac.uk/Roehampton-Writes/Ghosts/Ava/">Ava</a></strong><br>
A girl and her adoptive dog must rely on each other to survive in a post-apocalyptic world - short story.<br>
<em>Joint Winner of the Roehampton University Creative Writing Day 2011</em>
</p>
<p>
<strong><a href="web.archive.org/web/20130512081216/http://astheoldpinefell.fredrikwalloe.com/">As The Old Pine Fell</a></strong><br>
A hyperlink story in ten parts which takes you through the lives of its characters over several decades.<br>
<em>Awarded a mark of 88/100 at Roehampton University (one of the highest marks in course history) and described as 'a mature, affecting, technically fine piece of writing'.</em>
</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>