-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
28 lines (23 loc) · 1.57 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title> About Pastime </title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
</head>
<body>
<div class="about-box">
<h2> About Pastime </h2>
<!-- <img src="image/mac_bag.jpg" alt="A picture of Macintosh" width="400px"> -->
<p> Our goal is to develop a convenient web app for citizens for the city to find recreational activities for you, your friends, and your families. It has the ability to filter by searching any tags. The web app allows users to buy points for the
activity they are interested in. These points are stored in an electronic card. These cards are used to “pay” for a set activity price. The set activity price is specified by the activity organizer (known as the service provider). Admins have
accounts and complete control over all activities, but activity providers can only edit their created activity.
</p>
<a class="btn btn-dark" href="index.html"> Home </a>
</div>
</body>
</html>