-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharvy.html
69 lines (67 loc) · 2.11 KB
/
harvy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="https://cdn.tailwindcss.com"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Su-Min Hong</title>
<link href="input.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-XCVMV33RHM"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XCVMV33RHM");
</script>
</head>
<body>
<nav
class="h-[120px] flex justify-between w-full items-center pl-[100px] pr-[83px]"
>
<a href="index.html" class="head3">Su-Min Hong</a>
<ul class="flex gap-[80px]">
<li>
<a href="index.html" class="head5 text-gray-400 hover:text-gray-950"
>Work</a
>
</li>
<li>
<a
href="https://drive.google.com/file/d/1Ds4od5u_GD1Z-MSfbzVXN-6VaycZqEqe/view?usp=sharing"
target="_blank"
class="head5 text-gray-400 hover:text-gray-950"
>Resume</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/suminhong/"
target="_blank"
class="head5 text-gray-400 hover:text-gray-950"
>Linkedin</a
>
</li>
</ul>
</nav>
<img src="img/2086.png" alt="thumbnail" />
<div class="h-[300px] px-[300px] mb-[90px] bg-slate-50 flex items-center">
<div class="flex space-x-7 head5 text-[16px]/[38px]">
<div>Timeline<br />Project<br />My Role<br />Tools Used</div>
<div class="body3 text-[16px]/[38px]">
5 months (2021)<br />Team (3 Designers)<br />
Research 33%, UXUI 70%, 3D Graphic 100%<br />
Figma, Illustrator, Photoshop, After effects, Cinema 4D
</div>
</div>
</div>
<div class="flex flex-col space-y-4">
<div class="px-[300px] head3 text-[#1BC77F]">Overview</div>
</div>
</body>
</html>