-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
84 lines (74 loc) · 2.86 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
<!DOCTYPE html>
<html>
<head>
<title>StormTalks</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="/css/icon.css">
<meta
name="viewport"
content="
width=device-width,
initial-scale=1,
minimum-scale=1,
maximum-scale=1
"
/>
</head>
<body>
<header id="header">
<img src="img/header.png" alt="">
</header>
<section id="intro">
<article class="grid-container info">
<img src="img/logo.png" alt="" class="logo">
<p class="grid-100">
Stormtalks is where experienced industry professionals come and talk about the projects they have done. Gain valuable insights from industry insiders. Build your network of engineers, programmers and businesspeople.
Listen to real people talk about awesome experiences over FREE FOOD. Learn how these professionals built up a STORM.
</p>
<span class="learnmore">Learn more about <a href="http://www.startupstorm.org/">StartupStorm</a></span>
</article>
<article class="inputs">
<form class="prefix-33 suffix-33 grid-33 tablet-grid-60 tablet-prefix-20 tablet-suffix-20" action="">
<h2>Register for StormTalks</h2>
<label>Personal</label>
<input type="text" placeholder="First Name">
<input type="text" placeholder="Last Name">
<input type="text" placeholder="Email">
<label>Professional</label>
<input type="text" placeholder="School">
<input type="text" placeholder="GitHub">
<input type="text" placeholder="LinkedIn">
<label>How did you find out about us?</label>
<select>
<option value="facebook">Facebook</option>
<option value="bulletin_post">Bulletin post</option>
<option value="word_of_mouth">Word of mouth</option>
<option value="other">Other</option>
</select>
<input type="submit" value="Submit">
</form>
</article>
</section>
<footer class="grid-parent">
<div class="icons">
<a href="hi@startupstorm.org" class="icon-mail"></a>
<a href="http://github.com/startupstorm" class="icon-github"></a>
<a href="http://facebook.com/groups/app.that" class="icon-facebook"></a>
<a href="http://twitter.com/_startupstorm" class="icon-twitter"></a>
</div>
<span>© StartupStorm 2014</span>
</footer>
<script src="js/min/scripts.min.js"></script>
<!--
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53890324-1', 'auto');
ga('send', 'pageview');
</script> -->
</body>
</html>