-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
34 lines (32 loc) · 835 Bytes
/
contact.html
File metadata and controls
34 lines (32 loc) · 835 Bytes
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>
<title>Sarah Sicard</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="menu">
<h2> Sarah Sicard </h2>
<div class="menu_buttons">
<a href="about.html"> about </a> /
<a href="resume.html"> resume </a> /
<a href="projects.html"> projects </a> /
<a href="courses.html"> courses </a> /
<a href="contact.html"> contact </a> /
</div>
</div>
<div class="large">
<ul>
<li>
Email: <a href="mailto:sarah.sicard2@gmail.com"> sarah.sicard2@gmail.com </a>
</li>
<li>
LinkedIn: <a href="www.linkedin.com/in/sarahmsicard"> www.linkedin.com/in/sarahmsicard </a>
</li>
<li>
GitHub: <a href="https://github.com/ssicard"> https://github.com/ssicard </a>
</li>
</ul>
</div>
</body>
</html>