Skip to content

Commit cd5dbd2

Browse files
authored
Merge pull request #38 from code4lib/addSponsors
Add first couple sponsors
2 parents e113581 + 29d7fef commit cd5dbd2

File tree

6 files changed

+54
-10
lines changed

6 files changed

+54
-10
lines changed

_data/conf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ show-sponsors: true
213213
sponsor-buttons: true
214214
# if true, the nav/footer links go to /prospectus/ instead of /sponsors/
215215
# for use early on when we are looking for, but do not have many, sponsors
216-
sponsors-links-to-prospectus: true
216+
sponsors-links-to-prospectus: false
217217
# URL to document
218218
prospectus-document:
219219
sponsor-btn-link: https://www.concentra-cms.com/c4l26sponsorreg.html#/

_data/examples/sponsors.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example
22
# - name: ebsco
3-
# img: assets/img/sponsors/ebsco.svg
3+
# img: /assets/img/sponsors/ebsco.svg
44
# link: http://www.google.com
55
# level: platinum
66
# diversity: true
@@ -27,7 +27,7 @@
2727
# - exhibitor
2828

2929
- name: Logan's Cutlery
30-
img: assets/img/examples/sponsors/one.svg
30+
img: /assets/img/examples/sponsors/one.svg
3131
link: https://www.google.com
3232
level: adamantium
3333

@@ -37,43 +37,43 @@
3737
diversity: true
3838

3939
- name: Imani's Computer Repair
40-
img: assets/img/examples/sponsors/two.svg
40+
img: /assets/img/examples/sponsors/two.svg
4141
link: https://www.google.com
4242
level: diamond
4343
diversity: true
4444

4545
- name: Gabirel's Sporting Goods
46-
img: assets/img/examples/sponsors/three.svg
46+
img: /assets/img/examples/sponsors/three.svg
4747
link: https://www.google.com
4848
level: gold
4949
transcription: true
5050

5151
- name: Oskar's Finery
52-
img: assets/img/examples/sponsors/one.svg
52+
img: /assets/img/examples/sponsors/one.svg
5353
level: silver
5454

5555
- name: Li Wei's Pizzeria
5656
level: bronze
5757
annotation: "Closed Captioning"
5858

5959
- name: Chucks's Nursery
60-
img: assets/img/examples/sponsors/two.svg
60+
img: /assets/img/examples/sponsors/two.svg
6161
level: supporter
6262
annotation: "Closed Captioning"
6363

6464
- name: oXygen XML
65-
img: assets/img/sponsors/oxygennn.png
65+
img: /assets/img/sponsors/oxygennn.png
6666
link: https://www.oxygenxml.com
6767
level: giveaway
6868

6969
- name: Johns Hopkins Sheridan Libraries
70-
img: assets/img/sponsors/johnshopkinsss.jpg
70+
img: /assets/img/sponsors/johnshopkinsss.jpg
7171
link: https://www.library.jhu.edu
7272
level: bronze
7373
annotation: 'Childcare'
7474

7575
- name: Balsamiq
76-
img: assets/img/sponsors/balsamiqqq.png
76+
img: /assets/img/sponsors/balsamiqqq.png
7777
link: https://balsamiq.com/
7878
level: giveaway
7979
diversity: true

_data/sponsors.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Example
2+
# - name: ebsco
3+
# img: assets/img/sponsors/ebsco.svg
4+
# link: http://www.google.com
5+
# level: platinum
6+
# diversity: true
7+
# transcription: false
8+
# annotation: extra note here
9+
10+
# if img is omitted, the name will be displayed instead.
11+
12+
# The annotation key can be used to specify a qualifier next
13+
# to the sponsor's name/logo (e.g., "Closed Captioning")
14+
15+
# diversity key indicates sponsors that should show up
16+
# on the diversity scholarships section of the site
17+
18+
# Available Levels
19+
# - adamantium
20+
# - platinum
21+
# - diamond
22+
# - gold
23+
# - silver
24+
# - bronze
25+
# - contributor
26+
# - supporter
27+
# - exhibitor
28+
29+
- name: UCLA Library
30+
img: /assets/img/sponsors/ucla-library-bronze.png
31+
link: https://www.library.ucla.edu
32+
level: bronze
33+
34+
- name: University of Michigan Library
35+
img: /assets/img/sponsors/umich-library-streaming.png
36+
link: https://www.lib.umich.edu
37+
level: bronze
38+
annotation: Streaming Sponsor
39+
40+
# TBD not paid yet
41+
# - name: Index Data
42+
# img: /assets/img/sponsors/index-data-bronze.png
43+
# link: https://indexdata.com
44+
# level: bronze
60.2 KB
Loading
11 KB
Loading
4.32 KB
Loading

0 commit comments

Comments
 (0)