-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
67 lines (54 loc) · 3.01 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
<!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">
<title> Kelly Wang's Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<header class="header">
<a href="#" class="logo">Kelly.</a>
<nav class="navbar">
<a href="index.html" class="active"><i class='bx bx-home-alt-2' ></i> Home</a>
<a href="projects.html"><i class='bx bx-bookmark' ></i> Projects</a>
<a href="achievements.html"><i class='bx bx-star' ></i> Achievements</a>
<a href="experience.html"><i class='bx bx-list-ul' ></i> Experience</a>
</nav>
</header>
<div class="home-sci">
<a href="https://www.linkedin.com/in/kelly-wang-965091279/"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/notkelly1"><i class='bx bxl-github'></i></a>
<a href="mailto:kelly.wangwzs@gmail.com"><i class='bx bx-envelope' ></i></i></a>
</div>
<section class="home">
<div class="flex flex-row justify-between w-screen gap-72 items-center"><!--home content-->
<div>
<h1 style="font-size: 56px; font-weight: 700; line-height: 1.2; color: #b9d4e8;">Hi, I'm Kelly Wang...</h1>
<!-- <div class="logo"></div> -->
<p>
<br>a high school student attending AYJSS with a passion for data science and health science. I live in
Toronto, and I am always looking to contribute to my community through my interest and curiosity for
learning new things. I'm currently self-learning HTML and CSS.
<br><br>At school, I founded the AYJ HOSA chapter, and I'm the President of AYJ MUN.
<br><br>In my commitment to my community, I have also represented over 6,000 High School Students in the
Don Valley North Riding in Ontario’s Model Parliament Program, and I am an alumni of SHAD uCalgary '24.
You can usually find me working on my projects, grinding Chopin études on the piano, and sampling
various desserts (I love tiramisu the most).<br><br>
</p>
<div class="btn-box flex justify-between w-[345px] h-[50px] bg-transparent">
<a href="https://www.linkedin.com/in/kelly-wang-965091279/" target="_blank">Connect With Me</a>
<a href="mailto:kelly.wangwzs@gmail.com">Contact Me</a>
</div>
<br>
</div>
<!-- <div class="skibidi"> -->
<img src="kellywang.png" alt="Kelly Wang" class="w-96 h-96 rounded-full"/>
<!-- </div> -->
</div>
<span class="home-imgHover"></span>
</section>
</body>