-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming.html
More file actions
53 lines (47 loc) · 3.04 KB
/
programming.html
File metadata and controls
53 lines (47 loc) · 3.04 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
<!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 - Programming</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/programming.jpg" alt="Python, by Fredrik Walløe" class="hero-img">
</div>
<article>
<p class="lead">It took me some time to discover programming. Looking back, perhaps this was because I found some of the same enjoyment and challenge in writing words that I today find in writing code. Like a friend once put it in reference to a paper by Felinne Hermans – 'programming is writing is programming, for reals'.
<p>Today it is strange to think that there was a time when this way of deconstructing and thinking about the world was foreign to me, or at least was something I approached through words rather than functions. These days code is part of the everyday and a script takes shape in the shell at the vaguest hint that a task might repeat. When I first bought an apartment, it was with the help of a script that scraped adverts for properties and compared aspects of each to award a number of points that came to be surprisingly reflective of how willing I would be to live there.<p>
<p>I may one day get around to providing some details about these project, but until then a few lines of code can be found on <a href="https://github.com/fwalloe">GitHub</a>.</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>