-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·94 lines (70 loc) · 2.89 KB
/
index.html
File metadata and controls
executable file
·94 lines (70 loc) · 2.89 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stephen Knott</title>
<meta description="Stephen Knott UI Designer / Front-end Developer
" />
<link rel="stylesheet" href="/css/default.css">
<link rel="stylesheet" href="/css/animate.css">
<link rel="canonical" href="http://localhost:4000/">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:600|Josefin+Sans:400,600" rel="stylesheet">
<script src="/js/jquery.js"></script>
<script src="/js/modernizr-custom.js"></script>
<script src="/js/base.js"></script>
<script src="/js/modaal.js"></script>
<meta name="google-site-verification" content="5BWzNAGHFnlogtEtAHS5DoGgMlZmnk3VCAQ3j9t5kms" />
</head>
<body>
<div class="home"
>
<div class="header_wrapper">
<div class="header">
<div class="logo_container">
<a href="/">
<img src="/img/2018/logos/logo--purple.svg" alt="Logo Home" />
</a>
</div>
<div class="nav_wrapper">
<ul>
<!--<li><a href="/bio/" >Bio</a></li>-->
<li><a href="/work/" >Work</a></li>
<li><a href="/downloads/StephenKnottUXResume.pdf" target="_blank">Resumé</a></li>
<!--<li><a href="/contact/" >Contact</a></li>-->
</ul>
</div>
</div>
</div>
<div class="home_container">
<div class="home_container--copy_wrapper">
<div><h1 class="white">Tying ideas together since 2006.</h1></div>
<div class="highlight"></div>
<div class="home_container--copy_container">
<p>Hello, my name is Stephen Knott, and for over a decade I have been
helping businesses
understand the value of designing a great user experience.</p>
<div><a href="/work/" class="button button--white">View My Work</a></div>
</div>
</div>
</div>
</div>
<div class="footer">
<ul>
<li><a href="https://www.linkedin.com/in/knottaverage/" target="_blank">LinkedIn</a></li>
<li><a href="https://dribbble.com/knottaverage" target="_blank">Dribbble</a></li>
<li><a href="http://www.twitter.com/knottaverage" target="_blank">Twitter</a></li>
<li><a href="http://www.codepen.com/knottaverage" target="_blank">CodePen</a></li>
<li><a href="https://www.interaction-design.org/stephen-knott" target="_blank">IDF</a></li>
</ul>
</div>
</body>
<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-86898950-1', 'auto');
ga('send', 'pageview');
</script>
</html>