-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (86 loc) · 4.26 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>FoodFeast::F2 - Coming Soon.</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script type="text/javascript" src="js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="js/jquery.countdown.js"></script>
<script type="text/javascript" src="js/jquery.tipsy.js"></script>
<script type="text/javascript" src="js/jquery.subscribe.js"></script>
<script type="text/javascript" src="js/jquery.contact.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
<div id="wrapper">
<header>
<!-- <a class="logo" href="index.html"><img src="images/logo.png" alt="logo" title="logo" /></a> -->
<h2>FoodFeast</h2>
</header>
<div id="book">
<div id="ribbon" class="contact">click me to reveal the contact form</div>
<div class="top-page"></div>
<div class="content-page">
<div class="top-spiral"></div>
<div class="bottom-spiral"></div>
<div id="cform">
<div class="row"></div>
<h3>Get in touch with us:</h3>
<div class="form-wrapper in-touch">
<div id="message"></div>
<form method="post" action="php/contact.php" name="contactform" id="contactform">
<input type="text" name="name" placeholder="Name" id="name" />
<input type="text" name="email" placeholder="Email" id="email" />
<input type="text" name="phone" placeholder="Phone" id="phone" />
<input type="text" name="subject" placeholder="Subject" id="subject" />
<textarea placeholder="Message" name="comments" id="comments"></textarea>
<div id="captcha">
<span>3+1=</span>
<input type="text" name="verify" id="verify" />
</div><!--end verify-->
<!-- You can stylize the submit button by changing its color. To do this, replace the 'orange' from class="orange" with: yellow, red, purple, green, blue, darkblue, white and black.-->
<input type="submit" name="send" value="SEND" id="submit" class="orange" />
</form>
</div><!--end form-wrapper-->
</div><!--end cform-->
<div id="home">
<div class="row"></div>
<h2>We're are cooking!</h2>
<div class="row"></div>
<div class="row"></div>
<h3>We`re working hard and believe we`ll launch the website in:</h3>
<div id="countdown"></div>
<div class="clear"></div>
<div class="row"></div>
<div class="form-wrapper email-list">
<div id="mesaj"></div>
<form id="subscribe" method="post" action="php/subscribe.php" name="subscribe">
<input type="text" id="semail" name="YourEmail" placeholder="Subscribe to our email list" />
<!-- You can stylize the submit button by changing its color. To do this, replace the 'orange' from class="orange" with: yellow, red, purple, green, blue, darkblue, white and black.-->
<input type="submit" id="ssubmit" name="subscribe" value="SUBSCRIBE" class="orange" />
</form>
</div><!--end form-wrapper-->
</div><!--end home-->
</div><!--end content-page-->
<div class="bottom-page">
<ul class="social">
<!-- Change the # with the link to your social page. -->
<li><a class="facebook tooltip" href="#" title="Facebook"></a></li>
<li><a class="twitter tooltip" href="#" title="Twitter"></a></li>
<li><a class="youtube tooltip" href="#" title="YouTube"></a></li>
<li><a class="skype tooltip" href="#" title="Skype"></a></li>
<li><a class="dribbble tooltip" href="#" title="Dribbble"></a></li>
<!-- You can add to social list buttons for digg, delicious, vimeo and dropbox. Just delete the brackets from below -->
<!-- <li><a class="digg tooltip" href="#" title="Digg"></a></li>
<li><a class="delicious tooltip" href="#" title="Delicious"></a></li>
<li><a class="vimeo tooltip" href="#" title="Vimeo"></a></li>
<li><a class="dropbox tooltip" href="#" title="DropBox"></a></li>
-->
</ul>
</div><!--end bottom-page-->
</div><!--end book-->
<p class="copyright">Copyright © FoodFeast - All Rights Reserved</p>
</div><!--end wrapper-->
<script type="text/javascript" src="js/jquery.placeholder.js"></script> <!-- placeholder html5 tag support for IE and Old Browsers -->
</body>
</html>