-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (52 loc) · 2.74 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Saul Cullen</title>
<meta name="description" content="Saul Cullen">
<meta name="author" content="Saul Cullen">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<script src="js/scripts.js"></script>
<div class="wrapper">
<div class="Aligner">
<!--<div class="Aligner-item">-->
<h1>Saul Cullen</h1>
<div>
<h2>Product Management</h2>
<h3>& Experience Innovation</h3>
</div>
<!--</div>-->
<hr>
</div>
<blockquote class="not-yet-defined">
<p class="white-text" id="one-liner">I build things; usually working with innovative technology businesses. Sometimes I build buildings.<p>
<p class="white-text" id="one-liner">I love to solve tough problems and obsess over creating memorable customer experiences. I believe that customer centric design helps to get to product market fit.</p>
<p class="white-text" id="one-liner">Inefficiency annoys me; I like to use technology to remove it.</p>
<p class="white-text" id="one-liner">Payments, Analytics and CRM are a few of my specialities.</p>
<!--<span class="gmarker black-text">story</span>
and
<span class="gmarker black-text">users</span>-->
</blockquote>
<p class="connect">
<span class="connect--engage">Engage → </span>
<span class="connect--bullet"> • </span>
<span class="connect--email">hi [at] saulcullen [dot] com</span>
<span class="connect--bullet"> • </span>
<a target="_blank" href="https://www.twitter.com/saulgcullen/"><span style="color:#61aadb;">Twitter</span></a>
<span class="connect--bullet"> • </span>
<a target="_blank" href="https://www.linkedin.com/in/saul-cullen/"><span style="color:#0177b5;">LinkedIn</span></a>
<!--<a target="_blank" href="https://www.twitter.com/saulgcullen/"><span style="color:#61aadb;">Twitter</span></a>-->
<!--<span style="color:#333333;"> • </span><span style="color:#f7652b;"> </span><a target="_blank" href="http://instagram.com//"><span style="color:#f7652b;">Instagram</span></a>-->
<!--<a target="_blank" href="https://www.linkedin.com/in/saul-cullen/"><span style="color:#0177b5;">LinkedIn</span></a>-->
</p>
<p class="copy-saul">
© saulcullen.com
</div>
</body>
</html>