-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (23 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TransitCo Roadmap</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:400,700" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<h1>TransitCo Roadmap</h1>
<p>This is the public roadmap for TransitCo Products and Services (serviceOffer, GTFSloader...).</p>
<h3>Introduction</h3>
<p>We want to share with our customers what we plan to do early and often so we can get your feedback on if these are the right things for us to be focusing on. This also allows our customers to make early decisions based on what we are/are not building.</p>
<h3>Contributing</h3>
<p>You can create issues to submit ideas. Watch out for duplicates!</p>
<p>Also you can vote for ideas submitted so it gives it more visibility.</p>
<p>This great roadmap methodology is inspired by Docker: https://github.com/docker/roadmap</p>
<h2>The Roadmap</h2>
<div id="root"></div>
<script src="getissues.js"></script>
</body>
</html>