-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (72 loc) · 4.17 KB
/
index.html
File metadata and controls
88 lines (72 loc) · 4.17 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<link rel="icon" type="image/png" href="/favicon.png">
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>trainshare - connecting friends on the same train</title>
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:700px; margin:0 auto; margin-bottom: 150px;}
#mc_embed_signup form label, #mc_embed_signup form input, #mc_embed_signup form div{float: left; margin-right: 20px;}
#mc_embed_signup form{
padding-left: 80px;
}
#mc_embed_signup form div input.button{background:red;width: auto;padding: 0px 10px 0px 10px;}
#mc_embed_signup form input.email {width: 50%;}
h1, p {
font: 14px Helvetica,Arial,sans-serif;
display: block;
margin: 0 auto;
width: 700px;
line-height: 175%;
}
h1{
font-size: 2.4592em;
font-weight: bold;
padding-bottom: 10px;
}
</style>
<link href="http://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- <a href="https://github.com/philippkueng/trainsharingApp/fork_select"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a> -->
<div class="container" style="text-align: center;">
<img src="trainshareapp.png" style="margin: 0px 0px 40px 0px;">
<h1>connecting friends on the same train</h1>
<p>Initially started at <a href="http://make.opendata.ch/doku.php?id=project:transport:trainsharingapp">make.opendata.ch</a> the platform and apps still need some work.</p>
<p><strong>The <a href="http://philippkueng.ch/das-trainshare-drama-was-bisher-geschah.html">project is currently on hold</a> due to a similar project currently being developed by the SBB.</strong><br/>If you want to be informed in case we restart it, leave us your email below.<br/>The Trainshare-Team <a href="https://twitter.com/visualcontext">Alain</a>, <a href="https://twitter.com/adriankuendig">Adrian</a> and <a href="https://twitter.com/philippkueng">Philipp</a></p>
<br>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://trainshare.us4.list-manage2.com/subscribe/post?u=dcc902906d5a7f4700f11a1dd&id=4e65b7616a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<!-- <label for="mce-EMAIL">Be notified on launch date.</label> -->
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<div class="clear"><input type="submit" value="Be notified on launch" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4050995-21']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>