-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathComingSoon.html
73 lines (66 loc) · 2.58 KB
/
ComingSoon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mommy's Recipes | Coming Soon</title>
<link rel="icon" href="images/logo.jpg" sizes="16x16" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/Style.css">
<link rel="stylesheet" href="css/ComingSoon.css">
</head>
<body>
<section id="bg">
<header>
<img src="images/logo.jpg" id="logo" alt="Logo"/>
<nav class="topnav" id="navbar">
<a href="javascript:void(0);" class="icon" onclick="myFunction()"><i class="fa fa-bars"></i></a><br class="navbr"><br class="navbr">
<a href="Contact.html" tabindex="5">Contact Us</a>
<a href="OurChefs.html" tabindex="4>Our Chefs</a>
<a href="Specialities.html" tabindex="3">Specialities</a>
<a href="AboutUs.html" tabindex="2">About Us</a>
<a href="index.html" tabindex="1">Home</a>
</nav>
</header>
<section id="main">
<h1>Recipe generation in progress..</h1>
<div id="cooking">
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div id="area">
<div id="sides">
<div id="pan"></div>
<div id="handle"></div>
</div>
<div id="pancake">
<div id="pastry"></div>
</div>
</div>
</div>
<div id="message">
<p>We are working hard to provide you with more and more recipes. This recipe is currently under preparation, and would be out soon. Till then, you can check out our <a href="Specialities.html">other recipes</a>.</p>
<p>Feel free to send your recipes, feedback or suggestions to help improve our website further. Contact us through the <a href="Contact.html">Contact Form</a>, or get in touch through any of our social media handles!</p>
</div>
</section>
</section>
<footer>
<div>
<span>Made with 💖</span>
<div>
<i class="fa fa-facebook-square fa-custom1 fa-2x"></i>
<i class="fa fa-youtube-square fa-custom2 fa-2x"></i>
<i class="fa fa-twitter-square fa-custom3 fa-2x"></i>
<i class="fa fa-instagram fa-custom4 fa-2x"></i>
<i class="fa fa-envelope fa-custom5 fa-2x"></i>
<i class="fa fa-pinterest-square fa-custom6 fa-2x"></i>
<i class="fa fa-linkedin-square fa-custom7 fa-2x"></i>
</div>
<span>© Mommy's Recipes</span>
</div>
</footer>
<script src="js/nav.js"></script>
</body>
</html>