-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
33 lines (30 loc) · 1.09 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
---
layout: default
title: "Intercity: Hosting management panel"
---
<div class="block text-center p-t-md p-b-0">
<div class="text-center">
<img src="/images/logo.svg" width="100">
</div>
<h1 class="block-title">Intercity</h1>
<h3>Get your apps up and running in no time.</h3>
<h4>A server management dashboard for hosting apps.</h4>
<p><a id="call-to-action" href="/docs" class="btn btn-pill btn-lg btn-primary m-t">Install right now</a><br>
<a id="call-to-action" href="/tour" class="btn btn-pill btn-lg btn-success m-t">See how Intercity works</a><br>
<a id="call-to-action" href="/docs/install-server.html" class="btn btn-pill btn-default btn-lg m-t">Read the getting started guide</a></p>
</div>
<div class="block text-center p-t-md">
<div class="container">
<img src="/images/preview@2x.png" width="1024" class="img-responsive">
</div>
</div>
<script type="text/javascript">
mixpanel.track_links(
"#call-to-action",
"Clicked Call to action",
function(element) {
return { 'cta name': $(element).html() }
}
)
mixpanel.track("Viewed Homepage")
</script>