Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions CAPSTONE/Breakfast.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Capstone project</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="rating.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>

<nav>
<div class="navbar">
<div class="dropdown">
<a href="#weekday" class="dropbtn">WEEKDAY</a>
<div class="dropdown-content" id="weekdayDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Breakfast.html">Breakfast</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Lunch.html">Lunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<div class="dropdown">
<a href="#weekend" class="dropbtn">WEEKEND</a>
<div class="dropdown-content" id="weekendDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Brunch.html">Brunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/about.html">ABOUT</a>
</div>
</nav>

<div class="title-text">
<h2>BREAKFAST</h2>
</div>

<div class="rating-wrapper">
<span>Eggs</span>
<div data-foodid="1" data-foodname="Eggs" class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>




</div>
<body>
<div>
<div class="rating-wrapper">
<span> Omelet </span>
<div data-foodid="2" data-foodname= "Omelet"class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>

</div>

</body>

<form action = "index.html">
<button class="button material-symbols-outlined" style="font-size:36px;" >
home
</button>
</form>

<!--<button class="feedback-button"> Feedback</button>-->

<form action = "general-feedback.html">
<button class = "feedback-button">
Feedback
</button>
</form>


<script src="script.js"></script>
<script src="ratingscript.js"></script>
</body>

</html>
90 changes: 90 additions & 0 deletions CAPSTONE/Brunch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Capstone project</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="rating.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>

<nav>
<div class="navbar">
<div class="dropdown">
<a href="#weekday" class="dropbtn">WEEKDAY</a>
<div class="dropdown-content" id="weekdayDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Breakfast.html">Breakfast</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Lunch.html">Lunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<div class="dropdown">
<a href="#weekend" class="dropbtn">WEEKEND</a>
<div class="dropdown-content" id="weekendDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Brunch.html">Brunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/about.html">ABOUT</a>
</div>
</nav>

<div class="title-text">
<h2>BRUNCH</h2>
</div>

<div class="rating-wrapper">
<span>Chicken and Waffles</span>
<div data-foodid="1" data-foodname="Chicken and Waffles" class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>




</div>
<body>
<div>
<div class="rating-wrapper">
<span> Bagel </span>
<div data-foodid="2" data-foodname= "Bagel"class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>

</div>

</body>

<form action = "index.html">
<button class="button material-symbols-outlined" style="font-size:36px;" >
home
</button>
</form>

<!--<button class="feedback-button"> Feedback</button>-->

<form action = "general-feedback.html">
<button class = "feedback-button">
Feedback
</button>
</form>


<script src="script.js"></script>
<script src="ratingscript.js"></script>
</body>

</html>
89 changes: 89 additions & 0 deletions CAPSTONE/Dinner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Capstone project</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="rating.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>

<nav>
<div class="navbar">
<div class="dropdown">
<a href="#weekday" class="dropbtn">WEEKDAY</a>
<div class="dropdown-content" id="weekdayDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Breakfast.html">Breakfast</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Lunch.html">Lunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<div class="dropdown">
<a href="#weekend" class="dropbtn">WEEKEND</a>
<div class="dropdown-content" id="weekendDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Brunch.html">Brunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/about.html">ABOUT</a>
</div>
</nav>

<div class="title-text">
<h2>DINNER</h2>
</div>

<div class="rating-wrapper">
<span>Rice and Chicken</span>
<div data-foodid="1" data-foodname="Southern Fried Chicken" class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>




</div>
<body>
<div>
<div class="rating-wrapper">
<span> Chicken Alfredo </span>
<div data-foodid="2" data-foodname= "Meatloaf"class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>

</div>

</body>

<form action = "index.html">
<button class="button material-symbols-outlined" style="font-size:36px;" >
home
</button>
</form>

<!--<button class="feedback-button"> Feedback</button>-->

<form action = "general-feedback.html">
<button class = "feedback-button">
Feedback
</button>
</form>


<script src="script.js"></script>
<script src="ratingscript.js"></script>
</body>

