-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (57 loc) · 2.44 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./index.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;800&display=swap"
/>
</head>
<body>
<div class="background-1-parent">
<img
class="background-1-icon"
alt=""
src="./public/[email protected]"
/>
<div class="straight-from-the-container">
<p class="straight-from-the">Straight from the</p>
<p class="straight-from-the">kitchen to your heart.</p>
</div>
<div class="vegetarian-foods-to">Vegetarian foods to your screen</div>
<div class="pasta-1-wrapper">
<img class="pasta-1-icon" alt="" src="./public/[email protected]" />
</div>
<div class="todays-dish">Random Dish</div>
<div class="dish-01-1-parent">
<img class="dish-01-1" alt="" src="./public/[email protected]" />
<a href="https://www.feastingathome.com/vegan-dinner-recipes/">
<img class="dish02-1-icon" alt="" src="./public/[email protected]" />
<img class="dish03-1-icon" alt="" src="./public/[email protected]" />
<img class="dish04-1-icon" alt="" src="./public/[email protected]" />
<div class="explore-more">EXPLORE MORE</div>
</div>
<img class="frame-item" alt="" src="./public/[email protected]" />
</a>
<a href="search.html">
<div class="frame-inner"></div>
<div class="recipes">RECIPES</div>
</a>
<a href="index.html">
<div class="rectangle-div"></div>
<div class="home">HOME</div>
</a>
<img class="vector-icon" alt="" src="./public/[email protected]">
<div class="container text-center">
<input type="text" id="customerInput" placeholder="Item to Search" autocomplete="off" />
<button id="search">Search</button>
</div>
</div>
<div id="row"></div>
<div id="details" style="display: none;"></div>
<script src="index.js"></script>
</body>
</html>