FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
2018.code4lib.org/index.html at master · code4lib/2018.code4lib.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 17, 2022. It is now read-only.
code4lib
/
2018.code4lib.org
Public archive
Notifications
You must be signed in to change notification settings
Fork
10
Star
6
Code
Issues
2
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
2018.code4lib.org
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
64 lines (60 loc) · 2.25 KB
Breadcrumbs
2018.code4lib.org
/
index.html
Copy path
File metadata and controls
executable file
·
64 lines (60 loc) · 2.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
---
layout: default
title: code4lib 2018 - Washington, D.C.
---
{% include homepage/jumbotron.html %}
<
section
>
<
div
class
="
container
"
>
{% unless site.data.conf.homepage-display == 'peri' %}
<
div
class
="
row
"
>
<
div
class
="
col-xs-12
"
>
<
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
>
{% endunless %}
<
div
class
="
row
"
>
{% include homepage/{{ site.data.conf.homepage-display }}_conference.html %}
</
div
>
</
div
>
</
section
>
<
section
>
<
div
class
="
container
"
>
<
div
class
="
row section
"
>
<
div
class
="
col-sm-2
"
>
<
img
class
="
clip-circle
"
src
="
assets/img/theme-images/idol.jpg
"
alt
="
George Washington
"
>
</
div
>
<
div
class
="
col-sm-10
"
>
<
h2
>
Welcome to Washington, D.C.
</
h2
>
<
p
>
The conference will take place in Washington's historic
<
a
href
="
https://www.omnihotels.com/hotels/washington-dc-shoreham
"
>
Omni Shoreham Hotel
</
a
>
, just a couple blocks from the Woodley Park metro station, walking distance
to the National Zoo and bustling Adams Morgan neighborhood.
</
p
>
</
div
>
</
div
>
</
div
>
</
section
>
<
section
>
<
div
class
="
container
"
>
<
div
class
="
row
"
id
="
testimonials
"
>
{% 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
>
</
section
>
Back
|
FazBrowse Home
|
New Git URL