-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (114 loc) · 5.7 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
i<html> <!-- Coded with love and a whole lotta tutorials by Christina Allan.
Please don't copy it. I'm forever indebted to the incredible people who put open
source code and tutorials on the internet-- questions on how something was done?
I'd love to share what I learned, shoot me an email! -->
<head>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link
rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;1,400&family=IBM+Plex+Serif:ital,wght@0,400;0,500;1,400&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"
type="text/javascript"></script>
<script type="text/javascript" src="nav.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta
charset="UTF-8">
<link rel="icon" type="image/png" href="favicon/favicon-32x32.png"
sizes="32x32" /> <link rel="icon" type="image/png"
href="favicon/favicon-16x16.png" sizes="16x16" />
<!-- facebook open graph tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://christinaallan.com/index.html/" />
<meta property="og:title" content="I'm Christina" />
<meta property="og:description" content="I’m passionate about partnering with product & engineering to design beautiful experiences that just work." />
<meta property="og:image" content="https://christinaallan.com/images/home-unfurl.png" />
<!--twitter card tags additive with the og: tags-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:domain" value="Christina Allan Design" />
<meta name="twitter:title" value="I'm Christina" />
<meta name="twitter:description" value="I’m passionate about partnering with product & engineering to design beautiful experiences that just work." />
<meta name="twitter:image" content="https://christinaallan.com/images/home-unfurl.png" />
<meta name="twitter:url" value="https://christinaallan.com/index.html/" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-85459746-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-85459746-1');
</script>
<title>Home | Christina Allan Design</title>
</head>
<body>
<div class="navigation"> <div class="bg transition"></div>
<ul class="nav"> <li class="nav-logo"><a href="index.html"><img id="logo"
src="images/logo.png"></img></a></li> <li class="main nav-link"><a
href="index.html">Work</a></li> <li class="main nav-link"><a
href="about.html">About</a></li> <li class="main nav-link"><a
href="resume/ChristinaAllan_Resume.pdf" target="new">Resume</a></li> </ul>
</div>
<div class="bar-container"> <div class="bar"></div> </div>
<div class="hamburger">
<ul class="ham-nav"> <li class="ham-nav-logo"><a href="index.html"><img
id="logo" src="images/logo.png"></img></a></li> <li class="ham-nav-link"><a
href="index.html">Work</a></li> <li class="ham-nav-link"><a
href="about.html">About</a></li> <li class="ham-nav-link"><a
href="resume/ChristinaAllan_Resume.pdf" target="new">Resume</a></li> </ul>
</div>
<div class="index-hello">
<h1 id="intro">I’m Christina – a digital product designer living in
Boston<br>and currently designing at <a href="https://www.arrived.com" target="new">Arrived</a>.</h1> <h3 id="intro-list">I’m passionate about partnering with product & engineering to design
beautiful experiences that just <i>work</i>.</h3>
</div>
<a href="blockblueprint.html"><div class="index-header" id="blueprint">
<div id="featured-title">
<h2>Putting renovation prep into the hands of homeowners (literally)</h2> <h3 id="subhead" >Block Blueprint for Site Surveys // 2023</h3>
</div>
</div></a>
<a href="configurator.html"><div class="index-header" id="configurator">
<div id="featured-title">
<h2>Design-led solutions when a launch doesn't go as planned</h2> <h3 id="subhead" >Block Configurator 2.0 // 2022 – 2023</h3>
</div>
</div></a>
<a href="convocrm.html"><div class="index-header" id="ccrm">
<div id="featured-title">
<h2>The future of conversational commerce for
sellers</h2> <h3 id="subhead" >Drift for Sales // 2021</h3>
</div>
</div></a>
<a href="driftvideo.html"><div class="index-header" id="video">
<div id="featured-title">
<h2 >Video recording where sellers work</h2> <h3
id="subhead" >Drift Video // 2019 – 2022</h3> </div>
</div></a>
<a href="tidedesign.html"><div class="index-header" id="tide">
<div id="featured-title">
<h2>Building a design system for a hypergrowth company</h2>
<h3 id="subhead" >Drift’s Tide Design System // 2018 – 2022</h3> </div>
</div>
</div></a>
<a href="interventions.html"><div class="index-header" id="interventions">
<div id="featured-title">
<h2 >A student-led design conference at Northeastern
University</h2> <h3 id="subhead" >Interventions: Narrative //
2019</h3> </div>
</div>
</div></a>
<a href="jfkt4.html"><div class="index-header" id="t4">
<div id="featured-title">
<h2 >A website for America’s only privately owned
airport terminal</h2> <h3 id="subhead" >JFK Terminal 4 // 2017</h3>
</div>
</div>
</div></a>
<a href="typeandchairs.html"><div class="index-header" id="type-index">
<div id="featured-title">
<h2 >Two passions collide on an A2 poster</h2>
<h3 id="subhead" >Type & Chairs // 2016</h3> </div>
</div></a>
<div class="index-grid">
<h3 id="copyright-home"><i>Designed & built</i> in 2023 by me!</h3>
</div>
</div>
</body>
</html>