-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (104 loc) · 3.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="index.css" />
<title>Document</title>
</head>
<body>
<div>
<div>
<h1>Joseph Kim</h1>
<h2>
Hello 👋 I'm a frontend engineer
</h2>
<!-- <h3>Here are examples of the websites I worked on</h3> -->
<p>Here are examples of websites I worked on:</p>
<ul class="project-list">
<li>
<a target="_blank" href="https://mountain.com"
>MNTN</a
>
</li>
<li>
<a target="_blank" href="https://quickframe.com/madewith"
>QuickFrame</a
>
</li>
<li>
<a target="_blank" href="https://mountain.com">MNTN Digital</a>
</li>
<li>
<a target="_blank" href="https://investor.cisterra.com">
Cisterra - Investor Portal
</a>
</li>
<li><a target="_blank" href="https://radancy.com">Radancy</a></li>
<li>
<a target="_blank" href="https://www.takedajobs.com">
Takeda Pharmaceutical
</a>
- a client website at Radancy
</li>
<!-- <li>
<a target="_blank" href="https://genesuites.vercel.app/"
>Genesuites</a
>
- Built with Nextjs
</li> -->
<!-- <li>
<a target="_blank" href="https://inwords.vercel.app">Inwords</a> -
Basic blog built with Gatsby
</li> -->
<li>
<a
target="_blank"
href="https://jsphkm.github.io/responsive-emails/"
>Responsive Emails</a
>
- Built with MJML and Pine
</li>
</ul>
</div>
<div class="hero-social-container">
<ul class="hero-social">
<li class="gmail-item">
<a href="mailto:[email protected]" target="_blank">
<img
class="hero-social-image"
src="img/icons/logo_gmail_64px.png"
/>
Gmail
</a>
</li>
<li class="linkedin-item">
<a
href="https://www.linkedin.com/in/joseph-kim-523840155"
target="_blank"
>
<img class="hero-social-image" src="img/icons/In-2C-48px-R.png" />
LinkedIn
</a>
</li>
<li class="github-item">
<a href="https://github.com/jsphkm" target="_blank">
<img
class="hero-social-image"
src="img/icons/GitHub-Mark-Light-64px.png"
/>
GitHub
</a>
</li>
</ul>
</div>
</div>
</body>
</html>