-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
24 lines (24 loc) · 1.81 KB
/
info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css"/>
<title>Axolotl Mileage About</title>
</head>
<body>
<p>Hello! I built this app to track my own laps at pools where I swim. I live in Austin, TX, and the pools in the select menu are the ones I go to most often.</p>
<p>If you swim somewhere besides one of these pools, you can still track your swimming distances! You can choose the option - 'Other' - which will allow you to enter the name and length of the pool. Then you can enter the number of laps you swam.</p>
<p>Please note that 'Lap' in this case refers to swimming one length of the pool and <i>back</i> to the starting point.</p>
<p>Right now you can not modify individual fields of a record. You can, however, delete the record by double-clicking or double-tapping the record. Then you can re-enter your swimming data for that day.</p>
<p>I hope to add filtering functionality in the future so that you can see how many laps and miles you swam within a certain time period.</p>
<p>If you have any issues with the app or other feedback please send me an email at micha@scrimba.com.</p>
</body>
</html>