-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
executable file
·74 lines (64 loc) · 3.17 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
---
layout: default
title: code4lib - Philadelphia 2016
---
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="row">
<div class="jumbotron" id="main">
<div class="container">
<img class="code-love" src="img/code-love.svg" alt="Code Love - Philadelphia's LOVE monument reimagined for coders">
<h1 class="text-right">Philadelphia</h1>
<h2 class="text-right">March 7-10, 2016</h2>
<p class="text-right"><a class="btn btn-lg btn-primary" href="https://www.youtube.com/user/code4lib">Watch the livestream </a></p>
<!-- <div class="attribution">https://www.flickr.com/photos/59761838@N08/5591820123/</div> -->
</div>
</div>
</div>
<div class="row attribution">
<div class="container">
<p class="text-right small"><a href="https://www.flickr.com/photos/59761838@N08/5591820123/">photo: Morgan Burke </a></p>
</div>
</div>
<div class="sub-container">
<div class="row section">
<div class="cell cell-lg">
<h2>The conference for people who code for libraries.</h2>
<p> An annual gathering of technologists from around the world, who largely work for and with libraries, archives, and museums and have a commitment to open technologies.</p>
</div>
</div>
<div class="row section" id="testimonials">
<div class="cell cell-lg">
<h2>What are people saying?</h2>
<div class="row">
{% for testimonial in site.data.testimonials %}
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<div class="speech-bubble">
<div class="arrow bottom right"></div>
{{ testimonial.blurb }}
</div>
<div class="caption">
<h3><a href="https://twitter.com/{{ testimonial.twitter }}">{{ testimonial.name }}</a></h3>
<p>{{ testimonial.org }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<div class="row section">
<div class="cell cell-lg">
<div class="col-md-2"><img class="clip-circle" src="img/ben.png" alt="Cool Hand Ben"></div>
<div class="col-md-10">
<h2>Welcome to Philadelphia</h2>
<p>Philadelphia is well known for its important role in US history, but it is also dynamic and modern city, with a
vibrant art scene, incredible food, and great public transit, as well as hundreds of libraries, museums and universities.
The New York Times recently <a href="http://www.nytimes.com/interactive/2015/01/11/travel/52-places-to-go-in-2015.html?_r=0">ranked Philly as the #3</a> place <i>in the world</i> to visit, and we couldn't agree with them more.
Plus Philly packs it all into a fairly small and compact Center City that is easy to walk around.
So many of us are a part of the code4lib community — we're excited to be able to host
the national code4lib conference!</p>
</div>
</div>
</div>
</div>