-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
633 lines (627 loc) · 20.5 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Primary Meta Tags -->
<link
rel="icon"
href="https://avatars.githubusercontent.com/u/39514595?s=32"
/>
<title>Ray C – Creating fun with code</title>
<meta name="title" content="Ray C – Creating fun with code" />
<meta
name="description"
content="A handcrafted portfolio website built with pure HTML, CSS, and JavaScript, ensuring lightweight and framework-free implementation."
/>
<meta
name="keywords"
content="parallax,css-animations,portfolio-website,vanilla-javascript,vanilla-js,form-validation,css-grid,animation-effects,parallax-scrolling,portfolio-site,javascript-animation,loading-animations,cubic-bezier,portfolio-page,scroll-animations,css-flexbox,portfolio-project,parallax-effect,animation-js,loader-animation"
/>
<meta name="author" content="Ray C" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rayc.dev/" />
<meta property="og:title" content="Ray C – Creating fun with code" />
<meta
property="og:description"
content="A handcrafted portfolio website built with pure HTML, CSS, and JavaScript, ensuring lightweight and framework-free implementation."
/>
<meta property="og:image" content="./assets/images/cover.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://rayc.dev/" />
<meta property="twitter:title" content="Ray C – Creating fun with code" />
<meta
property="twitter:description"
content="A handcrafted portfolio website built with pure HTML, CSS, and JavaScript, ensuring lightweight and framework-free implementation."
/>
<meta property="twitter:image" content="./assets/images/cover.webp" />
<!-- serif fonts: Merriweather & Playfair Display -->
<link rel="stylesheet" href="./src/font-face.css" />
<!-- styles -->
<link rel="stylesheet" href="./src/modern-reset.css" />
<link rel="stylesheet" href="./src/common.css" />
<link rel="stylesheet" href="./home/style.css" />
</head>
<body style="overflow: hidden">
<header>
<nav>
<div id="date">November 13, 2024</div>
<ul>
<li>
<a
href="https://github.com/rayc2045"
target="_blank"
rel="noreferrer noopener"
>
ABOUT ME
</a>
</li>
<li>
<a href="#contact">CONTACT</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="mobile">
<div class="round noise shadow gray">
<img
src="https://avatars.githubusercontent.com/u/39514595"
alt="avatar"
loading="lazy"
/>
</div>
<h1>Ray Chang</h1>
<p>
Passionate about web design and development, and dedicated to crafting
web solutions that are both aesthetically pleasing and highly
efficient.
</p>
</section>
<div class="round yellow noise-intense" parallax data-velocity="12"></div>
<div
class="round orange-red noise-intense"
parallax
data-velocity="22"
></div>
<picture class="building">
<source srcset="./assets/images/building.avif" type="image/avif" />
<source srcset="./assets/images/building.webp" type="image/webp" />
<img src="./assets/images/building.png" alt="building" />
</picture>
<h1 parallax data-velocity="-5">Ray Chang Space</h1>
<section class="left" parallax data-velocity="-2">
<h2>
<small>The Meaning of</small>
Design
</h2>
<p>
The term <i>design</i> traces its origins to the Latin word
<i>designare</i>, meaning "idea" or "plan". At its essence, design can
be defined as the intentional act of creation. For designer Feng Yu,
design is the process of uncovering and generating value. It revolves
around three core principles:
<i>
communicating with clarity, solving problems effectively, and
achieving a balance between form and function.
</i>
</p>
</section>
<section class="right" parallax data-velocity="-2">
<h2>
<small>Speaking of</small>
Programming
</h2>
<p>
When a problem is identified, deliberate thought leads to a solution
that can ultimately be expressed in a language a computer
understands—this is programming. The rapid advancement of web
technology is driven by our relentless pursuit to redefine and
reevaluate problems. Programming not only imparts technical expertise
but also fosters critical and creative thinking.
</p>
</section>
</main>
<section id="portfolio">
<article>
<div>
<a
href="https://pokedex-list.netlify.app/"
target="_blank"
rel="noreferrer noopener"
aria-label="View Pokédex project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/pokédex.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/pokédex.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/pokédex.jpg"
alt="pokédex"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">09</span>
<h3>Pokédex</h3>
</header>
<p>
An interactive Pokédex application powered by Vue.js and the
PokeAPI, allowing users to search, explore, and view detailed
Pokémon data. |
<a
href="https://github.com/rayc2045/pokedex?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
view on GitHub
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://github.com/rayc2045/zipcy-collector?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
aria-label="View Zipcy Collector project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/zipcy_collector.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/zipcy_collector.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/zipcy_collector.jpg"
alt="zipcy_collector"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">08</span>
<h3>Zipcy Collector</h3>
</header>
<p>
A tool that automates the bulk download of 8.9k Zipcy’s SuperNormal
NFT images, streamlining NFT management for collectors. |
<a
href="https://github.com/rayc2045/zipcy-collector?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
view on GitHub
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://mondrian-art.netlify.app/"
target="_blank"
rel="noreferrer noopener"
aria-label="View Infinite Mondrian Art project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/infinite_mondrian_art.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/infinite_mondrian_art.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/infinite_mondrian_art.jpg"
alt="infinite_mondrian_art"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">07</span>
<h3>Infinite Mondrian Art</h3>
</header>
<p>
A JavaScript-powered generative art project inspired by Piet
Mondrian, creating infinite unique compositions with bold lines and
colors. |
<a
href="https://github.com/rayc2045/infinite-mondrian-art?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
view on GitHub
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://color-names.netlify.app/"
target="_blank"
rel="noreferrer noopener"
aria-label="View HTML Reserved Colors project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/html_reserved_colors.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/html_reserved_colors.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/html_reserved_colors.jpg"
alt="html_reserved_colors"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">06</span>
<h3>HTML Reserved Colors</h3>
</header>
<p>
A simple yet powerful color picker that lets users instantly select
and copy HTML reserved colors with a single click. |
<a
href="https://github.com/rayc2045/html-reserved-colors?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
view on GitHub
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://vuejs-theater.netlify.app/"
target="_blank"
rel="noreferrer noopener"
aria-label="View Horizontal Scrolling Theater project"
>
<picture class="noise gray">
<source
srcset="
./assets/images/portfolio/horizontal_scrolling_theater.avif
"
type="image/avif"
/>
<source
srcset="
./assets/images/portfolio/horizontal_scrolling_theater.webp
"
type="image/webp"
/>
<img
src="./assets/images/portfolio/horizontal_scrolling_theater.jpg"
alt="horizontal_scrolling_theater"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">05</span>
<h3>Horizontal Scrolling Theater</h3>
</header>
<p>
A modern Vue.js-based movie shopping website with an innovative
horizontal scrolling interface for browsing and purchasing films. |
<a
href="https://github.com/rayc2045/horizontal-scrolling-theater?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
view on GitHub
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://rayc2045.github.io/vanilla-calculator/"
target="_blank"
rel="noreferrer noopener"
aria-label="View Vanilla Calculator project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/vanilla_calculator.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/vanilla_calculator.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/vanilla_calculator.jpg"
alt="vanilla_calculator"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">04</span>
<h3>Vanilla Calculator</h3>
</header>
<p>
An elegant and minimalistic calculator built with vanilla
JavaScript, delivering instant results with every input. |
<a
href="https://github.com/rayc2045/vanilla-calculator?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
view on GitHub
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://chrome.google.com/webstore/detail/draggable-to-do-list%EF%BD%9C%E5%8F%AF%E6%8B%96%E6%9B%B3%E7%9A%84/pndehpgkgbajinooeiebnjikfdfgoogi"
target="_blank"
rel="noreferrer noopener"
aria-label="View Draggable To-do List project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/draggable_to-do_list.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/draggable_to-do_list.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/draggable_to-do_list.jpg"
alt="draggable_to-do_list"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">03</span>
<h3>Draggable To-do List</h3>
</header>
<p>
A productivity-focused to-do list featuring drag-and-drop
reordering, autosave functionality, and markdown support for
note-taking. |
<a
href="https://github.com/rayc2045/draggable-todoList?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
view on GitHub
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://dribbble.com/raychangdesign"
target="_blank"
rel="noreferrer noopener"
aria-label="View Dribbble Works project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/dribbble_works.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/dribbble_works.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/dribbble_works.jpg"
alt="dribbble_works"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">02</span>
<h3>Dribbble Works</h3>
</header>
<p>
Explore my design portfolio on Dribbble, showcasing creative
projects and professional work. |
<a
href="https://dribbble.com/raychangdesign"
target="_blank"
rel="noreferrer noopener"
>
visit website
</a>
</p>
</div>
</article>
<article>
<div>
<a
href="https://vocus.cc/user/@raychang"
target="_blank"
rel="noreferrer noopener"
aria-label="View Blog Posts project"
>
<picture class="noise gray">
<source
srcset="./assets/images/portfolio/blog_posts.avif"
type="image/avif"
/>
<source
srcset="./assets/images/portfolio/blog_posts.webp"
type="image/webp"
/>
<img
src="./assets/images/portfolio/blog_posts.jpg"
alt="blog_posts"
loading="lazy"
/>
</picture>
</a>
</div>
<div>
<header>
<span class="index">01</span>
<h3>Blog Posts</h3>
</header>
<p>
Dive into my latest blog articles on web development, design
insights, and personal experiences in the tech world. |
<a
href="https://vocus.cc/user/@raychang"
target="_blank"
rel="noreferrer noopener"
>
visit website
</a>
</p>
</div>
</article>
</section>
<section id="contact">
<section>
<div class="round noise shadow gray">
<img
src="https://avatars.githubusercontent.com/u/39514595"
alt="avatar"
/>
</div>
</section>
<section id="form-container">
<header>
<h1>Say Hello</h1>
</header>
<p class="note">
<span class="symbol" aria-hidden="true">*</span>
<strong>is a required input.</strong>
</p>
<form name="contact" method="POST" netlify>
<fieldset>
<legend>Name</legend>
<label for="name">
<span class="sr-only">Name</span>
<input id="name" name="name" type="text" class="required" />
</label>
</fieldset>
<fieldset>
<legend>Company</legend>
<label for="company">
<span class="sr-only">Company</span>
<input id="company" name="company" type="text" />
</label>
</fieldset>
<fieldset>
<legend>Email</legend>
<label for="email">
<span class="sr-only">Email</span>
<input id="email" name="email" type="email" class="required" />
</label>
<!-- <datalist id="defaultEmails">
<option value="@gmail.com"></option>
<option value="@yahoo.com.tw"></option>
</datalist> -->
</fieldset>
<fieldset>
<legend>Subject</legend>
<label for="subject">
<span class="sr-only">Subject</span>
<input id="subject" name="subject" type="text" class="required" />
</label>
</fieldset>
<fieldset>
<legend>Message</legend>
<label for="message">
<span class="sr-only">Message</span>
</label>
<textarea
id="message"
name="message"
rows="3"
class="required"
></textarea>
</fieldset>
<button type="submit">Send</button>
</form>
</section>
<section id="success-message" role="alert" aria-live="polite" hidden>
<h3>Thank you for writing to me.</h3>
<p>The message is already sent.</p>
</section>
</section>
<footer>
<p>
<span class="copy-right">©</span>
<span id="year"></span>
Made with <span class="heart">❤️</span> by
<a
href="https://github.com/rayc2045/rayc.dev?tab=readme-ov-file#readme"
target="_blank"
rel="noreferrer noopener"
>
Ray C
</a>
</p>
</footer>
<div
id="loader"
style="
position: fixed;
left: 0;
top: 0;
width: 100dvw;
height: 100dvh;
overflow: hidden;
background-color: #333;
"
>
<div class="gif">
<img src="./assets/images/loader.gif" />
</div>
</div>
<script src="./src/utils.js"></script>
<script src="./home/script.js"></script>
</body>
</html>