-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphotography.html
More file actions
70 lines (61 loc) · 3.88 KB
/
Copy pathphotography.html
File metadata and controls
70 lines (61 loc) · 3.88 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
<!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 - Photography</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/photography.jpg" alt="Grass Roots Square, photograph by Fredrik Walløe" class="hero-img">
</div>
<article>
<p class="lead">For the past several years I have taken an interest in photography, with <a href="https://www.instagram.com/fwalloe/">an emphasis on street photography</a><br>
<p><strong>Exhibitions and competitions</strong><br>
- Unscheduled Moments (Greece, 2026)<br>
- <a href="https://web.archive.org/web/20260703203024/https://www.urbanphotoawards.com/en/selected-2026/2026-streets/">Urban Photo Awards (2026, selected photographer in Streets category)<a><br>
- <a href="https://web.archive.org/web/20260604114336/https://fotodoc.com.br/en/imagem-destacada/a-smolder-that-blights-our-conscience/">FotoDoc Photo Contest (Brazil, 2026)</a><br>
- Oslo Street Photo Festival (Norway, 2026, finalist in Black and White category)<br>
- <a href="https://web.archive.org/web/20260408060803/https://www.dspfestival.com/opencall">Dublin Street Photography Festival (Ireland, 2026, semifinalist in the Single Image category)</a><br>
- <a href="https://web.archive.org/web/20251205171450/https://streetphotofestival.gr/en/unscripted-moments-results/">Unscheduled Moments(Greece, 2025)</a><br>
- Fotofestivalen Oslo Negativ (Norway, 2025)<br>
- Fotofestivalen Oslo Negativ (Norway, 2024)<br>
<p><strong>Published</strong><br>
- Stavanger Aftenblad (2024)<br>
- Nei Til Atomvåpen (2023)<br>
- <a href="https://www.abcnyheter.no/livsstil/storbyferie-i-stavangertopp-10-ting-a-gjore-i-stavanger/923889">ABC Nyheter (2020)</a><br>
- <a href="http://bel.sputnik.by/heritage/20160818/1024788944.html">Sputnik (2016)</a><br>
- <a href="http://www.vertigopolitico.com/articulo/34912/Adriana-Lima-te-convencer-de-ver-el-Mundial-aunque-no-te-guste">Vertigo Politico (2015)</a><br>
- Verdens Gang (2012)<br>
</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>