-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.42 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
<!DOCTYPE html>
<!-- saved from url=(0393)https://storage.googleapis.com/supplemental_media/udacityu/2730818600/bootstrap-prestructure.html?GoogleAccessId=1069728276824-fdhtlb98k1m9qrmdgj4jgc7gjp2l1lsm@developer.gserviceaccount.com&Expires=1438654824&Signature=GGLc7iNxLd6rbdAQiRR9y0ALW1v7fiG45tAIG8l8obeApPHyMMAwpcfcqBGOc0OfKLeoaoMzFkisDIlV3cL/YQXKzgbKnAXbh1kr258yIw81jJnwC5RTsDvFgzle1XWku7FeXU/mu2tLBuPOajg9zEQWfn8H4EUFTH7/sxH/XV8%3D -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NOLAVANGELIST</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,100' rel='stylesheet'>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<header class="row">
<div class="col-md-6">
<img src="images/Fleur.jpg" class="img-responsive" alt="Responsive Image">
</div>
<div class="col-md-6 text-right text-uppercase">
<h1><a href="mailto:dave@nolavangelist.com" target="blank">dave guilford</a></h1>
<h3>nolavangelist</h3>
</div>
</header>
<div class="row">
<div class="col-md-12">
<img src="images/Bourbon.JPG" class="img-responsive" alt="Responsive Image">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Featured Events</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="images/NOLATech.jpg" class="img-responsive" alt="Responsive Image">
<h3><a href="http://nolatechweek.org/">October 5-10, 2015</a></h3>
<p><em><strong>The granddaddy of NOLA tech events!</strong></em></p>
</div>
<div class="col-md-4">
<img src="images/SWbig.jpg" class="img-responsive" alt="Responsive Image">
<h3><a href="http://www.up.co/communities/usa/new-orleans/startup-weekend/6942">October 16-18, 2015</a></h3>
<p><em><strong>Start a company in one weekend!</strong></em></p>
</div>
<div class="col-md-4">
<img src="images/WCNOLA.jpg" class="img-responsive" alt="Responsive Image">
<h3><a href="https://wpnola.wordpress.com/nola-wordcamp/">June 18, 2016</a></h3>
<p><em><strong>A whole day of WordPress in the Big Easy!</strong></em></p>
</div>
</div>
</div>
</body>
</html>