-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.html
More file actions
66 lines (56 loc) · 2.31 KB
/
design.html
File metadata and controls
66 lines (56 loc) · 2.31 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Niklas Peters - Designer & Digital Strategist</title>
<meta name="description" content="Designer and digital strategist specializing in simple, effective design for independent professionals and non-profit organizations.">
<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>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" rel="stylesheet"/>
<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="design">
<div id="designdiv">
<h3>Hello! 👋</h3>
<h3 style="margin-bottom:2.5rem;">My name is Niklas.</h3>
<h3>I'm a designer and digital strategist based in the Black Hills (Očhéthi Šakówiŋ territory).</h3>
<h3>I use simple, effective design to communicate messages.</h3>
</div>
</div>
<div id="contact">
<div id="designdiv">
<h2 style="text-align:left;">Looking to improve your online presence?</h2>
<h4>Here's how I can take your business to the next level:</h4>
<ul>
<li>web design</li>
<li>graphic design (logos, branded materials, etc.)</li>
<li>professional headshots</li>
<li>digital & social media strategy</li>
</ul>
<h4 style="margin-bottom:20px;">Let's connect to discuss the digital needs of your business.</h4>
<div id="details">
<h2><a href="mailto:contact@niklaspeters.com"><i class="fa fa-envelope" aria-hidden="true"></i>contact@niklaspeters.com</a></h2>
<h2><a><i class="fa fa-phone" aria-hidden="true"></i> 605.644.6417</a></h2>
</div>
</div>
</div>
</div>
</div>
</body>
</html>