forked from RedbudCoop/Redbud-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
saveplate.html
53 lines (52 loc) · 2.71 KB
/
saveplate.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
<!-- Designed and developed by Jacob Yoon -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Save Plate | Redbud Cooperative at Von Cramm Hall</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/saveplate.css">
<link rel="stylesheet" href="https://use.typekit.net/ewm2fmn.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="img/ui/icon.svg">
</head>
<body>
<div id="header">
<a href="index.html" id="logo"><img src="img/ui/vc_thumbnail_2.svg" alt=""><i>Redbud Cooperative</i></a>
<input type="checkbox" id="checkbox" class="checkbox">
<label for="checkbox" class="menu-icon"><img src="img/ui/menu.svg" alt=""></label>
<div id="links">
<a class="link" href="index.html">Home</a>
<a class="link" href="about.html">About</a>
<a class="link" href="mosey.html">Mosey</a>
<a class="link" href="gallery.html">Gallery</a>
<a class="link" href="saveplate.html">Save Plate</a>
<a class="link" href="https://forms.gle/RZyxtjqJWHnuoBUFA" target="_blank">Officer Feedback</a>
<a class="link" href="contact.html">Contact</a>
</div>
</div>
<div id="home"></div>
<div id="pageWrap">
<section>
<h1 id="title">Save Plate</h1>
<p>Our meal plan provides a dinner every day except on Saturday. If you can't make it to one, add yourself onto the save plate list to save your portion until 1 pm the next day. If you're invited by a house member to join us for dinner, add yourself to notify the cook group about your dietary restrictions.</p>
<iframe src="https://docs.google.com/spreadsheets/d/1JGfZsV5tGppMJ8PVnVMhH0VCfU3FSDT0ydTU4UbqO-Y/edit?usp=sharing&single=true"></iframe>
<a href="https://docs.google.com/spreadsheets/d/1JGfZsV5tGppMJ8PVnVMhH0VCfU3FSDT0ydTU4UbqO-Y/edit?usp=sharing&single=true" target="none" class="button">View in full tab</a>
</section>
<hr>
</div>
<footer>
<div class="info">
<p>Copyright © Redbud 2022</p>
</div>
<div class="social">
<a href="https://www.facebook.com/pages/Von-Cramm-Hall/159855270701191" target="none">Facebook</a>
<a href="https://www.instagram.com/redbuddies4lyfe/" target="none">Instagram</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="js/script.js"></script>
</body>
</html>