forked from Mbutler1991/seasonedgreetings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (154 loc) · 8.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<meta name="keywords"
content="Recipes, Find a recipe, Holidays, Christmas, Hanukkah, Winter Solstice, Yule, Kwanza, Bodhi Day">
<meta name="description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season!">
<meta name="keywords"
content="Recipes, Find a recipe, Holidays, Christmas, Hanukkah, Winter Solstice, Yule, Kwanza, Bodhi Day">
<meta name="url" content="https://mbutler1991.github.io/seasonedgreetings/">
<!-- SOCIAL MEDIA META -->
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="website">
<meta property="og:title" content="Seasoned Greetings">
<meta property="og:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season!">
<meta property="og:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season!">
<meta name="image" property="og:image" content="documentation/site-responsive.png">
<meta property="og:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<meta property="og:url" content="https://mbutler1991.github.io/seasonedgreetings/">
<meta property="og:site_name" content="Seasoned Greetings">
<meta name="author" content="The Six Seasons">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Seasoned Greetings">
<meta name="twitter:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season!">
<meta name="twitter:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season!">
<meta name="twitter:image" content="documentation/site-responsive.png">
<meta name="twitter:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicons/site.webmanifest">
<title>Seasoned Greetings</title>
</head>
<body>
<header>
<!-- Navbar -->
<nav class="navbar fixed-top" style="background-color: #DD0426">
<div class="mx-auto d-flex">
<h1>
<a href="index.html" class="text-reset text-decoration-none text-center">Seasoned Greetings</a>
</h1>
</div>
<button class="navbar-toggler navbar-dark border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container-fluid">
<h2 class="subtitle mx-auto m-3">All the best recipes for your holiday feast!</h2>
</div>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<div class="d-flex flex-column gap-2 align-items-center">
<a class="navbar-brand d-lg-none mx-auto" href="index.html">Seasoned Greetings</a>
<a class="nav-link text-white active" href="index.html">Home</a>
<a class="nav-link text-white" href="favourites.html">Favourites</a>
<a class="nav-link text-white" href="team.html">Meet the Team</a>
<a class="nav-link text-white" href="contact.html">Contact</a>
</div>
</div>
<br>
<div class="input-group w-50 mx-auto">
<input type="search" class="form-control" id="search-input" placeholder="Find a Recipe..."
aria-label="Recipe Search Bar" aria-describedby="search-input">
<button type="button" class="btn btn-outline-light h-50 m-1 search-button" id="search"
onclick="searchRecipes(document.getElementById('search-input').value)" data-mdb-ripple-init>🍒 Search</button>
</div>
</nav>
<!-- end of Navbar -->
</header>
<div class="d-flex flex-column mx-auto text-center recipe-container bg-black text-white bg-opacity-75 w-50">
<h2 class="h1">Welcome to Seasoned Greetings!</h2>
<h3>We Love Cooking <br>We want to share some recipes with you!</h3>
</div>
<!-- Carousel-->
<div class="carousel container m-3 col-lg-4 col-md-6 col-sm-10 mx-auto">
<h2 class="h1 bg-black bg-opacity-75 text-white text-center">Random recipes</h2>
<div id="carouselExample" class="carousel slide">
<div class="border-carousel">
<div class="carousel-inner rounded-2 recipes-carousel">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- end of carousel-->
<!-- Search for recipes by keyword -->
<div id="recipe-container" class="col-lg-4 col-md-6 col-sm-10 mx-auto search-container"></div>
<footer class="footer w-100 text-center text-lg-start" style="background-color: #DD0426">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<h3>Seasoned Greetings 🍒</h3>
<p>
<span class="opacity-50">Copyright © 2023</span>
<a href="team.html" class="text-decoration-none meet-text">Meet the Team</a>
</p>
</div>
<!-- end of Left -->
<!-- Right -->
<div class="social-links">
<a href="https://www.facebook.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-facebook-f fa-2x social-icon"></i>
</a>
<a href="https://twitter.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-twitter fa-2x social-icon"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-instagram fa-2x social-icon"></i>
</a>
<a href="https://www.linkedin.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-linkedin fa-2x social-icon"></i>
</a>
<a href="https://github.com/Mbutler1991/seasonedgreetings" target="_blank"
class="me-4 text-reset text-decoration-none">
<i class="fa fa-github fa-2x social-icon"></i>
</a>
</div>
<!-- end of Right -->
</section>
<!-- end of Section: Social media -->
</footer>
<!-- Scripts -->
<script src="assets/js/script.js"></script>
<script src="assets/js/search.js"></script>
<script src="assets/js/api.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>