-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (41 loc) · 2.24 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
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="image/png" href="http://glowlime.com/wp-content/uploads/2015/12/glowlime-favicon.png"/>
<title id ="header">His Excellency's Chef</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="scrolltop"><img src="chef_pictures/scrolltop.png" width=90% style="margin-left:5%; margin-right:5%; margin-top:30px;"></div>
<div id="header"><img src="chef_pictures/hec_title.png"></div>
<div id="scrollmid">
<div id="upperText">
<p><strong>The Game</strong> - <a href="concept.html">The Concept</a> - <a href="team.html">The Development Team</a></p>
<h1>A medieval cooking game of culinary creativity, kitchen management, and political intrigue!
</h1>
</div>
<div id="screenshot">
<img src="chef_pictures/screenshot.png" width=60% style="margin-left:18%; padding:20px;">
</div>
<div id="lowerText">
You have just been appointed head cook for a medieval noble household poised to take the political scene by storm. This is the perfect time to show off your culinary genius. You will create feasts to satisfy the most austere priest and the wealthiest noble. You will create masterpieces that are emulated all over Europe. You will manipulate the great and powerful for the benefit of your house, or perhaps yourself. You will, that is, if you can keep the fish from burning.
<br />
<br />
Build your reputation from the kitchen and earn the lord's favor.
Can you get the dish out on time?
</div>
<div id="download"><img src="chef_pictures/download.png"><br/>
<span id="windows"><a href="builds/5-1-pcbuild.zip" download="hisexcellencyschef.zip">For Windows</a> </span>
<span id="mac"><a href="builds/5-1-macbuild.zip" download="hisexcellencyschef.app.zip">For Mac</a> </span>
</div>
<div id="glowlimecontainer">
<div id="glowlime"><a href = "http://glowlime.com/" >
<img src="http://glowlime.com/wp-content/uploads/2016/04/cropped-GlowLime-logos-transparent_games-color-190x70-1.png" alt-text="GlowLime Games Logo"
></a>
Produced by Glowlime Games</div>
</div>
</div>
<img src="chef_pictures/scrollbottom.png" width=90% style="margin-left:5%; margin-right:5%; position: relative; top: -100px;">
</body>
</html>