-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
34 lines (32 loc) · 1.34 KB
/
aboutme.html
File metadata and controls
34 lines (32 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="showcasepage.css">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
</head>
<body>
<div class="row footer">
<a href="aboutme.html" class="link">About Me</a>
<a href="index.html" class="link">Home</a>
<a href="showcase.html" class="link"> Portfolio</a>
</div>
<div class="aboutMain">
<div class="leftAbout">
<p>
My name is Amanda Tan. I am a proud second generation Asian American. I am currently a senior at Balboa High School.
I plan on majoring in computer science so I am also part of a program called Code Nation. They have taught me how to
code and knowledge about the tech industry. I am very interested in movies and am always fascinated with the effect
such media has on people.
</p>
</div>
<div class="rightAbout">
<img src="">
</div>
</div>
<div class="row contact">
<a href="mailto:ahkaitan.68@gmail.com" class="link">Email</a>
<a href="" class="link">LinkedIn</a>
<a href="https://github.com/adakaij" class="link">GitHub</a>
</div>
</body>
</html>