-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartists.html
53 lines (43 loc) · 2.37 KB
/
artists.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Discover the artists of Boston's Illuminus festival.">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@IlluminusFest" />
<meta name="twitter:title" content="Illuminus Boston | 10.25.2014" />
<meta name="twitter:description" content="Discover the artists of Boston's Illuminus festival." />
<meta name="twitter:creator" content="@IlluminusFest" />
<meta name="twitter:image" content="http://illuminusboston.org/img/illuminus.sharing.jpg" />
<meta property="og:title" content="Illuminus Boston | 10.25.2014" />
<meta property="og:url" content="http://illuminusboston.org/artists.html" />
<meta property="og:image" content="http://illuminusboston.org/img/illuminus.sharing.jpg" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Discover the artists of Boston's Illuminus festival." />
<meta property="og:site_name" content="Illuminus" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/ill.style.css">
<title>Illuminus Boston | 10.25.2014 | Artists</title>
</head>
<body id="page-top" data-target=".navbar-fixed-top">
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation" id="illNav"></nav>
<section class="page-content-container">
<div class="page-header">
<h1>Artists</h1>
</div>
<div class="page-content imported-content">
<p>We're honored to welcome such a creative group of artists to Illuminus. Here are our confirmed exhibitors; please check back as we continue to add to this list!</p>
<!-- class of generated li: gallery-artist -->
<ul id="artistGrid"></ul>
</div>
<div class="modal fade" id="artistDetail" tabindex="-1" role="dialog" aria-labelledby="artist detail" aria-hidden="true">
</div>
</section>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/illuminus.js"></script>
<script data-main="gallery_app" src="lib/require.js"></script>
</body>
</html>