Skip to content

Commit

Permalink
Merging PR#565
Browse files Browse the repository at this point in the history
feat: add sue contact 🐼
  • Loading branch information
NCPlayz authored Oct 27, 2018
2 parents 8e73c5a + 039ae4b commit 2228ec2
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions Friends/suelima.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style>
body {
background-color: #FFFFFF;
}
.su
{
margin: 20%;
padding: 0px;
}
h1 {
font-size: 35px;
font-family: Verdana;
}

h3 {
font-family: Verdana;
font-style: bold;
font-size: 15px;
}

a:link,
a:visited,
a:active {
text-decoration: none;
}

a:hover {
text-decoration: none;
color: grey;
}

a {
font-family: verdana;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sue Lima</title>
</head>
<body>
<div class = "su">
<h1>Sue Lima</h1>
<h3>Computer Science student</h3>
<div id="li">
<a href="https://www.linkedin.com/in/suelima/">LinkedIn</a>
<a href="https://github.com/suelima">GitHub</a>
<a href="https://instagram.com/sueliima">Instagram</a>
</div>

</div>
</body>
</html>

0 comments on commit 2228ec2

Please sign in to comment.