-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (54 loc) · 1.54 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
<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<title>Kailani Chu</title>
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="icon" type="image/png" href="favicon.png">
<meta name="description" content="Kailani Chu Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="tVwBkbaSJAWxzVa_wgE4rpUVZ51pTCfhYT0IoufiOCo" />
</head>
<body>
<div class="outside">
<div class="hello">
<h1>
Hey there!
</h1>
<h2>
I'm Kailani and here are some things about me
</h2>
</div>
<div class="about">
<div class="about-item">
<div class="about-icon" id="first">
<img src="images/education.svg" alt="Education">
</div>
<p class="about-description">
B.S. in Computer Science from Northeastern University
</p>
</div>
<div class="about-item">
<div class="about-icon" id="second">
<img src="images/work.svg" alt="Job experience">
</div>
<p class="about-description">
Software Engineer at GitHub
</p>
</div>
</div>
</div>
<div class="external">
<a class="external-link" href="https://github.com/hawaiigal">
<img src="images/github.svg" alt="Github link">
</a>
<a class="external-link" href="https://www.linkedin.com/in/kailanichu">
<img src="images/linkedin.svg" alt="linkedin link">
</a>
<div class="resume">
<a href="resources/kailani-chu-resume.pdf">Check out my resume</a>
</div>
</div>
</body>
</html>