-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (30 loc) · 1.75 KB
/
index.html
File metadata and controls
46 lines (30 loc) · 1.75 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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Game Portfolio</title>
<link href="home.css" rel="stylesheet" type="text/css">
</head>
<body style="margin:0; padding:0;background-color:black;">
<div style="margin:0; padding:0;height:10vh; min-height:100px; font-family:Century Gothic; float:top; line-height:40px; vertical-align:top; display:block">
<p style="color:white; margin-left:50px; margin-top:5px;margin-bottom:0"> Jorge Quero
<span style="color:white; margin-right:50px; float:right"> jorgequerogames@gmail.com </span></p>
<p style="color:white; margin-left:50px;margin-top:0;margin-bottom:0"> Game Designer and Programmer
<span style="color:white; margin-right:50px; float:right"> github.com/hangukhiphop </span></p>
</div>
<div id="grid" style=" margin:0; padding:0">
<a class ="square" style="background-image:url(SwarmPoster.jpg);background-size:100% 100%;text-decoration:none;" href="Swarm/Swarm.html">
<p class="imageText" style="color:red"> Swarm </p>
</a>
<a class ="square" style="background-image:url(GhostsGraverobbers.jpg);background-size:100% 100%; text-decoration:none;" href="GhostsGraverobbers/GhostsGraverobbers.html">
<p class="imageText"> Ghosts and Grave Robbers </p>
</a>
<a class ="square" style="background-image:url(GhostPlatformer.png);background-size:100% 100%;text-decoration:none" href="HauntedHouse/HauntedHouse.html">
<p class="imageText" style="color:purple"> Haunted House </p>
</a>
<a class ="square" style="background-image:url(HillbertScreenshot.jpg);background-size:100% 100%; text-decoration:none" href="Hillbert/Hillbert.html">
<p class="imageText" style="color:blue"> Hillbert </p>
</a>
</div>
</body>
</html>