-
Notifications
You must be signed in to change notification settings - Fork 0
/
alfredo.html
68 lines (67 loc) · 2.22 KB
/
alfredo.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alfredorecipe</title>
<link rel="stylesheet" href="CSS\alfredo.css">
</head>
<body>
<!-- website_foodosphere\CSS\alfredo.css -->
<!-- header -->
<header>
</div>
<!-- navabar -->
<div class="navbar">
<a href="home.html"><p>Home</p></a>
<a href="country.html"><p>Country Search</p></a>
<a href="nutrition.html"><p>Nutrition</p></a>
<a href="beverage.html"><p>Beverage</p></a>
<a href="category.html"><p>Category Search</p></a>
<a href="recipe.html"><p>Recipes</p></a>
</div>
<!-- searchbar -->
<div class="search-bar">
<input type="text" placeholder="Search here">
</div>
</header>
<!-- about landing -->
<section>
<div class="land-section" id="bev_land">
<div class="land-section-image">
<img src="assets/alfredo_display.png">
<img src="assets/alfredo_key.png">
<img src="assets/kabab_section.png">
<img src="assets/alfredo_steps.png">
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="footer">
<div class="footer-column1">
<img src="assets/logo.png" alt="logo">
</div>
<div class="footer-logo-name">
<p><span>F</span></p><p>oodo</p><p><span>S</span></p><p>phere</p>
</div>
<div class="footer-column3">
<div class="quote">
<h2>"One cannot Think well, Love well & Sleep well if one hasn't Dined well 😁"</h2>
</div>
</div>
<div class="footer-column4">
<h2>Get in touch</h2>
<a>Email us at:</a>
<br>
<a>[email protected]</a>
<br>
<a>Give a call on:</a>
<br>
<a>+91 9319080015</a>
</div>
</div>
</footer>
</body>
</html>