-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
46 lines (40 loc) · 2.68 KB
/
about.html
File metadata and controls
46 lines (40 loc) · 2.68 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About page</title>
<link href="aboutstyle.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<div class="header-container">
<h1>ABOUT US</h1>
<p> We are a group of senior Computer Science majors who want to make a difference in accessing the menu for the CC. We want to improve the accuracy of the menu so other students who frequently use the CC will be able to know what food is and isn't available. </p>
</div>
<div class="content-container">
<div class="section">
<h2>OUR MOTIVATION</h2>
<p> Our motivation for selecting this as our project was to prevent students from traveling to the CC from a far distance and students needing clarification on what food was being served at the CC during the designated meal times (breakfast, lunch, and dinner). The motivation for this website is also based on the personal experiences of us Rollins students going to the CC and not finding anything appealing enough to eat based on our dietary preferences or allergies. We also want the online presence of the CC’s menu to be more accurate and readable. The availability of websites related to the Rollins campus is essential to provide students with more relevant information. </p>
</div>
<div class="section">
<h2>OUR MISSION</h2>
<p> This system will serve to provide more accurate data regarding the food available at the Cornell Campus Center. It will provide a better description and indication of what is available to help the students with allergies better select foods to eat. Some students also have about 5 swipes per week. Since swipes are non-refundable, our website can provide info about what is available to them before they physically come to the CC and potentially waste a swipe. Some students also live very far from the CC for example in the Sutton apartments or Holt. This website will serve to help minimize the amount of walking done by students. </p>
</div>
<div class="section">
<h2>OUR VALUES</h2>
<p> We value accuracy and availabilty to students on campus. </p>
</div>
</div>
<form action = "index.html">
<button class="button material-symbols-outlined" style="font-size:36px;" >
home
</button>
</form>
<form action = "general-feedback.html">
<button class = "feedback-button">
Website Feedback
</button>
</form>
</body>
</html>