forked from DRMGames/drmgames.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.94 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
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/main.css" />
<link rel="icon" type="image/png" href="./cover-default.png"
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DRM Games</title>
<meta name="description" content="Virtual Portfolio">
<script src="js/touche-min.js" charset="utf-8"></script>
<script src="js/main.js" charset="utf-8"></script>
</head>
<body>
<div class="page">
<div class="box title">
<h2> DRM Games - Design: Regina, Mikel
</h2>
</div>
<div class="box button" data-button="game1" href="#">
<div class="button-label" data-overlay="linkedin">Coming Soon</div>
</div>
<div class="box button" data-button="game2" href="#">
<div class="button-label" data-overlay="github">Coming Soon</div>
</div>
<div class="box button" data-button="game3" href="#">
<div class=" button-label ">Coming Soon</div>
</div>
<div class="box button" data-button="game4" href="#">
<div class=" button-label ">Coming Soon</div>
</div>
<div class="box button" data-button="game5" href="#">
<div class=" button-label ">Coming Soon</div>
</div>
<div class="box button" data-button="game6" href="#">
<div class=" button-label ">Coming Soon</div>
</div>
<div class="box footer">
<h4>All games developed for WPI's IMGD2900 course using the
<a href="https://perlenspiel.org">Perlenspiel</a> engine
</h4>
<h4>(C) 2018 Regina Reynolds (<a href="mailto:rcreynolds@wpi.edu">rcreynolds@wpi.edu</a>),
Mikel Matticoli (<a href="mailto:mamatticoli@wpi.edu">mamatticoli@wpi.edu</a>)</h4>
</div>
</div>
</body>
—
</html>