-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
147 lines (145 loc) · 6.62 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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="description" content="Round Table is an experimental meetup organised by Devcenter">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- OpenGraph for Facebook. -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Round Table | an experimental meetup organised by Devcenter" />
<meta property="og:url" content="www.devcenter.co/round-table" />
<meta property="og:description" content="Round Table is an experimental meetup organised by Devcenter" />
<meta property="og:image" content="http://devcenter.co/round-table/img/social_media.png" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@devcenterco">
<meta name="twitter:title" content="Round Table | an experimental meetup organised by Devcenter">
<meta name="twitter:description" content="Round Table is an experimental meetup organised by Devcenter">
<meta name="twitter:image:src" content="http://devcenter.co/round-table/img/social_media.png">
<title>Round Table by Devcenter</title>
<link rel="stylesheet" href="css/onepage-scroll.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body class="loading state-1">
<!-- Frames -->
<div class="frame frame-left"></div>
<div class="frame frame-right"></div>
<div class="frame frame-top"></div>
<div class="frame frame-bottom"></div>
<!-- Background -->
<div id="bg" class="background">
<div class="overlay"></div>
</div>
<!-- Logo -->
<div class="logo">
<div class="wave"></div>
<div class="dc">Devcenter</div>
<div class="rt">Round Table</div>
</div>
<!-- Round Table -->
<div class="table">
<img src="img/round_table.png" alt="Round Table">
</div>
<!-- Main content -->
<div class="main">
<section></section>
<section class="bg-mobile">
<div class="content">
<h1>Devcenter’s Round Table is an experimental event. We’re trying to create a tech meetup where the discussion is controlled by us but driven by the audience. Small talk and good food to discuss interesting topics.</h1>
</div>
</section>
<section class="bg-mobile">
<div class="content">
<div class="column">
<h3>AGENDA</h3>
<ul>
<li>
<h2>Wine & Chops</h2>
</li>
<li>
<h2>The Global developer</h2>
</li>
<li>
<h2>Web Products</h2>
</li>
<li>
<h2>Open Source</h2>
</li>
<li>
<h2>Round Table Challenge</h2>
</li>
</ul>
</div>
<div class="column">
<h3>SPEAKERS (FOR NOW)</h3>
<ul>
<li>
<h2>Nad and Bruce (Andela)</h2>
</li>
<li>
<h2>Lolu from DC Square.</h2>
</li>
</ul>
<div class="sponsors">
<h3>SPONSORS</h3>
<img src="img/paga.png" alt="">
<img src="img/idea.png" alt="">
</div>
</div>
</div>
</section>
<section class="bg-white-mobile">
<div class="content">
<div class="invitation">
<h2>We can only take a small crowd on this first try. If you’re interested in joining, kindly put in your email below. We’ll send a follow up email to all participants</h2>
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" value="" placeholder="your_email@probably_gmail.com" name="EMAIL" class="required email" id="mce-EMAIL">
<div class="submit">
<input type="submit" value="I'm Interested" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</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>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</section>
</div>
</body>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/jquery.onepage-scroll.min.js"></script>
<script src="js/main.js"></script>
</html>