-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (40 loc) · 1.84 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Hind|Josefin+Sans:400"rel="stylesheet">
<link rel="stylesheet" href="Images/font-awesome/css/font-awesome.min.css">
<link rel="prefetch" href="pages/auroraGameHub.html">
<link rel="prefetch" href="pages/journaley.html">
<link rel="prefetch" href="pages/icarus.html">
<link rel="prefetch" href="pages/peruse.html">
<link rel="prefetch" href="pages/neo.html">
<title>Sammy Guergachi</title>
</head>
<body>
<div class="content">
<header >
<img class="header"id="badge"src="Images/badge.svg">
</header>
<div class ="item" id="title"> My name is <br> <span class="blue">S</span>ammy <span class="blue">G</span>uer<i class="fa fa-circle" aria-hidden="true"></i>ga<i class="fa fa-circle" aria-hidden="true"></i>chi</div>
<div class="row">
<a href="mailto: [email protected]"class="contact fa-2x fa fa-envelope"aria-hidden="true"></a>
<a href="http://www.twitter.com/sguergachi"class="contact fa-2x fa fa-twitter"aria-hidden="true"></a>
<a href="http://www.github.com/sguergachi"class="contact fa-2x fa fa-github"aria-hidden="true"></a>
</div>
<div class ="item row"> I like designing software that helps people enjoy getting stuff done.</div>
<div class ="item row"> Here are projects I've worked on
<br>
<hr width="50%">
</div>
<div class="center">
<a href="pages/auroraGameHub.html"class =" row button"id="aurora"></a>
<a href="pages/journaley.html"class =" row button"id="journaley"></a>
<a href="pages/icarus.html"class ="row button"id="icarus"></a>
<a href="pages/peruse.html"class ="row button"id="peruse"></a>
<a href="pages/neo.html"class ="row button"id="neo"></a>
</div>
</div>
</body>
</html>