-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
238 lines (221 loc) · 10.5 KB
/
index.html
File metadata and controls
238 lines (221 loc) · 10.5 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html>
<head>
<title>Kwaku Akoi! Creative strategist, entrepreneur, designer</title>
<link href='http://fonts.googleapis.com/css?family=Lato|Montserrat' rel='stylesheet' type='text/css'>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hello, I am Kwaku Akoi.">
<meta name="author" content="Kwaku Akoi">
<meta name="keywords" content="Kwaku, Akoi, Creative, Strategy, Entrepeneur, Designer, UX Architect">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<!--<span class="mdl-layout-title"><img src="images/[email protected]" class="brand"></span>-->
<span class="mdl-layout-title"><a href="#main"><h3 class="gold">// k.a</h3></a></span>
<div class="mdl-layout-spacer"></div>
<span>
<span class="social-icons"><a href="https://github.com/SKAkoi"><img src="images/github.png"></a></span>
<span class="social-icons"><a href="https://www.linkedin.com/in/kwakuakoi/"><img src="images/linkedin.png"></a></span>
</span>
</div>
<!-- Tabs -->
<div class="mdl-layout__tab-bar mdl-js-ripple-effect">
<a href="#main" class="mdl-layout__tab is-active">Home</a>
<a href="#aboutme" class="mdl-layout__tab">About Me</a>
<a href="#mywork" class="mdl-layout__tab">My Work</a>
<a href="#contact" class="mdl-layout__tab">Contact</a>
</div>
</header>
<main class="mdl-layout__content">
<section id="main" class="mdl-layout__tab-panel is-active">
<div class="page-content">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--3-col mdl-cell--4-col-phone">
<div class="main-image"><img src="images/me.jpg" class="fade-first"></div>
</div>
<div class="mdl-cell mdl-cell--9-col mdl-cell--4-col-phone">
<div class="main-intro fade-second">
<h1 class="gold">Hi, I'm Kwaku.</h1>
<p>I'm a creative strategist building amazing digital experiences that solve real problems for millions of users worldwide. I'm currently a lead UX Architect at Hilton.</p>
</div>
</div>
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="aboutme">
<div class="page-content">
<h2 class="center gold section-title">About Me</h2>
<h4 class="center journey-intro">My journey from Accra, Ghana to Memphis, TN</h4>
<div class="portfolio slide">
<div class="row">
<div class="demo-card-square demo-card-squareA mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">Memphis, TN</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Currently leading UX Architecture @ Hilton / Teaching creative computing to 4th graders</p>
</div>
</div>
<div class="demo-card-square demo-card-squareB mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">Brooklyn, NY</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Founded Joomah Inc. - a startup building smarter hiring tools for Africa</p>
</div>
</div>
<div class="demo-card-square demo-card-squareC mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">Middletown, CT</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Attended college @ Wesleyan University / Managed part of the school's I.T Department</p>
</div>
</div>
<div class="demo-card-square demo-card-squareD mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">Simsbury, CT</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Attended Westminster School as one of the school's first Davis Scholars from Ghana.</p>
</div>
</div>
<div class="demo-card-square demo-card-squareE mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">Accra, Ghana</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Born and raised here. 16 years becoming who I am today. <i class="material-icons">mood</i></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="mywork" class="mdl-layout__tab-panel">
<div class="page-content">
<h2 class="center gold section-title">My work</h2>
<h4 class="center journey-intro">A sampling of some of my latest work</h4>
<div class="portfolio slide">
<div class="row">
<div class="demo-card-square demo-card-square1 mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">Tapestry by Hilton</h4>
</div>
<div class="mdl-card__supporting-text">
<p>New brand launch for Hilton</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="http://tapestrycollection3.hilton.com/tc/" target="_blank">
Visit Site
</a>
</div>
</div>
<div class="demo-card-square demo-card-square2 mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">Grey Restaurant</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Restaurant site for the Hilton Cardiff.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://www.greyrestaurant.co.uk/" target="_blank">
Visit Site
</a>
</div>
</div>
<div class="demo-card-square demo-card-square3 mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">HMS</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Site for Hilton Management Services</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="http://www.managementservices.hilton.com/en/" target="_blank">
Visit Site
</a>
</div>
</div>
<div class="demo-card-square demo-card-square4 mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">La Quinta Resort</h4>
</div>
<div class="mdl-card__supporting-text">
<p>A Waldorf Astoria Resort</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="http://www.laquintaresort.com/" target="_blank">
Visit Site
</a>
</div>
</div>
<div class="demo-card-square demo-card-square5 mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4 class="mdl-card__title-text">RMCC</h4>
</div>
<div class="mdl-card__supporting-text">
<p>Hilton's Revenue Management Service</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="http://rmcc.hilton.com/" target="_blank">
Visit Site
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="mdl-layout__tab-panel">
<h2 class="center gold section-title page-content fade-first">Say hello</h2>
<h4 class="center journey-intro fade-first">Let's get your ideas off the ground</h4>
<div class="contact-content fade-second">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--3-col mdl-cell--3-col-tablet mdl-cell--1-col-phone">
<p class="gold">Email</p>
</div>
<div class="mdl-cell mdl-cell--9-col mdl-cell--5-col-tablet mdl-cell--3-col-phone">
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--3-col mdl-cell--3-col-tablet mdl-cell--1-col-phone">
<p class="gold">Github</p>
</div>
<div class="mdl-cell mdl-cell--9-col mdl-cell--5-col-tablet mdl-cell--3-col-phone">
<p><a href="https://github.com/SKAkoi">github.com/SKAkoi</a></p>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--3-col mdl-cell--3-col-tablet mdl-cell--1-col-phone">
<p class="gold">Linked In</p>
</div>
<div class="mdl-cell mdl-cell--9-col mdl-cell--5-col-tablet mdl-cell--3-col-phone">
<p><a href="https://www.linkedin.com/in/kwakuakoi/">linkedin.com/in/kwakuakoi</a></p>
</div>
</div>
</div>
</section>
</main>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__right-section">
<a href="#" class="center">Made with <i class="material-icons gold">favorite</i> in Memphis, TN</a>
</div>
</footer>
</div>
<!--<div class="watermark mdl-layout">
<p>Creative Strategy | UX Design | Product Management |</p>
</div>-->
</div>
</body>
</html>