-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
31 lines (31 loc) · 1.94 KB
/
about.html
File metadata and controls
31 lines (31 loc) · 1.94 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="about.css">
</head>
<html>
<body>
<div id="container">
<div>
<a href="about.html">ABOUT</a>
<a href="product.html">PRODUCT</a>
<a href="team.html">TEAM</a>
<a href="contact.html">CONTACT</a>
</div>
<div>
<h1>About</h1>
</div>
<div id="OurGoal"><img src="assets/goal_logo_transparent.png" alt="Logo Goal" style="width:200px;height:200px;">
<h2>Our Goal</h2>
<p>Maxcap is working on creating a mobile app that allows users to keep an eye on the wait lines of various franchises. After all, no one enjoy waiting for fast food. </p>
</div>
<div id="HowItWorks"><img src="assets/icon_howitworks.png" alt="Logo HIW" style="width:200px;height:200px;">
<h2>How it works</h2>
<p>Franchises will be able to track the number of customers in their restaurant by installing door sensors. This information will then appear on the app, where an estimated wait time will be calculated for each specific franchise. </p>
</div>
<div id="WhatWeBring"><img src="assets/what_we_bring.png" alt="Logo WWB" style="width:200px;height:200px;">
<h2>What we bring</h2>
<p>Maxcap enhances the customer experience in your franchises, while simultaneously maximizing the profits of your company. With quick service being crucial to success, long wait lines are a big obstacle. By allowing customers to have access to an interactive map of your franchises, it becomes easier to spread your customer base across your various franchises. Our product is therefore perfect for big cities, where many franchises are located a few blocks away from each other.</p>
</div>
</div>
</body>
</html>