-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgamedev.html
51 lines (46 loc) · 1.31 KB
/
gamedev.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>
<title>Mykayla Fernandes | Game Development</title>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="img/logo_transparent01.png">
<link rel="stylesheet" type="text/css" href="css/gamedev.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div class="sub-page-header">
<br>
<a href="index.html"><h1>Mykayla Fernandes</h1></a>
<hr>
<h1>Game Development</h1>
<br>
</div>
<br>
<br>
<div>
<h3>TRUST FALL</h3>
<a href="https://devpost.com/software/trustfall" target="_blank">
<img src=img/trust-fall.jpg>
</a>
<br>
<br>
<br>
<hr>
</div>
<br>
<br>
<div>
<h3>CALLIT</h3>
<a href="https://devpost.com/software/callit" target="_blank">
<img src="img/callit.png">
</a>
<br>
<br>
<hr>
</div>
<br>
<br>
</body>
</html>