-
Notifications
You must be signed in to change notification settings - Fork 4
/
startup-weekend.html
140 lines (115 loc) · 4.86 KB
/
startup-weekend.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<meta charset="UTF-8">
<title>{ JAWAD }</title>
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="bower_components/sweetalert/lib/sweet-alert.min.js"></script>
<link rel="stylesheet" href="bower_components/sweetalert/lib/sweet-alert.css">
<!-- FIREBASE -->
<script src="bower_components/firebase/firebase.js"></script>
<script>var ref = new Firebase("https://developers-newslette.firebaseio.com/");
var emailRef = ref.child("startupweekend");</script>
<!-- END FIREBASE -->
<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-56521422-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navfixed">
<div class="leftnav">
<section class="navleft">
<a href="/" class=""><h3 >HOME</h3></a>
<a href="/" ><h3 >ABOUT</h3></a>
<a href="mailto:[email protected]"><h3 class="contactus">CONTACT</h3> </a>
<a href="mailto:[email protected]?subject=Submit a talk" title="Submit a talk"><h3 class="giveatalk" >GIVE A TALK</h3></a>
<a href="/newsletter" class="aboutus"><h3 >NEWSLETTER</h3></a>
<a target="_blank" href="http://www.meetup.com/Jackson-Area-Web-And-App-Developers/"><h3>JOIN THE MEETUP</h3></a>
<a href="/" ><h3 >USEFUL LINKS</h3></a>
<a href="startup-weekend.html" ><h3 >STARTUP WEEKEND</h3></a>
<a href="https://twitter.com/jacksondevs" target="_blank"><h3><i class="fa fa-twitter"></i></h3></a>
</section>
</div>
</div>
<div class="content">
<div class="mobilenav">
<div class="mobile-nav-container">
<a href="#" id="mobile-hamburger"><h2 class="mobile-hamburger" ><img class="mobile-burger-image" src="images/nav.png" alt=""></h2></a><h1 class="mobile-logo">JAWAD</h1>
</div>
</div>
<div class="main-header2">
<section class="main-header-inner">
<div class="main-top">
<div class="mainnav">
<nav><h2 class="hamburger" id="hamburger"><img class="navicon" src="images/nav.png" alt=""></h2><h1 class="topnav">JAWAD</h1></nav>
</div>
</div>
<div class="mailing-list">
<div class="mailing-list-signup">
<div>
<form action="">
<div class="ml1">
<label for="email" class="emailinput">STARTUP WEEKEND SIGNUP</label><br />
</div>
<div class="ml2">
<input name="email" class="textinput" type="text" placeholder="your email address" id="updates-email">
</div>
<div class="ml3">
<input id="mailinglist2" class="" type="button" value="Sign Up" />
</div>
</form>
<div class="mailing-list-copy">
<p>Please enter your email address if you would like to sign up to be sponsored for Startup Weekend.</p>
</div>
<div class="mailing-list-copy-description">
<p class="mailing-list-copy-heading">About startup weekend</p>
<p class="mailing-list-copy-p">We will be sending 10 developers to startup weekend. Sign up here, and we will notify you if you are chosen to be sponsored!</p>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- <div class="fifth-container-wrap">
<div class="fifth-container">
<div class="recenttalks">
<p class="recenttalks-p">Recent Talks</p>
<div class="atalk">
<div class="avatar-holder">
<img src="https://en.gravatar.com/userimage/24505419/2701a4da2b9fe289dbf212b6410fca2c.jpg" alt="">
</div>
<div class="talk-holder">
<p class="talk-h">Animating the browser with Greensock</p>
<p class="talk-p">Date: 10/28/2014</p>
<p class="talk-p">Presenter: Nader Dabit</p>
</div>
</div>
</div>
</div>
</div> -->
<footer>
<div class="mainfooter">
<div class="footer-content">
<a href="mailto:[email protected]"><h4 class="footer-h4">[email protected]</h4></a>
<a href="https://twitter.com/jacksondevs" target="_blank"><h3 class="footer-h3"><i class="fa fa-twitter"></i></h3></a>
</div>
</div>
</footer>
</div>
<script src="bower_components/fastclick/lib/fastclick.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.14.2/TweenMax.min.js"></script>
<script src="js/main.js"></script>
<script src="js/resize.js"></script>
<script src="js/sendmail.js"></script>
</body>
</html>