-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 3.46 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 3.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Developers Connect Conference 2016 - Coming Soon</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="assets/css/styles.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div id="modal-container">
<div class="modal-background">
<span id="close" class="close hairline"></span>
<div class="modal">
<iframe class="youtube-player" type="text/html" width="800px" height="550px" src="https://www.youtube.com/embed/WqAQx0UsU8Q?autoplay=0&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="hero">
<div class="hero-left">
<div class="hero-content">
<img src="assets/images/logo.png" alt="DevCon 2016 Logo" class="logo">
<br>
<a href="#2015Highlights" id="four" class="button button-highlights">View 2015 Highlights</a>
</div>
</div>
<div class="hero-right">
<div class="hero-content">
<h2 class="headings">Be part of the Biggest Developer Conference in the Philippines!</h2>
<form class="subscribe-form" action="http://devcon.us2.list-manage2.com/subscribe/post?u=6823e1cbdafbab74e90bc2dcb&id=3e14379235" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<label for="Email">Want to be the first to get DevCon Summit updates?</label>
<input id="Email" type="email" name="EMAIL" placeholder="Your Email Address" class="form-email" required>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_6823e1cbdafbab74e90bc2dcb_3e14379235" value=""></div>
<input type="submit" value="YES! Notify Me" class="form-submit" value="Subscribe" name="subscribe">
</form>
</div>
</div>
</div>
<!-- Javascripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="assets/js/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="assets/js/scripts.js" type="text/javascript"></script>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>