Import templates.
[kraftakt.git] / templates / main.html
diff --git a/templates/main.html b/templates/main.html
new file mode 100644 (file)
index 0000000..1029b8f
--- /dev/null
@@ -0,0 +1,19 @@
+{{template "head.html" .}}
+      <p><strong>Kraftakt</strong> is a service that copies your
+      <em>Fitbit</em> data to <em>Google Fit</em>.</p>
+
+      <p><em>Kraftakt</em> connects with your <em>Fitbit</em> account and
+      subscribes to updates of your fitness data.</p>
+
+      <p>After signing in, you need to link <em>Kraftakt</em> with your
+      <em>Fitbit</em> and <em>Google Fit</em> accounts. This allows
+      <em>Kraftakt</em> to read your fitness data from <em>Fitbit</em> and
+      write fitness data to <em>Google Fit</em>.</p>
+
+      <div style="text-align: right; margin-right: 1em;">
+        <a href="loggedin.html" class="button raised">
+          Sign in
+        </a>
+      </div>
+    </div>
+{{template "foot.html" .}}