-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (37 loc) · 1.5 KB
/
index.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
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Zero Motorcycle Community website</title>
<meta name="description" content="The Zero Motorcycle Community website">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=yes"/>
<link rel='shortcut icon' type='image/x-icon' href='./favicon.ico' />
<style>
body {
width: 100%;
max-width: 600px;
margin: auto;
background-color: #bfdfed;
font-size: 16px
}
#title{
border: 2px solid #808080;
background-color: #e8e8e8;
height: 76px;
width: 300px;
font-size: 30px;
text-align: center;
margin:25px auto 25px;
}
</style>
</head>
<body>
<p id="title" >Zero Motorcycle Community</p>
<h1>Overview</h1>
<p>This organization supports owners of Zero electric motorcycles in an unofficial capacity, providing tools for working with the vehicles, mainly in data analysis.</p>
<p>Visit our <a href="https://github.com/zero-motorcycle-community/">Github organization page</a> for details about our projects.</p>
<h1>Tools</h1>
<p>The HTML <a href="https://zero-motorcycle-community.github.io/browser-parse/">Zero Log File Web Parser and Viewer</a> can be used online or offline, and provides visualizations directly.</p>
<p>The alternative <a href="http://home.hasslers.net/zerologparser/">Zero Log Parser</a> is online-only but provides spreadsheet exports in Excel format or to Google Sheets.</p>
</body>
</html>