This repository was archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (91 loc) · 3.99 KB
/
index.html
File metadata and controls
165 lines (91 loc) · 3.99 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Andrew Waite</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Andrew Waite">
<meta name="description" content="Personal site">
<meta http-equiv="content-language" content="en-gb" />
<meta name="og:site_name" content="Andrew Waite">
<meta name="og:title" content="Andrew Waite">
<meta name="og:url" content="/">
<meta name="og:image" content="/images/personal-image.png">
<meta name="generator" content="Hugo 0.40.1" />
<!--[if lte IE 8]><script src='/js/ie/html5shiv.js'></script><![endif]-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="//css/ie8.css"><![endif]-->
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Andrew Waite" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Andrew Waite" />
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="/" class="image avatar"><img src="/images/personal-image.png" alt="" /></a>
<h1><strong>I’m Andrew</strong>, a developer<br> and SaaS product manager<br> at <a href="https://silktide.com">Silktide</a> in <a href="https://en.wikipedia.org/wiki/Derby">Derby, UK</a>.</h1>
<nav id="sidebar">
<ul>
<li><a href="/post/">Blog</a></li>
<li><a href="/">Home</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<section>
<header class="major">
<h2>I solve business problems with code.</h2>
</header>
<p>When I’m not working, I like craft beer, I have a cat named Janet and my favourite holiday destination is <a href="https://en.wikipedia.org/wiki/Krak%C3%B3w">Kraków in Poland</a>.</p>
</section>
<!-- portfolio -->
<section id="two">
<h2>Projects</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="/images/portfolio/prospect.png" class="image fit thumb"><img src="/images/portfolio/prospect-tn.png" alt="" /></a>
<h3>Silktide Prospect</h3>
<p>I’m Product Manager of <a href="https://prospect.silktide.com">Silktide Prospect</a> SaaS app that analyses websites to makes sales teams smarter.</p>
</article>
</div>
</section>
<section>
<div class="row">
<br>
<p>
<ol class="recent-posts">
<li><a href="/post/new-personal-site/">New personal website</a></li>
</ol>
</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="//facebook.com/theandywaite" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="//twitter.com/theandywaite" target="_blank" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="//github.com/andywaite" target="_blank" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="//linkedin.com/in/theandywaite" target="_blank" class="icon fa-linkedin-square"><span class="label">Linkedin</span></a></li>
<li><a href="/#contact-form" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="/index.xml" class="icon fa-rss" type="application/rss+xml"><span class="label">RSS</span></a></li>
</ul>
<ul class="copyright">
<li>© Andrew Waite</li>
<li>Design: <a href="//html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.poptrox.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
</body>
</html>