-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_portfolio.html
56 lines (43 loc) · 1.66 KB
/
contact_portfolio.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
<!DOCTYPE html>
<html>
<head>
<title>Angela Shu</title>
<link rel="stylesheet" href="style.css">
<script src="javascript_website.js"></script>
</head>
<div class="topnav" id="myTopnav">
<a href="../personal-website/home_portfolio.html" class="active">Home</a>
<a href="../personal-website/portfolio_projects.html">Projects</a>
<a href="../personal-website/contact_portfolio.html">Contact</a>
<a href="../personal-website/portfolio_about.html">About</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<h1>Angela Shu</h1>
<body>
<p>You can get in touch with me by email, phone, or LinkedIn.</p>
<ul>
<li>Email: [email protected]</li>
<li>Phone: 3098324038243.</li>
<li>LinkedIn: <a href="https://linkedin.com" target="_blank">Angela Shu</a></li>
</ul>
<p>You can either use the forms of contact above, or click the icons below to be taken directly to my forms of contact.</p>
<br>
<div class="row-1">
<div class="help">
<!--<div class="column-right">-->
<a href="mailto:[email protected]" target="_blank">
<img id="email" src="gmail_icon.png" alt="Gmail"></a>
<!-- </div> -->
<!-- <div class="column-center"> -->
<a href="tel:1-408-555-555" target="_blank">
<img id="phone" src="phone_icon.png" alt="mobile"></a>
<!-- </div> -->
<!-- <div class="column-left"> -->
<a href="https://linkedin.com" target="_blank">
<img id="linkedin" src="linkedin_icon.png" alt="profile"></a>
</div>
</div>
</body>
</html>