</html>
91 changes: 91 additions & 0 deletions CAPSTONE/Lunch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Capstone project</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="rating.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>

<nav>
<div class="navbar">
<div class="dropdown">
<a href="#weekday" class="dropbtn">WEEKDAY</a>
<div class="dropdown-content" id="weekdayDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Breakfast.html">Breakfast</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Lunch.html">Lunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<div class="dropdown">
<a href="#weekend" class="dropbtn">WEEKEND</a>
<div class="dropdown-content" id="weekendDropdown">
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Brunch.html">Brunch</a>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/Dinner.html">Dinner</a>
</div>
</div>
<a href="https://ba130874-111b-4aa8-b236-89bbd4ba36ff-00-16l6537n7xy4i.spock.replit.dev/about.html">ABOUT</a>
</div>
</nav>

<div class="title-text">
<h2>LUNCH</h2>
</div>

<div class="rating-wrapper">
<span>Southern Fried Chicken</span>
<div data-foodid="1" data-foodname="Southern Fried Chicken" class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>




</div>
<body>
<div>
<div class="rating-wrapper">
<span> Meatloaf </span>
<div data-foodid="2" data-foodname= "Meatloaf"class="rating">
<span data-rating="5">&#9733;</span>
<span data-rating="4">&#9733;</span>
<span data-rating="3">&#9733;</span>
<span data-rating="2">&#9733;</span>
<span data-rating="1">&#9733;</span>
</div>


</div>

</body>


<form action = "index.html">
<button class="button material-symbols-outlined" style="font-size:36px;" >
home
</button>
</form>

<!--<button class="feedback-button"> Feedback</button>-->

<form action = "general-feedback.html">
<button class = "feedback-button">
Feedback
</button>
</form>


<script src="script.js"></script>
<script src="ratingscript.js"></script>
</body>

</html>
32 changes: 32 additions & 0 deletions CAPSTONE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# CAPSTONE

Members:
- Karam Hack
- Nicole Edoziem
- Xandria Bramble
- Erin Leigh

# Topic
____________
We will develop a website that provides real-time data on food available at the Cornell Campus Center (CC), and students who have already been to the CC will be able to fill it out. Our site will also have the option of giving feedback on the food specifically how it was in terms of taste and what could be added. Also, in the event that an item runs out and gets replaced with something else, students can also indicate if that food item is no longer on the website. This website won’t replace the current CC menu website but can be used as an extension/plugin by the actual menu website.

# Motivation
____________
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 up-to-date information.

# Primary Objective
_____________
This system will serve to provide more accurate and real-time 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.

# Scope
_____________

Our overall goal is to create a website to help with the accuracy of the food in the dining hall at Rollins College. To begin, we will send out a survey to loyal dining hall users to see if they will use this website and benefit from it. The website can be accessed online from any device or browser, such as Safari, Google Chrome, etc. Faculty and students can use the website at any time of the day within proximity of Rollins College using an IP address. The website will have three different tabs or pages for the three different meal times: breakfast, lunch, and dinner. The data for the website will stay on for 24 hours from 12:00 A.M. to 11:59 P.M. Each page will consist of the meal name (breakfast, lunch, or dinner), a table of contents that scrolls to a different section on the website, the meals, and a feedback section. This will allow the users to voice their opinion on the food or upload a picture of the food for the day. For each food item on the website, there will be a thumbs up and thumbs down icon next to it. Users can click on an icon to indicate if the item is still there (thumbs up) or no longer available (thumbs down). The food item will be “grayed” out if there are 5 or more clicks on the thumbs down icon, confirming that the item is not available. The target market for our system is Rollins students, faculty, and staff who frequent the dining hall. To gauge interest in our system, we will send out surveys to groups of Rollins students, Faculty, and staff who use the dining hall to track if and how much they will use the website. As a strategy to promote our website, we will make posts about the website on our social media and put up flyers with a QR code linking to our website all around campus.








Loading