forked from sudz123/happy_hacking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsarahperea.html
24 lines (23 loc) · 1017 Bytes
/
sarahperea.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
<html>
<head>
<title>Sarah D. Perea</title>
<link href="style/style.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="style/personal_page/sarahperea.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<header>
Hi :) I am Sarah D. Perea, a Full Stack Web Developer.
</header>
<div id="profile-links">
<p>You can know more about me here:</p>
<a href="https://github.com/sarahperea" class="fa fa-github" target="_blank"></a>
<a href="https://linkedin.com/in/sarahperea/" class="fa fa-linkedin" target="_blank"></a>
</div>
<footer>
<center><a id="back_to_home" href="home.html">Go back to home</a></center>
</footer>
</body>
</html>