-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
863 lines (859 loc) · 46.2 KB
/
404.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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
<!DOCTYPE html>
<!-- Last Published: Fri Jul 12 2024 21:18:30 GMT+0000 (Coordinated Universal Time) -->
<html
lang="en"
data-wf-page="666899773b320605715014db"
data-wf-site="666899773b320605715014a2"
>
<head>
<meta charset="utf-8" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
"gtm.start": new Date().getTime(),
event: "gtm.js",
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-5CLH6TB6");
</script>
<title>Not Found</title>
<meta content="Not Found" property="og:title" />
<meta content="Not Found" property="twitter:title" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- CSS Files -->
<link href="/css/normalize.min.css" rel="stylesheet" type="text/css" />
<link href="/css/webflow.min.css" rel="stylesheet" type="text/css" />
<link href="/css/main.min.css" rel="stylesheet" type="text/css" />
<!-- For Font Stuff -->
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link
href="https://fonts.gstatic.com"
rel="preconnect"
crossorigin="anonymous"
/>
<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: ["Space Grotesk:regular,500"] },
});
</script>
<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="/images/favicon.jpg"
rel="shortcut icon"
type="image/x-icon"
/>
<link href="/images/webclip.jpg" rel="apple-touch-icon" />
<style>
[text-split] {
opacity: 0;
}
html.w-editor [text-split] {
opacity: 1;
}
.word {
overflow: hidden;
padding-bottom: 0.1em;
margin-bottom: -0.1em;
transform-origin: bottom;
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-5CLH6TB6"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<main class="main-wrapper fadeInDown-animation">
<div
aria-labelledby="navTitle"
id="w-node-_6bca5df8-9712-e52d-0488-cef33a4f1c0d-3a4f1c0d"
class="navbar padding-global"
>
<div
id="w-node-_6bca5df8-9712-e52d-0488-cef33a4f1c0e-3a4f1c0d"
class="navbar_wrapper"
>
<div class="nav_padding">
<div class="nav_container">
<a
href="/"
aria-label="Home"
class="nav_link w-nav-brand"
><img
src="/images/dino-blk.svg"
loading="lazy"
alt=""
class="nav_logo"
/></a>
<link rel="prerender" href="/" />
<div class="nav_menu is-desktop">
<a
href="index.html#work"
class="nav_link w-inline-block"
>
<div
id="w-node-_6bca5df8-9712-e52d-0488-cef33a4f1c15-3a4f1c0d"
class="nav_corners"
>
<div class="nav-corner is--tl"></div>
<div class="nav-corner is--tr"></div>
<div class="nav-corner is--bl"></div>
<div class="nav-corner is--br"></div>
</div>
<div id="navTitle">Work</div>
</a>
<link rel="prerender" href="index.html#work" />
<a
href="/documents/Nicole-Resume.pdf"
target="_blank"
rel="noopener"
class="nav_link w-inline-block"
>
<div
id="w-node-_6bca5df8-9712-e52d-0488-cef33a4f1c1d-3a4f1c0d"
class="nav_corners"
>
<div class="nav-corner is--tl"></div>
<div class="nav-corner is--tr"></div>
<div class="nav-corner is--bl"></div>
<div class="nav-corner is--br"></div>
</div>
<div id="navTitle">Resume</div>
</a>
<a
href="/about"
class="nav_link w-inline-block"
>
<div
id="w-node-_6bca5df8-9712-e52d-0488-cef33a4f1c25-3a4f1c0d"
class="nav_corners"
>
<div class="nav-corner is--tl"></div>
<div class="nav-corner is--tr"></div>
<div class="nav-corner is--bl"></div>
<div class="nav-corner is--br"></div>
</div>
<div id="navTitle">About</div>
</a>
<link rel="prefetch" href="/about" />
</div>
<a
data-w-id="6bca5df8-9712-e52d-0488-cef33a4f1c2c"
href="#"
class="nav_btn w-inline-block"
>
<div class="text-color-alternate">Menu</div>
<div class="nav_icon">
<img
src="/images/chevron.svg"
loading="lazy"
alt=""
/>
</div>
</a>
</div>
</div>
<div class="nav_background"></div>
</div>
<div class="nav_menu is-mobile">
<div class="padding-global">
<div class="navsocial_links">
<div class="socials_wrapper">
<h4>[ Socials ]</h4>
<div class="icons_wrapper">
<a
aria-label="Behance"
href="https://www.behance.net/nicolehow"
target="_blank"
rel="noopener"
class="social_icons w-inline-block"
>
<div class="social_icon w-embed">
<svg
width="100%"
height="100%"
viewbox="0 0 56 56"
fill="CurrentColor"
xmlns="http://www.w3.org/2000/svg"
>
<g
clip-path="url(#clip0_521_2667)"
>
<path
d="M39.0125 25.2C35.4 25.2 34.9 28.7999 34.9 28.7999H42.575C42.575 28.7999 42.625 25.2 39.0125 25.2ZM21.6 28.7999H14.8V35.0499H21.2625C22.2375 35.025 24.0625 34.75 24.0625 32.0125C24.0625 28.7625 21.6 28.7999 21.6 28.7999Z"
fill="CurrentColor"
></path>
<path
d="M28 0C12.5375 0 0 12.5375 0 28C0 43.4625 12.5375 56 28 56C43.4625 56 56 43.4625 56 28C56 12.5375 43.4625 0 28 0ZM33.9 17.2H43.5375V20.075H33.9V17.2ZM29.025 32.3C29.025 39.425 21.6 39.2 21.6 39.2H9.45V15.825H21.6C25.3 15.825 28.2125 17.8625 28.2125 22.05C28.2125 26.2375 24.65 26.5 24.65 26.5C29.35 26.5 29.025 32.3 29.025 32.3ZM47.05 31.9125H34.9375C34.9375 36.25 39.05 35.975 39.05 35.975C42.9375 35.975 42.8 33.4625 42.8 33.4625H46.9125C46.9125 40.1375 38.9125 39.675 38.9125 39.675C29.325 39.675 29.9375 30.7375 29.9375 30.7375C29.9375 30.7375 29.925 21.7625 38.9125 21.7625C48.375 21.775 47.05 31.9125 47.05 31.9125Z"
fill="CurrentColor"
></path>
<path
d="M23.25 22.4125C23.25 19.9876 21.6 19.9875 21.6 19.9875H14.8V25.2001H21.175C22.275 25.2001 23.25 24.8376 23.25 22.4125Z"
fill="CurrentColor"
></path>
</g>
</svg>
</div>
</a>
<a
aria-label="LinkedIn"
href="https://www.linkedin.com/in/nicole-how/"
target="_blank"
rel="noopener"
class="social_icons w-inline-block"
>
<div class="social_icon w-embed">
<svg
width="100%"
height="100%"
viewbox="0 0 49 49"
fill="CurrentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M42.7255 0.0583496C44.14 0.0583496 45.4965 0.620253 46.4967 1.62045C47.4969 2.62064 48.0588 3.9772 48.0588 5.39168V42.725C48.0588 44.1395 47.4969 45.4961 46.4967 46.4963C45.4965 47.4964 44.14 48.0583 42.7255 48.0583H5.39217C3.97768 48.0583 2.62113 47.4964 1.62093 46.4963C0.620741 45.4961 0.0588379 44.1395 0.0588379 42.725V5.39168C0.0588379 3.9772 0.620741 2.62064 1.62093 1.62045C2.62113 0.620253 3.97768 0.0583496 5.39217 0.0583496H42.7255ZM41.3922 41.3917V27.2584C41.3922 24.9527 40.4763 22.7416 38.846 21.1112C37.2156 19.4809 35.0045 18.565 32.6988 18.565C30.4322 18.565 27.7922 19.9517 26.5122 22.0317V19.0717H19.0722V41.3917H26.5122V28.245C26.5122 26.1917 28.1655 24.5117 30.2188 24.5117C31.209 24.5117 32.1586 24.905 32.8587 25.6052C33.5588 26.3053 33.9522 27.2549 33.9522 28.245V41.3917H41.3922ZM10.4055 14.885C11.5937 14.885 12.7332 14.413 13.5733 13.5729C14.4135 12.7327 14.8855 11.5932 14.8855 10.405C14.8855 7.92502 12.8855 5.89835 10.4055 5.89835C9.21026 5.89835 8.06397 6.37316 7.21881 7.21832C6.37365 8.06349 5.89884 9.20977 5.89884 10.405C5.89884 12.885 7.92551 14.885 10.4055 14.885ZM14.1122 41.3917V19.0717H6.7255V41.3917H14.1122Z"
fill="CurrentColor"
></path>
</svg>
</div>
</a>
<a
aria-label="Instagram"
href="https://www.instagram.com/nicole_how.ai/"
target="_blank"
rel="noopener"
class="social_icons w-inline-block"
>
<div class="social_icon w-embed">
<svg
width="100%"
height="100%"
viewbox="0 0 52 52"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g
clip-path="url(#clip0_590_5870)"
>
<path
d="M26 36C31.5228 36 36 31.5228 36 26C36 20.4772 31.5228 16 26 16C20.4772 16 16 20.4772 16 26C16 31.5228 20.4772 36 26 36Z"
stroke="CurrentColor"
stroke-width="3"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M38 2H14C7.37258 2 2 7.37258 2 14V38C2 44.6274 7.37258 50 14 50H38C44.6274 50 50 44.6274 50 38V14C50 7.37258 44.6274 2 38 2Z"
stroke="CurrentColor"
stroke-width="3"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M39 15.5C40.3807 15.5 41.5 14.3807 41.5 13C41.5 11.6193 40.3807 10.5 39 10.5C37.6193 10.5 36.5 11.6193 36.5 13C36.5 14.3807 37.6193 15.5 39 15.5Z"
fill="CurrentColor"
></path>
</g>
</svg>
</div>
</a>
</div>
</div>
<div class="contact_wrapper">
<h4>[ Contact ]</h4>
<div class="v-wrapper">
<a
href="mailto:[email protected]?subject=Design%20Inquiry"
class="button is-text alternate w-button"
>
<a
href="/documents/Nicole-Resume.pdf"
target="_blank"
rel="noopener"
class="button is-text alternate w-button"
>resume</a
>
</div>
</div>
</div>
<div class="navlink_wrapper">
<a
href="index.html#work"
class="nav_link text-color-alternate w-inline-block"
>
<div>Work</div>
</a>
<link rel="prefetch" href="index.html#work" />
<a
href="/documents/Nicole-Resume.pdf"
target="_blank"
rel="noopener"
class="nav_link text-color-alternate w-inline-block"
>
<div>Resume</div>
</a>
<a
href="/about"
class="nav_link text-color-alternate w-inline-block"
>
<div>About</div>
</a>
<link rel="prefetch" href="/about" />
</div>
</div>
</div>
</div>
<div class="global-styles w-embed">
<style>
/* Make text look crisper and more legible in all browsers */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Set color style to inherit */
.inherit-color * {
color: inherit;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*
Make the following elements inherit typography styles from the parent and not have hardcoded values.
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide,
.hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape {
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile {
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
/* Marquee animation*/
@keyframes scroll {
from {
transform: translateX(0);
}
to {
transform: translateX(calc(-100% - 2rem));
}
}
.scroll {
animation: scroll 40s linear infinite;
}
.reverse {
animation-direction: reverse;
}
.marquee-image {
-webkit-transform: translateZ(0);
}
/* Work dynamic grid*/
@media screen and (min-width: 768px) {
[item-style="wide"] {
grid-column-start: span 2;
grid-column-end: span 2;
grid-row-start: span 1;
grid-row-end: span 1;
}
[item-style="tall"] {
grid-column-start: span 1;
grid-column-end: span 1;
grid-row-start: span 2;
grid-row-end: span 2;
}
[item-style="normal"] h3 {
font-size: 1.5rem;
}
}
</style>
</div>
<div class="section_404">
<div class="padding-global padding-section-medium">
<div class="container-large">
<div class="_404_grid wrapper">
<div
id="w-node-c5f8fd35-b96d-287e-a962-ab2233141c28-715014db"
class="_404_wrapper"
>
<h1 class="_404_text">404</h1>
<h3>Uh oh page not found</h3>
<div>
Sorry about that the dinos must've
gotten into the code again.
</div>
</div>
<div class="dino_warpper">
<div
id="w-node-_7db66d07-68e8-139e-1a01-e5625fbb9fe4-715014db"
class="dino is-sml"
data-w-id="7db66d07-68e8-139e-1a01-e5625fbb9fe4"
data-animation-type="lottie"
data-src="https://uploads-ssl.webflow.com/663cdc417e82adbbc8e0b66f/663cdc417e82adbbc8e0b717_test3.json"
data-loop="1"
data-direction="1"
data-autoplay="1"
data-is-ix2-target="0"
data-renderer="svg"
data-default-duration="3"
data-duration="3"
></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer_component">
<div class="marquee-overflowHide footer_marquee">
<div class="marquee_scroller scroll reverse">
<div class="marquee-content">
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Designer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Gamer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Introvert</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Designer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Gamer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Introvert</div>
</div>
<div class="marquee-content">
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Designer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Gamer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Introvert</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Designer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Gamer</div>
<img
loading="eager"
src="/images/dino-blk.svg"
alt=""
class="marquee_icon"
/>
<div class="heading-style-h3">Introvert</div>
</div>
</div>
</div>
<div class="padding-global padding-section-small">
<div class="container-large">
<div class="footer_wrapper">
<div class="footer_cta">
<h2 class="text-color-alternate">
Feel Free To Connect!
</h2>
<div class="text-color-alternate">
See something that caught your eye? Get in
touch, I'd love to discuss and explore
new challenges and opportunities!
</div>
<div class="h-wrapper spaced">
<a
aria-label="mail to [email protected]"
href="mailto:[email protected]?subject=Design%20Inquiry"
class="link-inlinetext_alternate"
>
<a
href="/documents/Nicole-Resume.pdf"
target="_blank"
rel="noopener"
class="link-inlinetext_alternate"
>Resume</a
>
</div>
</div>
<div class="footerlink_wrapper">
<div class="h-wrapper spaced">
<a
href="/archived"
class="link-inlinetext_alternate"
>Archived</a
>
<a
href="/playful"
class="link-inlinetext_alternate"
>Playful</a
>
</div>
<div class="icons_wrapper">
<a
aria-label="Behance"
href="https://www.behance.net/nicolehow"
target="_blank"
rel="noopener"
class="social_icons alternate w-inline-block"
>
<div class="w-embed">
<svg
width="100%"
height="100%"
viewbox="0 0 56 56"
fill="CurrentColor"
xmlns="http://www.w3.org/2000/svg"
>
<g
clip-path="url(#clip0_521_2667)"
>
<path
d="M39.0125 25.2C35.4 25.2 34.9 28.7999 34.9 28.7999H42.575C42.575 28.7999 42.625 25.2 39.0125 25.2ZM21.6 28.7999H14.8V35.0499H21.2625C22.2375 35.025 24.0625 34.75 24.0625 32.0125C24.0625 28.7625 21.6 28.7999 21.6 28.7999Z"
fill="CurrentColor"
></path>
<path
d="M28 0C12.5375 0 0 12.5375 0 28C0 43.4625 12.5375 56 28 56C43.4625 56 56 43.4625 56 28C56 12.5375 43.4625 0 28 0ZM33.9 17.2H43.5375V20.075H33.9V17.2ZM29.025 32.3C29.025 39.425 21.6 39.2 21.6 39.2H9.45V15.825H21.6C25.3 15.825 28.2125 17.8625 28.2125 22.05C28.2125 26.2375 24.65 26.5 24.65 26.5C29.35 26.5 29.025 32.3 29.025 32.3ZM47.05 31.9125H34.9375C34.9375 36.25 39.05 35.975 39.05 35.975C42.9375 35.975 42.8 33.4625 42.8 33.4625H46.9125C46.9125 40.1375 38.9125 39.675 38.9125 39.675C29.325 39.675 29.9375 30.7375 29.9375 30.7375C29.9375 30.7375 29.925 21.7625 38.9125 21.7625C48.375 21.775 47.05 31.9125 47.05 31.9125Z"
fill="CurrentColor"
></path>
<path
d="M23.25 22.4125C23.25 19.9876 21.6 19.9875 21.6 19.9875H14.8V25.2001H21.175C22.275 25.2001 23.25 24.8376 23.25 22.4125Z"
fill="CurrentColor"
></path>
</g>
</svg>
</div>
</a>
<a
aria-label="LinkedIn"
href="https://www.linkedin.com/in/nicole-how/"
target="_blank"
rel="noopener"
class="social_icons alternate w-inline-block"
>
<div class="w-embed">
<svg
width="100%"
height="100%"
viewbox="0 0 49 49"
fill="CurrentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M42.7255 0.0583496C44.14 0.0583496 45.4965 0.620253 46.4967 1.62045C47.4969 2.62064 48.0588 3.9772 48.0588 5.39168V42.725C48.0588 44.1395 47.4969 45.4961 46.4967 46.4963C45.4965 47.4964 44.14 48.0583 42.7255 48.0583H5.39217C3.97768 48.0583 2.62113 47.4964 1.62093 46.4963C0.620741 45.4961 0.0588379 44.1395 0.0588379 42.725V5.39168C0.0588379 3.9772 0.620741 2.62064 1.62093 1.62045C2.62113 0.620253 3.97768 0.0583496 5.39217 0.0583496H42.7255ZM41.3922 41.3917V27.2584C41.3922 24.9527 40.4763 22.7416 38.846 21.1112C37.2156 19.4809 35.0045 18.565 32.6988 18.565C30.4322 18.565 27.7922 19.9517 26.5122 22.0317V19.0717H19.0722V41.3917H26.5122V28.245C26.5122 26.1917 28.1655 24.5117 30.2188 24.5117C31.209 24.5117 32.1586 24.905 32.8587 25.6052C33.5588 26.3053 33.9522 27.2549 33.9522 28.245V41.3917H41.3922ZM10.4055 14.885C11.5937 14.885 12.7332 14.413 13.5733 13.5729C14.4135 12.7327 14.8855 11.5932 14.8855 10.405C14.8855 7.92502 12.8855 5.89835 10.4055 5.89835C9.21026 5.89835 8.06397 6.37316 7.21881 7.21832C6.37365 8.06349 5.89884 9.20977 5.89884 10.405C5.89884 12.885 7.92551 14.885 10.4055 14.885ZM14.1122 41.3917V19.0717H6.7255V41.3917H14.1122Z"
fill="CurrentColor"
></path>
</svg>
</div>
</a>
<a
aria-label="Instagram"
href="https://www.instagram.com/nicole_how.ai/"
target="_blank"
rel="noopener"
class="social_icons alternate w-inline-block"
>
<div class="w-embed">
<svg
width="100%"
height="100%"
viewbox="0 0 52 52"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g
clip-path="url(#clip0_590_5870)"
>
<path
d="M26 36C31.5228 36 36 31.5228 36 26C36 20.4772 31.5228 16 26 16C20.4772 16 16 20.4772 16 26C16 31.5228 20.4772 36 26 36Z"
stroke="CurrentColor"
stroke-width="3"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M38 2H14C7.37258 2 2 7.37258 2 14V38C2 44.6274 7.37258 50 14 50H38C44.6274 50 50 44.6274 50 38V14C50 7.37258 44.6274 2 38 2Z"
stroke="CurrentColor"
stroke-width="3"
stroke-linecap="round"
stroke-linejoin="round"
></path>
<path
d="M39 15.5C40.3807 15.5 41.5 14.3807 41.5 13C41.5 11.6193 40.3807 10.5 39 10.5C37.6193 10.5 36.5 11.6193 36.5 13C36.5 14.3807 37.6193 15.5 39 15.5Z"
fill="CurrentColor"
></path>
</g>
</svg>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<script
data-cfasync="false"
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=666899773b320605715014a2"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script src="/js/webflow.min.js" type="text/javascript"></script>
<script
data-cfasync="false"
src="https://unpkg.com/split-type"
></script>
<script
data-cfasync="false"
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"
></script>
<script
data-cfasync="false"
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/ScrollTrigger.min.js"
></script>
<script data-cfasync="false">
window.addEventListener("DOMContentLoaded", (event) => {
// Split text into spans
let typeSplit = new SplitType("[text-split]", {
types: "words, chars",
tagName: "span",
});
// Link timelines to scroll position
function createScrollTrigger(triggerElement, timeline) {
// Reset tl when scroll out of view past bottom of screen
ScrollTrigger.create({
trigger: triggerElement,
start: "top bottom",
onLeaveBack: () => {
timeline.progress(0);
timeline.pause();
},
});
// Play tl when scrolled into view (60% from top of screen)
ScrollTrigger.create({
trigger: triggerElement,
start: "top 60%",
onEnter: () => timeline.play(),
});
}
$("[letters-slide-down]").each(function (index) {
let tl = gsap.timeline({ paused: true });
tl.from($(this).find(".char"), {
yPercent: -120,
duration: 0.3,
ease: "power1.out",
stagger: { amount: 0.7 },
});
createScrollTrigger($(this), tl);
});
// Avoid flash of unstyled content
gsap.set("[text-split]", { opacity: 1 });
});
</script>
</body>
</html>