-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (111 loc) · 4.9 KB
/
index.html
File metadata and controls
128 lines (111 loc) · 4.9 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
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
<html>
<head lang='us'>
<!-- Default language is English. Please change as needed. -->
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700,900' rel='stylesheet' type='text/css'>
<meta name='description' content='' />
<meta name='author' content='' />
<meta name='keywords' content='' />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src='//html5shim.googlecode.com/svn/trunk/html5.js'></script>
<![endif]-->
<!-- Favicon -->
<link rel='icon' type='image/png' href='img/yourimg.png' />
<!-- Css Files-->
<link rel='stylesheet' href='dist/css/main.css' />
<title>Document Title</title>
</head>
<body>
<header role='navigation'>
<!--<div>This Is A Nav</div>-->
</header>
<div class="row-fluid">
<div class="slot g-one-third">
<div class="intro-slot text-center">
<div class="slot-wrap">
<div class="brand">
<a href="/">
<img src="/img/logo.svg" alt="" class="logo" />
</a>
</div>
<!--<h2 class="slot-title">Code On The Beach</h2>-->
<p class="intro-location">In Atlantic Beach, FL</p>
<!--<p>-->
<!--<a href="#" class="btn btn-default-outline">View Our Speakers</a>-->
<!--</p>-->
</div>
</div>
</div>
<div class="slot g-two-third">
<div class="conf-info-slot">
<div class="slot-wrap">
<h3 class="slot-title">HTML5. Javascript. Data. Mobile. Design.</h3>
<h5 class="slot-title-mini mt-1">and so much more.</h5>
<div class="slot-body">
<h1 class="date">August 7-9th, 2015</h1>
<div class="row-fluid mt-2 mb-2">
<div class="g-one-half pr-1">
<hr />
Early registration open now at just <strike>$350</strike><br/>
<span class="h1">$250</span>
</div>
<div class="g-one-half pl-1">
<hr />
Luxury hotel stay at One Ocean Resort from<br/>
<div class="h1">$179 <span class="h5">/ a night</span></div>
</div>
</div>
<a href="#" class="btn btn-default-outline mt-2">Get Your Tickets Today</a>
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="slot">
<div class="speaker-slot">
<div class="slot-wrap">
<h2 class="slot-title">Speakers</h2>
<p>Hello Everyone.</p>
</div>
</div>
</div>
</div>
<div class="about-video pt-2 pb-2">
<div class="about-video-content">
<div class="about-video-content-block">
<h4 class="mt-2 mb-2 about-video-title">
Code on the Beach is an intensive, fun, and engaging software engineering
conference coming back to Atlantic Beach, Florida this summer. Just steps from the sessions
to the beach, you'll get sun and education, on topics from ASP.NET MVC to Windows Azure
to HTML5 to SQL to mobile. We know you're looking for hard-hitting material,
so most sessions are intermediate- to advanced-level content -
but you can learn something new at the intro sessions as well.
</h4>
<div class="about-video-content-video">
<iframe src="https://www.youtube.com/embed/49IqF0pyEQE" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!--<section role='main'>-->
<!--<div class="container">-->
<!--<div class="row-fluid">-->
<!--<div class="col3">hey</div>-->
<!--<div class="col3">hey</div>-->
<!--<div class="col3">hey</div>-->
<!--<div class="col3">hey</div>-->
<!--</div>-->
<!--</div>-->
<!--</section>-->
<footer role='contentinfo'>
<!-- Footer + Terms Of Use -->
</footer>
<!-- All your Bundled up JS -->
<script src='src/js/global.js'></script>
</body>
</html>