-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 1.35 KB
/
index.html
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
---
layout: default
---
<style>
.nav__about{
color: #da3877;
border-bottom: 1.5px solid #da3877;
}
</style>
<div class="wrap">
<div class="row">
<div class="col__12-12">
<img class="home__header-image" src="https://ingledow-2016.s3.amazonaws.com/public/img/david-ingledow.jpg" alt="David Ingledow" />
</div>
</div>
<div class="row">
<div class="col__12-12">
<h1 class="home__title">David Ingledow</h1>
<span class="home__strapline">
Head of Product at SoPost
</span>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col__4-12 col__md-12-12 col__sm-12-12">
<p>
<a href="https://twitter.com/dingledow">Twitter</a>
<a href="https://github.com/dingledow">GitHub</a>
<a href="https://instagram.com/dingledow">Instagram</a>
<a href="https://dribbble.com/dingledow">Dribbble</a>
</p>
</div>
<div class="col__8-12 col__md-12-12 col__sm-12-12">
<p>
My name is David Ingledow, Head of Product at <a href="https://www.sopost.com/?ref=david-ingledow" target="_blank">SoPost</a>. We're building the most powerful product sampling platform in the world, with a focus on relevance, data and analytics.
</p>
<p>
Want to talk? <a href="mailto:[email protected]">Email me</a>.
</p>
</div>
</div>
</div>