-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
395 lines (362 loc) · 15.5 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<title>Full Stack Conf</title>
</head>
<body id="home" class=" text-black" data-spy="scroll"data-offset="100" data-target=".navbar">
<!--navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class=" container">
<a class="navbar-brand order-1 mr-0 "href="https://teamtreehouse.com "target="_blank">Presented by treehouse</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navbar-nav" id="navbarNav">
<a class="nav-link nav-item " href="#home">Home <span class="sr-only">(current)</span></a>
<a class="nav-link nav-item" href="#about">About</a>
<a class="nav-link nav-item" href="#speakers">Speakers</a>
<a class="nav-link nav-item" href="#schedule">Schedule</a>
</ul>
</div>
</div>
</nav>
<!--navbar-->
<!--jubotron-->
<div class="jumbotron jumbotron-fluid bg-info text-white" >
<div class="container text-sm-center pt-5">
<h1 class="display-2">Full Stack Conf</h1>
<p class="lead">One day conferance About All Things Javascript!</p>
<div class="btn-group mt-4" role="group" aria-label="Callout-buttons">
<button type="button" class="btn btn-primary btn-lg"data-toggle="modal" data-target="#register">Register Now</button>
<a class="btn btn-light btn-lg" href="#speakers">See Speakers</a>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<div class="container pt-4">
<div class="row"><!--Row1-->
<!--About-->
<div id="about"class="col-lg order-lg-2"> <!--col1-->
<h3 class mb-4>About Full Stack Conf</h3>
<img src ="img/portland.jpg"class=" mb-4 img-fluid rounded" alt ="Portland">
<p>The beautiful city of Portland, Oregon will be the host city for Full Stack Conf!</p>
<p>Explore the future of JavaScript with a lineup of industry professionals. Discover new techniques to advance your career as a web developer.</p>
</div><!--/col1-->
<div class="col-lg order-lg-1"><!--col2-->
<h3 class mb-4>Expert Speakers</h3>
<p>Our expert speaker lineup was just announced, so don't wait too long before grabbing your tickets!</p>
<p>Want to meet the international JavaScript community and share skills with some of the world's top experts, hackers, and makers? Be the first to know what to expect for the future of JavaScript.</p>
<p>Full Stack Conf is committed to being inclusive and welcoming for everyone. We look forward to another intensive day of learning and sharing.</p>
</div><!--/col2-->
<div class="col-lg order-lg-3"><!--col3-->
<h3 class mb-4>What You'll Learn</h3>
<div class="list-group">
<a href="#" class="list-group-item list-group-item-action"><strong>MongoDB</strong>: NoSQL database</a>
<a href="#" class="list-group-item list-group-item-action"><strong>Express</strong>: Framework for Node</a>
<a href="#" class="list-group-item list-group-item-action"><strong>React</strong>: JavaScript library</a>
<a href="#" class="list-group-item list-group-item-action"><strong>Node.js</strong>: JavaScript environment</a>
<a href="#" class="list-group-item list-group-item-action"><strong>ES2015</strong>: Latest version of JavaScript</a>
<a href="#" class="list-group-item list-group-item-action"><strong>Babel</strong>: JavaScript compiler</a>
</div>
</div><!--/col3-->
</div><!--/About--><!--/Row 1-->
<!--Speakers-->
<h1 id ="speakers" class="display-4 text-center my-5 text-muted">Speakers</h1>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="card mb-3">
<img class="card-img-top" src="img/vivanne.png" alt="Vivianne McVue<">
<div class="card-body">
<h5 class="card-title">Vivianne McVue</h5>
<p class="card-text">Vivianne McVue is a web developer and teacher who is passionate about building scalable, data-driven web apps, especially ones that address old problems with new tech!</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card mb-3">
<img class="card-img-top" src="img/none.jpg" alt="NodeStradamus">
<div class="card-body">
<h5 class="card-title">Node Stradamus</h5>
<p class="card-text">NodeStradamus is a software engineer and philosopher trying to leave the world better than he found it.He is excellent coder. He codes for non-profits, eCommerce, and large-scale web apps.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card mb-3">
<img class="card-img-top" src="img/roobbie.jpg" alt="Robbie Redux">
<div class="card-body">
<h5 class="card-title">Robbie Redux</h5>
<p class="card-text">"Robbie Redux is a JavaScript developer working on large-scale applications. He's also a teacher who strives to support students in removing barriers to learning code.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card mb-3">
<img class="card-img-top" src="img/ecma.jpg" alt="John">
<div class="card-body">
<h5 class="card-title">Ecma</h5>
<p class="card-text">Ecma found her passion for programming and teaching over 15 years ago. She is excited to introduce you to all of the wonders of JavaScript.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card mb-3">
<img class="card-img-top" src="img/jay.jpg" alt="Jay Query">
<div class="card-body">
<h5 class="card-title">Jay Query</h5>
<p class="card-text">Jay is a developer, author of CSS: The Missing Manual, JavaScript & jQuery: The Missing Manual, and web development teacher.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card mb-3">
<img class="card-img-top" src="img/json.jpg" alt="Json Babel">
<div class="card-body">
<h5 class="card-title">Json Babel</h5>
<p class="card-text">All of his professional life, Json has worked with computers online; he is a polyglot programmer and likes using the right tools for the job.</p>
</div>
</div>
</div>
</div>
<!-- /speakers -->
<!--Schedule-->
<h1 id ="schedule" class="display-4 text-center my-5 text-muted">Schedule</h1>
<ul class ="list-group">
<li class ="list-group-item">
<div class="d-flex justify-content-between">
<h5 class= "mb-1">Keynote:Internet Of Things</h5>
<span class="badge badge-pill badge-info p-2">9:00am</span>
</div>
<p class ="mb-1">NodeStradamus</p>
<li class ="list-group-item">
<div class="d-flex justify-content-between">
<h5 class= "mb-1">React Basics</h5>
<span class="badge badge-pill badge-info p-2">10:00am</span>
<li class ="list-group-item">
<div class="d-flex justify-content-between">
<h5 class= "mb-1">Hey Mango!</h5>
<span class="badge badge-pill badge-info p-2">11:00am</span>
</div>
<p class ="mb-1">Jay Query</p>
<li class ="list-group-item list-group-item-success">
<div class="d-flex justify-content-between">
<h5 class= "mb-1">Lunch</h5>
<span class="badge badge-pill badge-info p-2">12:00pm</span>
</div>
<p class ="mb-1">Free pizza For Everyone</p>
<li class="list-group-item">
<div class="d-flex justify-content-between">
<h5 class="mb-1">Introducing ES2015</h5>
<span class="badge badge-pill badge-info p-2">1:00pm</span>
</div>
<p class="mb-1">John</p>
</li>
<li class="list-group-item">
<div class="d-flex justify-content-between">
<h5 class="mb-1">Getting Started With Redux</h5>
<span class="badge badge-pill badge-info p-2">2:00pm</span>
</div>
<p class="mb-1">Robbie Redux</p>
</li>
<li class="list-group-item">
<div class="d-flex justify-content-between">
<h5 class="mb-1">What's Babel?</h5>
<span class="badge badge-pill badge-info p-2">3:00pm</span>
</div>
<p class="mb-1">Json Babel</p>
</li>
</ul><!-- /schedule -->
<!--callout button-->
<button type="button" class="btn btn-outline-info btn-lg d-block mx-auto my-5" data-toggle="modal" data-target="#register">Don't Miss Out, Register Now</button>
<!--/callout button-->
<!-- signup form -->
<hr>
<div class="row py-4 text-muted">
<div class="col-md col-xl-5">
<p><strong>About Treehouse</strong></p>
<p>Treehouse brings affordable technology education to people everywhere to help them achieve their dreams and change the world.</p>
</div>
<div class="col-md col-xl-5 ml-auto">
<p><strong>Stay up-to-date on Full Stack Conf</strong></p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Sign up</button>
</span>
</div>
</div>
</div>
<hr><!-- /signup form -->
<!--footer-->
<div class="row py-3">
<div class="col-md-7">
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="#">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tracks</a>
</li>
<li class="nav-item">
<div class="btn-group dropup">
<button type="button" class="btn btn-outline-secondary">Other Confs</button>
<button type="button" class="btn btn-outline-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">CSS Conf</a>
<a class="dropdown-item" href="#">Python Conf</a>
<a class="dropdown-item" href="#">Java Conf</a>
<a class="dropdown-item" href="#">Swift Conf</a>
</div>
</div>
</li>
</ul>
</div>
<div class="col-md text-md-right">
<small>© 2017 Full Stack Conf & Treehouse</small>
</div>
</div>
<!--/footer-->
</div><!--/container-->
<!--=====================================
FORM MODAL
=====================================-->
<!-- Button trigger modal -->
<!-- Modal -->
<div class="modal fade" id="register" tabindex="-1" role="dialog" aria-labelledby="register form" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header bg-info text-white">
<h5 class="modal-title" id="exampleModalLabel">Register For Full Stack Conf</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!--registration form-->
<form>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Hurry!</strong> Early bird registration ends in two days.
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<h5 class ="mb-4">Basic Info</h5>
<div class="form-group">
<label for="name">Name:</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="role">Job Role</label>
<select class="form-control custom-select" id="role">
<option value="full stack js developer">Full Stack JavaScript Developer</option>
<option value="front end developer">Front End Developer</option>
<option value="back end developer">Back End Developer</option>
<option value="designer">Designer</option>
<option value="student">Student</option>
</select>
</div>
<hr class="my-4"></hr>
<h5 class="mb-4">Which Topics Interest You More?</h5>
<div class="form-check">
<label class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input">
<span class="custom-control-indicator"></span>
<span class="custom-control-description">JavaScript Frameworks</span>
</label>
</div>
<div class="form-check">
<label class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input">
<span class="custom-control-indicator"></span>
<span class="custom-control-description">JavaScript Libraries</span>
</label>
</div>
<div class="form-check">
<label class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input">
<span class="custom-control-indicator"></span>
<span class="custom-control-description">Node.js</span>
</label>
</div>
<div class="form-check">
<label class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input">
<span class="custom-control-indicator"></span>
<span class="custom-control-description">Build Tools</span>
</label>
</div>
<div class="form-check">
<label class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input">
<span class="custom-control-indicator"></span>
<span class="custom-control-description">ES2015</span>
</label>
</div>
<hr class ="mb-4"></hr>
<h5 class ="mb-4">Payment Info</h5>
<div class="form-row">
<div class="col-lg-6 form-group">
<label for="cc-num">Card Number:</label>
<input class="form-control" id="cc-num" type="text">
</div>
<div class="col-lg form-group">
<label for="zip">Zip Code:</label>
<input class="form-control" id="zip" type="text">
</div>
<div class="col-lg form-group">
<label for="cvv">CVV:</label>
<input class="form-control" id="cvv" type="text">
</div>
</div>
<div class="form-row"></div>
<label class="col-lg-12"> Expiration Date:</label>
<div class="form-group col-lg-8">
<select class="custom-select form-control" id="exp-month">
<option value="1">1 - January</option>
<option value="2">2 - February</option>
<option value="3">3 - March</option>
<option value="4">4 - April</option>
<option value="5">5 - May</option>
<option value="6">6 - June</option>
<option value="7">7 - July</option>
<option value="8">8 - August</option>
<option value="9">9 - September</option>
<option value="10">10 - October</option>
<option value="11">11 - November</option>
<option value="12">12 - December</option>
</select>
</div>
<div class="form-groupcol-lg">
<select class="custom-select form-control" id="exp-year">
<option value="2016">2016</option>
<option value="2017">2017</option>
<option value="2018">2018</option>
<option value="2019">2019</option>
<option value="2020">2020</option>
</select>
</div>
<hr class ="mb-4"></hr>
<button type="submit" class="btn btn-primary btn-lg">Register</button>
</form>
<!--/registration form-->
</div>
</div>
</div>
</div>
</body>
</html>