-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.67 KB
/
index.html
File metadata and controls
46 lines (45 loc) · 1.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shiqi (Stella) Chen</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="hero">
<div class="container">
<h1>Shiqi (Stella) Chen</h1>
<p class="subtitle">
Computer Science & Information Security Student | Teaching Assistant | Software Engineer
</p>
<p class="intro">
I am a University of Toronto student interested in distributed systems, cryptography,
blockchain, computer security, and infrastructure automation.
</p>
<nav class="links">
<a href="Stella-Resume.pdf" target="_blank">Download Resume</a>
<a href="Stella-CV.pdf" target="_blank">Download CV</a>
<a href="https://github.com/Chocaholics" target="_blank">GitHub</a>
<a href="mailto:sqstella.chen@utoronto.ca">Email</a>
</nav>
</div>
</header>
<main class="container">
<section id="about">
<h2>About</h2>
<p>
I am completing an Honours Bachelor of Science at the University of Toronto,
specializing in Computer Science and Information Security with a minor in
Mathematical Sciences. My work spans backend systems, CI/CD, security,
distributed systems, and mathematically grounded cryptography.
</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:sqstella.chen@utoronto.ca">sqstella.chen@utoronto.ca</a></p>
<p>GitHub: <a href="https://github.com/Chocaholics" target="_blank">github.com/Chocaholics</a></p>
</section>
</main>
</body>
</html>