-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
114 lines (113 loc) · 5.04 KB
/
index.php
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>WalfDreams</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Walfdreams Boneka Aromatherapy">
<meta name="author" content="">
<!-- CSS
==================================================
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="assets/css/playful.css">-->
<link rel="stylesheet" href="assets/css/bootstrap-combined.no-icons.min.css">
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/custom.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div class="container upper"></div>
<a href="http://walfdreams.com/"><div class="ribbon"></div></a>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse" id="toggle_menu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="http://walfdreams.com/">Walfdreams</a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li class=""><a href="http://walfdreams.com/">HOME</a></li>
<li class=""><a href="story">STORY</a></li>
<li class=""><a href="store.php">STORE</a></li>
<li class=""><a href="howto.php">HOW TO</a></li>
<li class=""><a href="about.php">ABOUT</a></li>
<li class=""><a href="confirm.php">CONFIRM</a></li>
<li class=""><a href="contact.php">CONTACT US</a></li>
</ul>
</div>
</div><!--Container-->
</div>
</div><!--Navbar-->
<!--Content-->
<div class="down">
<div class="jumbotron">
<div class="container" style="max-width:1070px;">
<!--Video Player
=======================================================================
<div class="flowplayer">
<video>
<source type="video/webm" src="assets/video/big_buck_bunny.webm">
<source type="video/mp4" src="assets/video/big_buck_bunny.mp4">
<source type="video/ogg" src="assets/video/big_buck_bunny.ogv">
</video>
</div>-->
<div id="myCarousel" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class=""></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<a href="store.php"><img src="assets/img/walfdreams2.jpg" alt="Store"></a>
</div>
<div class="item">
<a href="story.php"><img src="assets/img/ch1teaser.jpg" alt="Story"></a>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
</div><br><br><br>
</div>
</div>
<div class="container" style="max-width:1070px;">
<div class="row-fluid">
<div class="span4">
<h2>News</h2>
<p>Chapter 1 is out! <a href="story.php">Read Here</a></p>
</div>
<div class="span8">
<h2>Walfdreams</h2>
Walf is a young, kind-hearted teddy bear that lives in a village called Wutkroft Woods. He loves helping others, even in his dreams! In his dreams, he helps others in distress with his secret weapon: the aroma of the fragranced flowers that exist within his body</p>
<p>Now let's join his adventure!</p>
</div>
</div><!--Row-->
</div>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<center>
<img src="assets/img/logo.png" width="175px" height="175px">
<!--<p>Copyright © 2013 Walfdreams™, All Rights Reserved.-->
</center>
</div>
</footer>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery-1.8.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/flowplayer.min.js"></script>
</body>
</html>