-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
33 lines (27 loc) · 1.24 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
---
title: Welcome
---
<div class="jumbotron">
<h1 class="slightly-smaller">Frontend Performance Training</h1>
</div>
<div class="wifi">
<p>Wifi: <code contenteditable>Drupal</code></p>
<p>Pass: <code contenteditable>nola2016</code></p>
</div>
<div class="repo">
<p>GitHub: <code>https://github.com/fourkitchens/frontend-perf</code></p>
</div>
<br><br>
<div class="page-header">
<h2>Meet the Trainers</h2>
</div>
<div class="col2">
<div class="panel panel-default">
<div class="panel-heading">Taylor Smith</div>
<div class="panel-body"><img src="https://avatars3.githubusercontent.com/u/1486573?v=3&s=200" alt="Taylor Smith"><br><br> Taylor Smith is a graphic designer and frontend developer with a passion for the clean code, strong typography, great design, and other curiosities.</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Luke Herrington</div>
<div class="panel-body"><img src="https://secure.gravatar.com/avatar/7e351b62d529e0e5bfecb455033e08a0?s=200" alt="Luke Herrington"><br><br> Luke is a Javascript developer who recently leveled up his Sass/Frontend Drupal skills. He enjoys learning new concepts and skills and then applying them. He does not enjoy writing bios.</div>
</div>
</div>