This repository was archived by the owner on Mar 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoboPriest.html
More file actions
51 lines (47 loc) · 1.5 KB
/
Copy pathRoboPriest.html
File metadata and controls
51 lines (47 loc) · 1.5 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
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>Ribbon</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div class="wrap">
<h1>Johan Wendin</h1>
<header>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="games.html">Games</a>
</li>
<li>
<a href="webdevelopment.html">Web Development</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="cv.html">CV</a>
</li>
</ul>
</nav>
</header>
<div class="content">
<p> Robo-priest is a First person adventure game that i made in Unreal development kit. The player takes the role of a robot that has been activated to preform a sacred ritual. <br>
The civilization that made you is long gone. In their dying moments they constructed massive temples in honor of the gods. <br> They wanted to make sure that their gods would be worshiped forever, so they constructed robot priest to be activated to preform the most sacred of rituals.</p>
<div class = "image_header">
<img src="img/Huvudentre.jpg" width="1200" height="700">
<img src="img/Utmaning.jpg" width="1200" height="700">
<img src="img/Rok.jpg" width="1200" height="700">
<img src="img/Tempelpre.jpg" width="1200" height="700">
<a href="https://www.dropbox.com/sh/ogftk6a4l4xcntb/AAB_dHt0FVZj_OrqSYzx4nQ_a">Download Link</a>
</div>
</div>
</div>
</body>
</html>