-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
88 lines (86 loc) · 5.55 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
<!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>Redbud Cooperative at Von Cramm Hall</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/home.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>
<img src="img/ui/cursor.svg" alt="" id="cursor">
<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="#home">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="welcome">
<div class="text">
<h1>We are Redbud</h1>
</div>
<div id="images">
<div class="img" id="l0"></div>
</div>
</div>
<div id="pageWrap">
<section id="about" class="section">
<h2>About</h2>
<p>Established in 1953, Redbud is a cooperative house at Cornell University. We are a diverse group of 34 undergraduate, graduate, and international exchange students. Our goal is to be a welcoming and safe community that supports and enriches its members through thoughtful interaction, responsibility and generosity.<br><br>At most times of the day, people hang around to engage in conversation or perhaps a game of pool. Often in winter, people are drawn to the fireplace in the living room, and when warm weather arrives they hang out in the back yard.<a href="about.html" class="button">Learn More</a></p>
</section>
<div class="pictures">
<img src="img/gallery/vc-172.jpg" alt="">
<img src="img/gallery/vc-239.jpg" alt="">
<img src="img/gallery/vc-281.jpg" alt="">
</div>
<a id="galbut" href="gallery.html">View the gallery <img src="img/ui/arrow.svg" alt=""></a>
<section id="mosey" class="section">
<h2>Mosey</h2>
<p>"Mosey" is how Cornell's cooperative houses select new members (think "rush" but for co-ops). Each semester, all of Cornell's cooperative houses hold an open house on the same day. For the two following weeks, we hold fun events for moseyers to visit each house and get to spend time with current house members. At our house, moseyers will also experience what it's like to cook and eat on our meal plan. After the events, moseyers will enter a weighted lottery system and be selected by a blind selection process.<br><br>For fall housing, mosey happens in early February. For spring housing, mosey happens in mid-November. Are you interested in joining our community? See our Mosey page to check out our upcoming events.<a href="mosey.html" class="button">Learn more about mosey</a></p>
</section>
<div class="pictures">
<img src="img/gallery/vc-6.jpg" alt="">
<img src="img/gallery/vc-193.jpg" alt="">
<img src="img/gallery/vc-32.jpg" alt="">
</div>
<section id="saveplate" class="section">
<h2>Save Plate</h2>
<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.<a href="saveplate.html" class="button">Save Plate</a></p>
</section>
<hr>
<section id="feedback" class="section">
<h2>Feedback</h2>
<p>If you would like to send an anonymous message to any of the elected house officers, please fill out our Anonymous Feedback Form. You need to be logged into your Cornell account for access to the form.<a href="https://forms.gle/RZyxtjqJWHnuoBUFA" class="button" target="_blank">Anonymous Feedback Form</a></p>
</section>
<hr>
<section id="where">
<h2>Where we are</h2>
</section>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1690.9597230557333!2d-76.49247691484445!3d42.44892182301195!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89d08197133486a7%3A0x495faa8003f5e39!2sVon%20Cramm%20Cooperative!5e0!3m2!1sen!2sus!4v1577644776136!5m2!1sen!2sus" frameborder="0"></iframe>
<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>