-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
58 lines (46 loc) · 2.06 KB
/
about.html
File metadata and controls
58 lines (46 loc) · 2.06 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>niklas peters - about</title>
<meta name="description" content="i take photos, make music, move pixels (gifs and video), and still use oxford commas. contact info below.">
<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 id="about">
<p>i'm an artist, musician, and organizer based in occupied očhéthi šakówiŋ land.</p>
<p>available for web & graphic design, commissions, collaborations.</p>
<p><u>recent locations</u></p>
<ul>
<li>2019-present: očhéthi šakówiŋ territory (black hills, sd)</li>
<li>2016-2019: johannesburg, south africa</li>
<li>2015: traveling in western us</li>
<li>2012-2015: nyc</li>
</ul>
<br>
<p>contact:<br>
<a href="mailto:contact@niklaspeters.com"><i class="fa fa-envelope" aria-hidden="true"></i>contact@niklaspeters.com</a></p>
<p>connect:<br>
<a href="http://instagram.com/jasperfeels" target="_blank"><i class="fa fa-instagram fa-lg" aria-hidden="true"></i></a><a href="http://jasperfeels.tumblr.com" target="_blank"><i class="fa fa-tumblr fa-lg" aria-hidden="true"></i></a><a href="http://soundcloud.com/jasperfeels" target="_blank"><i class="fa fa-soundcloud fa-lg" aria-hidden="true"></i></a></p>
</div>
</div>
</body>
</html>