-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.33 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="portfoliopage.html">
</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="row mid">
<a>Amanda</a>
<img src="picture.jpg" id="mypic">
<a>Tan</a>
</div>
<div class="row aboutme">
<img src="https://www.zachmatthai.com/wp-content/uploads/2016/05/DSC_8542_Web_ZachMatthai.jpg">
<p> A diligent Balboa High School student with an interest in coding, photography, and filmmaking.</p>
</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>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
</body>
</html>