-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My great profile</title>
<script src="https://kit.fontawesome.com/d667f42626.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap" rel="stylesheet">
</head>
<body>
<div class = "total_page">
<div class = "Header">
<h1>hey there, I'm Swan.</h1>
</div>
<div class = overall_card>
<div class = image_card>
<img src="images/Swank.png" alt="swan" id="swan">
</div>
<div class = "text_card">
<div class = "intro">
<p><strong>I am a product manager, and am extremely passionate about good and smooth experiences.</strong></p>
<p>NJ, CA, and now Berlin, DE.</p>
<a href="https://medium.com/@swankimz/a-few-thoughts-on-transition-fe822d816dfc" target="_blank">My thoughts on transition</a>
</div>
<div class = "current">
<h2>Currently,</h2>
<p>I am a product manager based in Berlin, focusing on user behavior tracking.</p>
</div>
<div class = "previous">
<h2>Previously,</h2>
<li>Digital Assistants - Voice @ SAP</li>
<li>ISF Grad - Internet Privacy @ UC Berkeley</li>
<li>Marketing Strategy and Operations @ Equinix</li>
<li>Information Security @ Equinix</li>
</div>
<div class = "contact">
<h2>Contact me!</h2>
<a href="https://www.linkedin.com/in/swankim/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://medium.com/@swankimz" target="_blank"><i class="fab fa-medium-m"></i></a>
<a href="https://www.goodreads.com/user/show/96631373-swan" target="_blank"><i class="fab fa-goodreads-g"></i></a>
<a href="https://www.pinterest.com/swankimz/" target="_blank"><i class="fab fa-pinterest"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>