-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
159 lines (148 loc) · 5.82 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE HTML>
<html>
<head>
<title>MateUp by GitMate</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<h1>MateUp</h1>
<p>By GitMate</p>
</header>
<footer>
<a href="#banner" class="button style2 scrolly-middle">Join us for an Event!</a>
</footer>
</section>
<!-- Banner -->
<section id="banner">
<header>
<h2>Let's Git Together!</h2>
</header>
<p>Meet up to chat about entrepreneurship, technology and open source software.</p>
<footer>
<a href="#first" class="button style2 scrolly">When & Where?</a>
</footer>
</section>
<!-- Feature 1 -->
<article id="first" class="container box style3">
<div class="inner" style="text-align:'center'">
<header>
<h2 style="text-align: center;">UPCOMING EVENTS</h2>
</header>
<table class="schedule" style="text-align: center;">
<thead>
<tr>
<th>DATE</th>
<th>TIME</th>
<th>EVENT</th>
<th>VENUE</th>
</tr>
</thead>
<tbody>
<tr>
<td>To Be Determined</td>
<td>6:30 pm</td>
<td>Factorio Gaming Evening</td>
<td><a href="https://goo.gl/maps/U71pFxZ9C852">GitMate Office</a></td>
<td>Sign up below to stay tuned</td>
</tr>
<tr>
<td>September 26th 2017</td>
<td>6:30 pm</td>
<td>Git Workflows Workshop</td>
<td><a href="https://goo.gl/maps/U71pFxZ9C852">GitMate Office</a></td>
<td><a href="https://www.meetup.com/sokahh/events/241227666/">Register Now</a></td>
</tr>
</tbody>
</table>
</div>
</article>
<!-- Contact -->
<article class="container box style3">
<header>
<h2>SUBSCRIBE</h2>
</header>
<p>To get an email for every upcoming event. No spam. Unsubscribe any time.</p>
<form
action="//gitmate.us12.list-manage.com/subscribe/post?u=3baf90828c2679048cc403ffc&id=9546626b00"
method="post" id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div id="mc_embed_signup_scroll" class="row 50%">
<div class="4u 12u$(mobile)">
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" placeholder="First Name" />
</div>
<div class="4u 12u$(mobile)">
<input type="text" value="" name="LNAME" class="" id="mce-LNAME" placeholder="Last Name" />
</div>
<div class="4u$ 12u$(mobile)">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email" />
</div>
<div class="12u$ mc-field-group input-group">
<strong>Your Favourite Drink? </strong>
<ul>
<li>
<input type="radio" value="ClubMate" name="MMERGE3" id="mce-MMERGE3-0">
ClubMate
</li>
<li>
<input type="radio" value="Beer" name="MMERGE3" id="mce-MMERGE3-1">
Beer
</li>
<li>
<input type="radio" value="Softdrinks" name="MMERGE3" id="mce-MMERGE3-2">
Softdrinks
</li>
<li>
<input type="radio" value="Other" name="MMERGE3" id="mce-MMERGE3-3">
Other
</li>
</ul>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_3baf90828c2679048cc403ffc_9546626b00" tabindex="-1" value="">
</div>
<div class="clear 12u$">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</article>
<section id="footer">
<ul class="icons">
<li><a href="https://twitter.com/gitmate_io" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/GitMateIO/" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://gitlab.com/gitmate/open-source/" class="icon fa-gitlab"><span class="label">GitLab</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© GitMate UG (haftungsbeschränkt). All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='radio';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<style>
form li {
display: -webkit-box !important;
}
</style>