-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
69 lines (59 loc) · 2.72 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
<!DOCTYPE html>
<html>
<head>
<title>Submit a talk at IgniteXYZ</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--Social media information to update-->
<meta content="IgniteXYZ - call for presenters" property="og:title">
<meta content="CHANGE_ME eg http://www.IgniteXYZ.com/submit" property="og:url">
<meta content="IgniteXYZ is currently calling for presenters to submit a proposal for a 5 minute presentation" property="og:description">
<meta content="website" property="og:type">
<meta content="CHANGE_ME eg http://www.ignitesydney.com/IgniteSydney14_facebook.png" property="og:image">
<meta content="summary_large_image" name="twitter:card">
<meta content="@IgniteXYZ" name="twitter:site">
<meta content="CHANGE_ME eg http://www.ignitesydney.com/IgniteSydney14_facebook.png" name="twitter:image">
<meta content="IgniteXYZ is currently calling for presenters to submit a proposal for a 5 minute presentation" name="twitter:description">
<style>
body {
min-height: 2000px;
}
.navbar-static-top {
margin-bottom: 19px;
}
.top-100 {
margin-top: 100px;
}
.navbar {
background-color: black;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<a class="navbar-brand" href="http://www.IgniteXYZ.com"><img src="CHANGE_ME.jpg" height="50px" alt="IgniteXYZ logo"/></a>
</div>
</div>
</div>
</div>
<div class="container top-100">
<div class="jumbotron">
<h1>Submitting a talk</h1>
<p>IgniteXYZ is back on CHANGE_ME DATE_OF_YOUR_NEXT_EVENT. Right now we're looking for passionate presenters who are interested in submitting a talk proposal.</p>
<p>Before you get started, please read this information about what makes Ignite different - it'll make your talk better for everyone, including yourself.</p>
<p style="text-align: right;">
<a class="btn btn-lg btn-primary" href="page2.html" role="button">Next »</a>
</p>
</div>
</div>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>