-
Notifications
You must be signed in to change notification settings - Fork 0
/
cyclistic.html
488 lines (455 loc) · 32.6 KB
/
cyclistic.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
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html><!-- This site was created in Webflow. http://www.webflow.com -->
<!-- Last Published: Sun Apr 25 2021 19:45:02 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-domain="craig-roush-portfolio-template.webflow.io" data-wf-page="5d42bc857ac7880203816f9b"
data-wf-site="5d419732b8b3b47636fc4c66">
<head>
<meta charset="utf-8" />
<title>Cyclistic | Samuel Donkor | Software Engineer & UI/UX Designer</title>
<meta content="Accelero | Craig Roush | Freelance UI/UX Designer" property="og:title" />
<meta content="Accelero | Craig Roush | Freelance UI/UX Designer" property="twitter:title" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="Webflow" name="generator" />
<link
href="https://assets.website-files.com/5d419732b8b3b47636fc4c66/css/craig-roush-portfolio-template.webflow.fc8b9190b.css"
rel="stylesheet" type="text/css" />
<style>
@media (min-width:992px) {
html.w-mod-js:not(.w-mod-ix) [data-w-id="e1949666-1e5a-bd93-2b8d-24776eb5c6e4"] {
-webkit-transform: translate3d(0, 24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
-moz-transform: translate3d(0, 24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
-ms-transform: translate3d(0, 24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
transform: translate3d(0, 24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
opacity: 0;
}
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script
type="text/javascript">WebFont.load({ google: { families: ["Inconsolata:400,700", "Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic"] } });</script>
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif]-->
<script
type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document);</script>
<link href="https://img.icons8.com/dotty/80/4a90e2/circled-s.png"
rel="shortcut icon" type="image/x-icon" />
<link
href="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d5eeab187f78045066fd722_android-chrome-256x256.png"
rel="apple-touch-icon" />
</head>
<body>
<div class="page-wrapper">
<div data-collapse="all" data-animation="over-right" data-duration="600" data-easing="ease-out-quint"
data-easing2="ease-out-quint" data-w-id="d1ee1510-e7d7-10c2-38fa-cd113c6b70a5" role="banner"
class="navbar w-nav"><a href="/" data-w-id="d1ee1510-e7d7-10c2-38fa-cd113c6b70a6"
class="brand w-nav-brand"> <h6>Samuel Donkor</h6>
<!-- <img -->
<!-- src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d41a97cb8b3b4ec1dfcdc3e_Logo%20Wordmark.svg" -->
<!-- alt="" /> -->
<div class="logo-line"></div>
</a>
<!-- <nav role="navigation" class="nav-menu w-nav-menu"><a href="/" class="nav-link-wrap w-inline-block">
<div class="nav-link-inline">
<div class="nav-link">Home</div>
<div class="text-bg-accent white"></div>
</div>
</a><a href="/about" class="nav-link-wrap w-inline-block">
<div class="nav-link-inline">
<div class="nav-link">About</div>
<div class="text-bg-accent white"></div>
</div>
</a><a href="/projects" class="nav-link-wrap w-inline-block">
<div class="nav-link-inline">
<div class="nav-link">Projects</div>
<div class="text-bg-accent white"></div>
</div>
</a><a href="/#contact" class="nav-link-wrap w-inline-block">
<div class="nav-link-inline">
<div class="nav-link">Contact</div>
<div class="text-bg-accent white"></div>
</div>
</a></nav> -->
<!-- <div class="menu-button w-nav-button">
<div class="burger-menu">
<div class="line-1 dark"></div>
<div class="line-2 dark"></div>
<div class="line-3 dark"></div>
</div>
</div> -->
</div>
<header class="section no-margin wf-section">
<div class="container">
<div class="project-header-wrapper">
<div class="project-header-left">
<h1 class="section-title no-margin project-page">Cyclistic</h1>
<p class="project-header-text">I am a junior data analyst working in the marketing analyst team at Cyclistic (a fictional bike-share company in Chicago). The director
of marketing believes the company’s future success depends on maximizing the number of annual memberships. Therefore,
my team wants to understand how casual riders and annual members use Cyclistic bikes differently. From these insights,
my team will design a new marketing strategy to convert casual riders into annual members. But first, Cyclistic executives
must approve my recommendations, so they must be backed up with compelling data insights and professional data
visualizations.</p>
<div class="project-info-wrapper">
<div class="project-info-block">
<div class="project-info-title">Client</div>
<div class="project-info-value">Cyclistic</div>
</div>
<div class="project-info-block">
<div class="project-info-title">Date</div>
<div class="project-info-value">2.11.2021</div>
</div>
<div class="project-info-block">
<div class="project-info-title">Based In</div>
<div class="project-info-value">Chicago</div>
</div>
</div><a href="#challenge" class="scroll-down-block w-inline-block">
<div class="scroll-text">Scroll Down</div>
<div style="-webkit-transform:translate3d(0, -24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, -24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, -24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, -24PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)"
class="arrow-wrapper"><img
src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d41ba30b8b3b47e22fe093a_Scroll%20Down%20Arrow.svg"
width="8" alt="" class="scroll-down-icon" /><img
src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d41ba30b8b3b47e22fe093a_Scroll%20Down%20Arrow.svg"
width="8" alt="" class="scroll-down-icon" /></div>
</a>
</div>
<div class="page-header-shape"><img
src="images/bike.png"
alt="" sizes="(max-width: 479px) 93vw, 94vw"
srcset="images/bike.png 500w, images/bike.png 800w"
class="header-img" /></div>
</div>
</div>
</header>
<section id="challenge" data-w-id="1abc661a-f7ac-5987-0902-b31675266b73" class="section narrow wf-section">
<div class="container">
<header class="section-header narrow w-clearfix">
<div class="section-title-wrapper float-right">
<div class="section-title-line"></div>
<h2 class="section-title">The Challenge</h2>
</div>
</header>
<p class="column-paragraph">In 2016, Cyclistic launched a successful bike-share offering. Since then, the program has grown to a fleet of 5,824 bicycles that
are geotracked and locked into a network of 692 stations across Chicago. The bikes can be unlocked from one station and
returned to any other station in the system anytime. <br> <br>
Until now, Cyclistic’s marketing strategy relied on building general awareness and appealing to broad consumer segments.
One approach that helped make these things possible was the flexibility of its pricing plans: single-ride passes, full-day passes,
and annual memberships. Customers who purchase single-ride or full-day passes are referred to as casual riders. Customers
who purchase annual memberships are Cyclistic members.
Cyclistic’s finance analysts have concluded that annual members are much more profitable than casual riders. Although the
pricing flexibility helps Cyclistic attract more customers, Moreno, my manager believes that maximizing the number of annual members will
be key to future growth. <br> <br> Rather than creating a marketing campaign that targets all-new customers, Moreno believes there is a
very good chance to convert casual riders into members. She notes that casual riders are already aware of the Cyclistic
program and have chosen Cyclistic for their mobility needs.
</p>
</div>
<!-- <div class="dotted-pattern latest-work-center-left"></div>
</section> -->
<!-- <section data-w-id="26e5d7b0-0ed0-3c36-cfec-94b954ce3841" class="section no-margin wf-section">
<div class="container">
<div class="project-gallery-wrapper">
<div class="featured-gallery-img">
<div class="gallery-square-content-wrapper">
<div class="gallery-square-content"><a href="#"
class="gallery-img-link w-inline-block w-lightbox"><img
src="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be217ac7884e0b817585_mqketa2.png"
alt="" sizes="100vw"
srcset="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be217ac7884e0b817585_mqketa2-p-500.png 500w, https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be217ac7884e0b817585_mqketa2.png 800w"
class="gallery-img" />
<div class="gallery-img-overlay"><img
src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d42c8555e4c2e4f00feaf8a_Plus.svg"
alt="" class="plus-icon no-margin" /></div> -->
<!-- <script type="application/json" class="w-json">{
"items": [
{
"url": "https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be217ac7884e0b817585_mqketa2.png",
"type": "image"
}
]
}</script>
</a></div>
</div>
</div>
<div class="gallery-img-right-block">
<div class="small-gallery-img-block">
<div class="gallery-square-content-wrapper">
<div class="gallery-square-content small"><a href="#"
class="gallery-img-link w-inline-block w-lightbox"><img
src="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be21f6c573441442c2d1_budioux_2x.png"
alt="" sizes="100vw"
srcset="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be21f6c573441442c2d1_budioux_2x-p-500.png 500w, https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be21f6c573441442c2d1_budioux_2x.png 800w"
class="gallery-img" />
<div class="gallery-img-overlay"><img
src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d42c8555e4c2e4f00feaf8a_Plus.svg"
alt="" class="plus-icon no-margin" /></div>
<script type="application/json" class="w-json">{
"items": [
{
"url": "https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be21f6c573441442c2d1_budioux_2x.png",
"type": "image"
}
],
"group": "Img Group Right"
}</script>
</a></div>
</div>
</div>
<div class="small-gallery-img-block">
<div class="gallery-square-content-wrapper">
<div class="gallery-square-content small"><a href="#"
class="gallery-img-link w-inline-block w-lightbox"><img
src="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2102c753f8ea6418f7_guidleline__2x.png"
alt="" sizes="100vw"
srcset="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2102c753f8ea6418f7_guidleline__2x-p-500.png 500w, https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2102c753f8ea6418f7_guidleline__2x.png 800w"
class="gallery-img" />
<div class="gallery-img-overlay"><img
src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d42c8555e4c2e4f00feaf8a_Plus.svg"
alt="" class="plus-icon no-margin" /></div>
<script type="application/json" class="w-json">{
"items": [
{
"url": "https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2102c753f8ea6418f7_guidleline__2x.png",
"type": "image"
}
],
"group": "Img Group Right"
}</script>
</a></div>
</div>
</div>
<div class="small-gallery-img-block">
<div class="gallery-square-content-wrapper">
<div class="gallery-square-content small"><a href="#"
class="gallery-img-link w-inline-block w-lightbox"><img
src="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2141794c05c950f340_shot_2x.png"
alt="" sizes="100vw"
srcset="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2141794c05c950f340_shot_2x-p-500.png 500w, https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2141794c05c950f340_shot_2x.png 800w"
class="gallery-img" />
<div class="gallery-img-overlay"><img
src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d42c8555e4c2e4f00feaf8a_Plus.svg"
alt="" class="plus-icon no-margin" /></div>
<script type="application/json" class="w-json">{
"items": [
{
"url": "https://assets.website-files.com/5d42bc8441794c186a50f097/5d42be2141794c05c950f340_shot_2x.png",
"type": "image"
}
],
"group": "Img Group Right"
}</script>
</a></div>
</div>
</div>
<div class="small-gallery-img-block">
<div class="gallery-square-content-wrapper">
<div class="gallery-square-content small"><a href="#"
class="gallery-img-link w-inline-block w-lightbox"><img
src="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42c23302c75372476424e2_wearly_shot.png"
alt="" sizes="100vw"
srcset="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42c23302c75372476424e2_wearly_shot-p-500.png 500w, https://assets.website-files.com/5d42bc8441794c186a50f097/5d42c23302c75372476424e2_wearly_shot.png 800w"
class="gallery-img" />
<div class="gallery-img-overlay"><img
src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/5d42c8555e4c2e4f00feaf8a_Plus.svg"
alt="" class="plus-icon no-margin" /></div>
<script type="application/json" class="w-json">{
"items": [
{
"url": "https://assets.website-files.com/5d42bc8441794c186a50f097/5d42c23302c75372476424e2_wearly_shot.png",
"type": "image"
}
],
"group": "Img Group Right"
}</script> -->
<!-- </a></div>
</div>
</div>
</div>
</div>
</div>
<div class="dotted-pattern latest-work-bottom-right"></div>
</section> -->
<section data-w-id="43a0c002-9c9d-c7b7-2133-4a0725ee1952" class="section narrow wf-section">
<div class="container">
<div class="w-richtext">
<h3>The Data Analysis Process.</h3>
<img src="images/data.jpg" alt="">
<h4>Identifying The Business Task</h4>
<p>
The three questions we asked to guide the future marketing program are:
<ol>
<li>How do annual members and casual riders use Cyclistic bikes differently?</li>
<li>Why would casual riders buy Cyclistic annual memberships?</li>
<li>How can Cyclistic use digital media to influence casual riders to become members?</li>
</ol>
</p>
<p>
<b>
The business task is to design marketing strategies aimed at converting casual riders into annual members.
</b>
In order to
do that, however, the marketing analyst team needs to better understand how annual members and casual riders differ, why
casual riders would buy a membership, and how digital media could affect their marketing tactics.
Moreno assigned me the first question to answer: How do annual members and casual riders use Cyclistic bikes
differently?
</p>
<br>
<h4>Preparing The Data</h4>
<p>
I used Cyclistic’s historical trip data to analyze and identify trends. (<a href="https://divvy-tripdata.s3.amazonaws.com/index.html">Cyclistic trip data</a>).
This is the public data that I used to explore how different customer types are
using Cyclistic bikes. The table conists of 13 fields with around 755,552 records.</p> <p> But note that data-privacy issues prohibit me from using riders’ personally identifiable information. This
means that I won’t be able to connect pass purchases to credit card numbers to determine if casual riders live in the
Cyclistic service area or if they have purchased multiple single passes.</p>
<br>
<h4>Processing The Data</h4>
<p>
Based on the question in the ask phase, I decided on the data I would use and the fields that were important for the task. I dropped the start_station and end_station names together with their Ids since there were a lot of missing values. This didn't affect the quality of the data since this information can be readily referenced from the latitude fields(start_lng, start_lat, end_lng, end_lat)
</p>
<p>
<ul>
<li>
I converted the time data fields to datetime data type.
</li>
<li>
I calculated for the ride length by finding the difference between the ended_at and started_at time period for each observation.
</li>
<li>
I dropped all observations with null end_lat and end_lng.
</li>
<li>
I converted the ride_length field to minutes.
</li>
<li>
I extracted the day of week from the datetime field. This will help me visualize weekly trends in our analysis later on.
</li>
</ul>
</p>
<br>
<h4>Analyzing The Data</h4>
<p>
Now it's time to gain insights from our data using inferential statistics and data visualizations.</p>
<br>
<p>I observed that casual members had longer rides than annual members. This is not suprising since there are more casual members than annual members.</p>
<img src="images/g1.png" alt="">
<h8>Fig1. Shows a graph of membership type against ride length time im minutes</h8>
<br>
<br>
<p>Breaking down Fig1. reveals another important insight: Casual members have longer rides in minutes with classic bikes than with their electric counterparts. </p>
<img src="images/g2.png" alt="">
<h8>Fig2. Shows a graph of rideable_type against ride length time im minutes</h8>
<br>
<br>
<br>
<br>
<p>The above claim is further reinforced with the table below. This goes on to show that casual members are keen on using classic bikes, with annual members mostly using electric bikes</p>
<img src="images/g3.JPG" alt="">
<br>
<br>
<br>
<br>
<p>Zooming in, we can see that bike usage for both members and casual riders gradually rise during the weekends. This may indicate that casual riders are inclined to using bikes for leisure purposes whilst members use them for commute.</p>
<img src="images/g4.png" alt="">
<h4>Share</h4>
<p>
Now we’re ready to use these insights to make recommendations for the marketing team.
<ul>
<li>
Casual riders mostly use bike-sharing for leisure and tourism purposes and are highly active on weekends;
</li>
<li>
Annual members use bike-sharing to commute to work during the week and are more active on weekdays.
</li>
</ul>
</p>
<h5>Recommendation</h5>
<p>
Please create new membership offers focused on weekend rides, family subscriptions (since families tend to spend their weekends together), or offers created in collaboration with public institutions like museums/theatres and other institutions where casual riders travel the most.
</p>
<!-- <p></p>
<figure class="w-richtext-figure-type-image w-richtext-align-center" data-rt-type="image"
data-rt-align="center">
<div><img
src="https://assets.website-files.com/5d42bc8441794c186a50f097/5d42c16702c7535bf4641f7d_artboardgemnote_2x.png">
</div>
<figcaption>Caption Here</figcaption>
</figure>
<p></p> -->
<!-- <p>Volutpat lacus laoreet non curabitur gravida arcu. Urna duis convallis convallis tellus id
interdum velit. Enim nunc faucibus a pellentesque. Pretium lectus quam id leo in vitae. Sed
euismod nisi porta lorem mollis aliquam. Interdum varius sit amet mattis. Tincidunt augue
interdum velit euismod in pellentesque massa placerat duis. Tristique sollicitudin nibh sit
amet. Faucibus pulvinar elementum integer enim neque volutpat. Aliquam vestibulum morbi blandit
cursus risus. Cras ornare arcu dui vivamus arcu. Elit sed vulputate mi sit amet. Ut sem viverra
aliquet eget. Dolor sed viverra ipsum nunc aliquet bibendum enim. Pharetra massa massa ultricies
mi quis hendrerit dolor. Bibendum ut tristique et egestas quis ipsum suspendisse. Metus
vulputate eu scelerisque felis. Elementum pulvinar etiam non quam lacus suspendisse faucibus
interdum posuere. Urna nec tincidunt praesent semper feugiat nibh sed pulvinar proin.</p>
<p>Habitant morbi tristique senectus et netus et. Turpis cursus in hac habitasse platea. Volutpat
maecenas volutpat blandit aliquam etiam erat velit. Dolor sit amet consectetur adipiscing elit
duis tristique. Lobortis scelerisque fermentum dui faucibus in ornare quam viverra. Nibh nisl
condimentum id venenatis a condimentum vitae. Nascetur ridiculus mus mauris vitae ultricies. Id
semper risus in hendrerit gravida. Pellentesque habitant morbi tristique senectus et netus et
malesuada fames. Massa ultricies mi quis hendrerit dolor magna eget. Turpis egestas integer eget
aliquet. Vitae auctor eu augue ut lectus arcu.</p>
<p>Mauris pharetra et ultrices neque. Lorem ipsum dolor sit amet consectetur adipiscing elit. Sed
nisi lacus sed viverra. Metus vulputate eu scelerisque felis imperdiet proin fermentum. Sagittis
nisl rhoncus mattis rhoncus urna neque viverra. Pharetra massa massa ultricies mi quis hendrerit
dolor magna. Fames ac turpis egestas maecenas pharetra convallis posuere morbi. Tortor at risus
viverra adipiscing at. Sit amet commodo nulla facilisi nullam. Morbi tempus iaculis urna id.
Purus faucibus ornare suspendisse sed nisi. Rhoncus est pellentesque elit ullamcorper dignissim.
Sem et tortor consequat id porta nibh venenatis cras. Tempus urna et pharetra pharetra massa
massa ultricies mi quis. Faucibus in ornare quam viverra orci sagittis eu.</p> -->
<br><br><br><br><br><br><br><br>
</div>
<div class="button-container center"><a href="https://github.com/samadon1/Cyclistic"
target="_blank" class="filled-btn no-margin-top no-margin-right w-inline-block">
<div class="filled-btn-text-wrapper">
<div class="btn-text">Explore Code</div>
<div class="btn-text-effect">Explore Code</div>
</div>
</a></div>
</div>
<!-- <div class="dotted-pattern contact-bottom-left"></div>
</section>
<section class="section narrow wf-section">
<div class="container">
<div class="button-container project-page"><a data-w-id="9d722b2f-fcd5-7999-ed42-d7e5811eefdc"
href="/project/furniture-market"
class="outlined-btn no-margin-top no-margin-right flex w-inline-block">
<div class="filled-btn-text">Prev Project</div>
<div class="filled-btn-overlay right"></div>
</a><a href="/project/furniture-market"
class="outlined-btn no-margin-top no-margin-right flex disabled w-inline-block w-condition-invisible">
<div class="filled-btn-text">Prev Project</div>
<div class="filled-btn-overlay right"></div>
</a><a href="/projects" class="grid-button-wrapper w-inline-block">
<div data-w-id="e1949666-1e5a-bd93-2b8d-24776eb5c6e4" class="grid-btn-tooltip">Back To Project
Page</div>
<div data-w-id="1a03e3cf-a331-b3ab-f50f-f3b3125dbc6c" class="grid-btn"></div>
</a><a href="/project/search-real-estate"
class="outlined-btn no-margin-top no-margin-right flex disabled w-inline-block w-condition-invisible">
<div class="filled-btn-text">Next Project</div>
<div class="filled-btn-overlay"></div>
</a><a data-w-id="292a97e6-d46a-86b0-e1e2-232113906eb9" href="/project/search-real-estate"
class="outlined-btn no-margin-top no-margin-right w-inline-block">
<div class="filled-btn-text">Next Project</div>
<div class="filled-btn-overlay"></div>
</a></div>
</div> -->
</section>
<footer class="footer wf-section">
<div class="copyright-block">
<div class="copyright-text">© Samuel Donkor</div>
<!-- <div class="copyright-text">Template made by <a href="https://lightninglab.design" target="_blank"
class="copyright-link">Lightning Lab</a> and proudly powered by <a href="https://webflow.com"
target="_blank" class="copyright-link">Webflow. </a>| Template Version: <a href="/changelog"
class="copyright-link">V1.5</a></div> -->
</div>
<!-- <div class="footer-links"><a href="/style-guide" class="nav-link dark footer-link">Style Guide</a><a
href="/licensing" class="nav-link dark footer-link">Licensing</a></div> -->
</footer>
</div>
<!-- <script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5d419732b8b3b47636fc4c66"
type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script> -->
<!-- <script src="https://assets.website-files.com/5d419732b8b3b47636fc4c66/js/webflow.db2c2a712.js"
type="text/javascript"></script> -->
<!--[if lte IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]-->
</body>
</html>