-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
136 lines (83 loc) · 3.5 KB
/
contact.html
File metadata and controls
136 lines (83 loc) · 3.5 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
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
131
132
133
134
135
136
<!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 primary_nav-->
</div><!--end wrapper-->
<div id="cover_image">
<img src="/images/padlock.jpg" alt="Padlock on the gates to Cheltenham College, photographed by Simon Cocks and modified by Fredrik Walløe. Creative Commons license (Attribution 2.0 Generic)" style="max-width:100%;height:auto;">
</div>
<article>
<br>
<p><b>Freelance Rates</b></p>
<p>Need a freelancer?
<script language="JavaScript">
var username = "freelance";
var domain = "fredrikwalloe.com";
var linktext = username + "@" + domain ;
document.write("<a href='" + "mail" + "to:" + username + "@" + domain + "'>" + "Drop me a line" + "</a>");
</script> for rates</p>
<br>
<p><b>Just want to talk?</b></p>
<p>I like to hear from readers, so don't be shy: feedback, comments and tips are all welcome.</p>
<br>
<p><b>Encryption</b></p>
<p>For those who want to use encryption, my public key can be found on <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x03C46530AF7BF349">MIT's Public Key Server</a>.</p>
<p>Fingerprint: 0478 5879 FFD1 A8A1 555F 7FD5 03C4 6530 AF7B F349</p>
<p>You can approach me on Twitter if you need confirmation of the fingerprint.</p>
<p>Additional proof of identity can be found on <a href="https://keybase.io/fwalloe">Keybase</a>.</p>
<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>