-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (55 loc) · 1.98 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maggie's about me</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body class="aboutpage">
<div class="top-bar">
<a href="index.html">
<button>lock</button>
</a>
<div class="app-page">
<img src="img/me.jpg" alt="astronote">
<div class="about-context">
<h1>Hi, I'm Maggie Chen</h1>
</div>
</div>
<div style="height: 1000px;">
<h2>About me:</h2>
<p>
I am a recent graduate with a computer science major and biological science minor at UC Davis.
I am passionate about software development, full-stack engineering, and iOS development.
</p>
<p>
I have experience working with Python, JavaScript, C++, and Swift, and have worked internships and projects
using AI and APIs, see my resume for more!
</p>
<h2>What I'm up to:</h2>
<p>
I recently moved to NYC and am working on my current projects, Astronote and Moody,
while looking for full-time software engineering opportunities and exploring the city.
</p>
<p>
You can often find me at cafes working on my projects, or at home baking/cooking trying new recipes.
</p>
<h2>Contact me:</h2>
<p>
If you have any questions or would like to chat, feel free to reach out to me via:
</p>
<p>
Email: maggiechencontact@gmail.com
</p>
<p>
Linkedin: maggiechen37
</p>
</div>
<div class="footer">
<h3>** scroll up to return **</h3>
</div>
<script src="js/closetransition.js"></script>
</div>
</body>
</html>