-
Notifications
You must be signed in to change notification settings - Fork 0
/
speakers.html
103 lines (103 loc) · 4.13 KB
/
speakers.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/styles/styles.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,100'
rel='stylesheet' type='text/css'>
</head>
<body id="top">
<header class="primary-header container group">
<h1 class="logo">
<a href="index.html">Styles <br> Conference</a>
</h1>
<h3 class="tagline">August 24–26th — Chicago, IL</h3>
<nav class="nav primary-nav">
<ul>
<li>
<a href="index.html">Home</a>
</li><!--
--><li>
<a href="speakers.html">Speakers</a>
</li><!--
--><li>
<a href="schedule.html">Schedule</a>
</li><!--
--><li>
<a href="venue.html">Venue</a>
</li><!--
--><li>
<a href="register.html">Register</a>
</li>
</ul>
</nav>
</header>
<section class="row-alt">
<div class="lead container">
<h1>Speakers</h1>
<p>We’re happy to welcome over twenty speakers to present on the industry’s latest technologies. Prepare for an inspiration extravaganza.</p>
</div>
</section>
<section class="row">
<div class="grid">
<section class="speaker" id="shay-howe">
<div class="col-2-3">
<h2>Shay Howe</h2>
<h5>Less Is More: How Constraints Cultivate Growth</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
<h5>About Shay</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
</div><!--
--><aside class="col-1-3">
<div class="speaker-info">
<img src="assets/images/speakers/shay-howe.jpg" alt="Shay Howe">
<ul>
<li><a href="https://twitter.com/shayhowe">@shayhowe</a></li>
<li><a href="http://learn.shayhowe.com/">learn.shayhowe.com</a></li>
</ul>
</div>
</aside>
</section>
<section class="speaker" id="shay-howe">
<div class="col-2-3">
<h2>Shay Howe</h2>
<h5>Less Is More: How Constraints Cultivate Growth</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
<h5>About Shay</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
</div><!--
--><aside class="col-1-3">
<div class="speaker-info">
<img src="assets/images/speakers/shay-howe.jpg" alt="Shay Howe">
<ul>
<li><a href="https://twitter.com/shayhowe">@shayhowe</a></li>
<li><a href="http://learn.shayhowe.com/">learn.shayhowe.com</a></li>
</ul>
</div>
</aside>
</section>
</div>
</section>
<footer class="container primary-footer group">
<small>© Styles Conference</small>
<nav class="nav">
<ul><li>
<a href="index.html">Home</a>
</li><!--
--><li>
<a href="speakers.html">Speakers</a>
</li><!--
--><li>
<a href="schedule.html">Schedule</a>
</li><!--
--><li>
<a href="venue.html">Venue</a>
</li><!--
--><li>
<a href="register.html">Register</a>
</li>
</ul>
</nav>
</footer>
</body>
</html>