-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
56 lines (50 loc) · 1.92 KB
/
Copy pathlinks.html
File metadata and controls
56 lines (50 loc) · 1.92 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>niklas peters</title>
<meta name="description" content="Johannesburg (formerly NYC) based photographer and musician specializing in landscape photography and sample based electronic production.">
<link href="css/main.css" rel="stylesheet" type="text/css">
<!-- mobile -->
<link href="css/mobile.css" rel="stylesheet" type="text/css" media="only screen and (max-width:810px)">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script src="https://use.fontawesome.com/cfbbbe5631.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28038759-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<h1><a href="../">niklas peters</a></h1>
<script src="../nav.js"></script>
</header>
<div id="container">
<div class="links">
<div>
<h2>music</h2>
<a href="https://jasperfeels.bandcamp.com/">latest album - bandcamp</a>
<a href="https://open.spotify.com/album/0IduReA2T8V4M6KfNDBELj">latest album - spotify</a>
<a href="https://soundcloud.com/panglossia">recent electronic music</a>
</div>
<div>
<h2>art</h2>
<a href="../projects/geometric-abstractions.html">geometric abstractions</a>
<!-- <a href="https://jasperfeels.bandcamp.com/">handcut collage</a> -->
<a href="../projects/circles.html">circle drawings</a>
<a href="../portfolio.html">photography</a>
</div>
<div>
<h2>more</h2>
<a href="../about.html">about</a>
</div>
</div>
</div>
<script src="../social.js"></script>
</body>
</html>