forked from shee35/Hackademic-Spice-Genie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (171 loc) · 8.7 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spice Genie</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat:wght@400;600;700;800;900&family=Ubuntu&family=Lobster&display=swap" rel="stylesheet">
<link rel="stylesheet" href="files/styles.css">
<!-- link to google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Texturina:wght@100&display=swap" rel="stylesheet">
<!--<script src="https://kit.fontawesome.com/bf77e8e518.js" crossorigin="anonymous"></script>-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<!-- favicon icon insertion starts -->
<link rel="shortcut icon" type="image/png" href="assets/genie-logo.png">
<!-- favicon icon insertion ends -->
</head>
<body>
<!-- Navigation bar starts -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark static-top">
<div class="container">
<a class="navbar-brand" href="#">
<h1 style="font-family: 'Lobster', cursive;">Genie</h1>
<img src="assets/genie-logo.png" alt="" width="60px" height="60px" align="right"><h1 style="font-family: 'Lobster', cursive;">Spice</h1>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="files/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar ends -->
<!-- Slideshow container -->
<!-- <div class="slideshow-container">-->
<!-- Full-width images with number and caption text
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="https://assets.telegraphindia.com/telegraph/2020/Oct/1604164256_lead-thali.jpg" id="imgg">
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="https://www.expatica.com/app/uploads/sites/6/2014/05/Eintopf-1920x1080.jpg" id="imgg">
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="https://scx2.b-cdn.net/gfx/news/hires/2016/howcuttingdo.jpg" id="imgg">
<div class="text">Caption Three</div>
</div>-->
<!-- Next and previous buttons
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>-->
<!-- The dots/circles
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>-->
<!-- slide show ends -->
<!-- page content starts -->
<!--carousel begin-->
<div class="carousel slide carousel-fade" id="myslider" data-ride="carousel" data-interval="2000" data-pause="false">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://assets.telegraphindia.com/telegraph/2020/Oct/1604164256_lead-thali.jpg" id="imgg">
<div class="carousel-caption">
<p>The pleasure of variety on your plate !</p>
</div>
</div>
<div class="carousel-item">
<img src="https://www.expatica.com/app/uploads/sites/6/2014/05/Eintopf-1920x1080.jpg" id="imgg">
<div class="carousel-caption">
<p>The pleasure of variety on your plate !</p>
</div>
</div>
<div class="carousel-item">
<img src="https://scx2.b-cdn.net/gfx/news/hires/2016/howcuttingdo.jpg" id="imgg">
<div class="carousel-caption">
<p>The pleasure of variety on your plate !</p>
</div>
</div>
</div>
</div>
<!--carousel ends-->
<!-- page content ends -->
<!-- Page Content -->
<div class="container">
<h2><b> Welcome to Spice Genie </b></h2>
<br>
<p class="intro">
Here , we bring you a platform to solve all your cooking hustle . Adamant of making a particular dish ? Search it here . Wanna avoid wastage of food ? Give us the leftover ingredients , you can make really tasty dishes out of those .
</p>
<div class="row">
<div class="cols col-lg-6">
<div class="card">
<div class="card-header">
<h3>Search Recipes by name</h3>
</div>
<div class="card-body">
<p>A dish on mind ?</p>
<p>Craving ?</p>
<p>Get it here !</p>
<button onclick="location.href='files/byName.html'" type="button">Continue</button>
</div>
</div>
</div>
<br>
<div class="cols col-lg-6">
<div class="card">
<div class="card">
<div class="card-header">
<h3>Search Recipes by ingredients</h3>
</div>
<div class="card-body">
<p>Don't know what to make ?</p>
<p>Tell us available ingredients</p>
<p>Get a tasty dish !</p>
<button onclick="location.href='files/byIngredients.html'" type="button">Continue</button>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
</div>
<!-- /.container -->
<!-- footer -->
<footer id="footer">
<h3>Contact Us</h3>
<a class="facebook" href="https://www.facebook.com/jyotika.bhatti.3"><i class="social-icon fab fa-facebook-f fa-lg"></i></a>
<i class="social-icon fab fa-twitter fa-lg"></i>
<a class="instagram" href="https://www.instagram.com/_medhahaha_/"><i class="social-icon fab fa-instagram fa-lg"></i></a>
<a class="mail" href="mailto:[email protected]"><i class="social-icon fas fa-envelope fa-lg"></i></a>
<p>2020 Spice Genie</p>
<p class="we">Made with ❤ by
<span class="txt-rotate" data-period="1000" data-rotate='[ "Aarushi.", "Medha.", "Vidushi.", "Jyotika." ]'></span>
</p>
</footer>
<!-- for javascript -->
<script type="text/javascript" src="files/jsfile.js"></script>
</body>
</html>