-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (37 loc) · 1.09 KB
/
Copy pathabout.html
File metadata and controls
37 lines (37 loc) · 1.09 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
35
36
37
<!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="involvement.html"> involvement </a> /
<a href="projects.html"> projects </a> /
<a href="courses.html"> courses </a> /
<a href="contact.html"> contact </a> /
</div>
</div>
<div class="centered">
<h1> About </h1>
<p> My name is Sarah Sicard. I just graduated in Computer Science at Louisiana State University in May 2019. I have a concentration in Software Engineering. <br>
<br>
I will be working full time at GoDaddy in Gilbert, AZ. <br>
<br>
Please take a look at my <a href="content/ssicard.pdf" target="_blank"> resume</a>. <br>
<br></p>
<h4> Connect with me! </h4>
<div>
<div class="box">
<a href="https://github.com/ssicard"> GitHub </a>
</div>
<div class="box">
<a href="www.linkedin.com/in/sarahmsicard"> LinkedIn </a>
</div>
</div>
</div>
</body>
</html>