-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfood.html
42 lines (36 loc) · 1.52 KB
/
food.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
<!doctype html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r66/three.js"></script>
<script src="http://js.leapmotion.com/leap-0.6.4.js"></script>
<script src="http://js.leapmotion.com/leap-plugins-0.1.10.js"></script>
<script src="http://js.leapmotion.com/leap.rigged-hand-0.1.3.min.js"></script>
<script src="food.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="food.css">
<title>Hack Day - Cooking Mode - Emma & Guy</title>
</head>
<body>
<header>
<h1 id="recipe">Chicken Pho // <span style="font-weight: 300;">Preparation Method</span></h1>
<img id="logo" src="logo.png"></img>
<div style="clear:both;">
</header>
<div class="background"></div>
<div class="content">
<div id="side-bar" class="nav-0"></div>
<div class="page-wrapper">
<div class="page active">
<img src="step1.png" height="633"></img>
</div>
<div class="page">
<img src="step2.png" height="633"></img>
</div>
<div class="page">
<img src="technique.png" height="633"></img>
</div>
</div>
<div style="clear:both;">
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.js"></script>
<script type="text/javascript" src="https://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
</body>