diff --git a/_data/conf.yml b/_data/conf.yml index 6490d3d..6770233 100644 --- a/_data/conf.yml +++ b/_data/conf.yml @@ -213,7 +213,7 @@ show-sponsors: true sponsor-buttons: true # if true, the nav/footer links go to /prospectus/ instead of /sponsors/ # for use early on when we are looking for, but do not have many, sponsors -sponsors-links-to-prospectus: true +sponsors-links-to-prospectus: false # URL to document prospectus-document: sponsor-btn-link: https://www.concentra-cms.com/c4l26sponsorreg.html#/ diff --git a/_data/examples/sponsors.yml b/_data/examples/sponsors.yml index cc51464..d4b064d 100644 --- a/_data/examples/sponsors.yml +++ b/_data/examples/sponsors.yml @@ -1,6 +1,6 @@ # Example # - name: ebsco - # img: assets/img/sponsors/ebsco.svg + # img: /assets/img/sponsors/ebsco.svg # link: http://www.google.com # level: platinum # diversity: true @@ -27,7 +27,7 @@ # - exhibitor - name: Logan's Cutlery - img: assets/img/examples/sponsors/one.svg + img: /assets/img/examples/sponsors/one.svg link: https://www.google.com level: adamantium @@ -37,19 +37,19 @@ diversity: true - name: Imani's Computer Repair - img: assets/img/examples/sponsors/two.svg + img: /assets/img/examples/sponsors/two.svg link: https://www.google.com level: diamond diversity: true - name: Gabirel's Sporting Goods - img: assets/img/examples/sponsors/three.svg + img: /assets/img/examples/sponsors/three.svg link: https://www.google.com level: gold transcription: true - name: Oskar's Finery - img: assets/img/examples/sponsors/one.svg + img: /assets/img/examples/sponsors/one.svg level: silver - name: Li Wei's Pizzeria @@ -57,23 +57,23 @@ annotation: "Closed Captioning" - name: Chucks's Nursery - img: assets/img/examples/sponsors/two.svg + img: /assets/img/examples/sponsors/two.svg level: supporter annotation: "Closed Captioning" - name: oXygen XML - img: assets/img/sponsors/oxygennn.png + img: /assets/img/sponsors/oxygennn.png link: https://www.oxygenxml.com level: giveaway - name: Johns Hopkins Sheridan Libraries - img: assets/img/sponsors/johnshopkinsss.jpg + img: /assets/img/sponsors/johnshopkinsss.jpg link: https://www.library.jhu.edu level: bronze annotation: 'Childcare' - name: Balsamiq - img: assets/img/sponsors/balsamiqqq.png + img: /assets/img/sponsors/balsamiqqq.png link: https://balsamiq.com/ level: giveaway diversity: true diff --git a/_data/sponsors.yml b/_data/sponsors.yml new file mode 100644 index 0000000..7e7c6ec --- /dev/null +++ b/_data/sponsors.yml @@ -0,0 +1,44 @@ +# Example +# - name: ebsco + # img: assets/img/sponsors/ebsco.svg + # link: http://www.google.com + # level: platinum + # diversity: true + # transcription: false + # annotation: extra note here + +# if img is omitted, the name will be displayed instead. + +# The annotation key can be used to specify a qualifier next +# to the sponsor's name/logo (e.g., "Closed Captioning") + +# diversity key indicates sponsors that should show up +# on the diversity scholarships section of the site + +# Available Levels +# - adamantium +# - platinum +# - diamond +# - gold +# - silver +# - bronze +# - contributor +# - supporter +# - exhibitor + +- name: UCLA Library + img: /assets/img/sponsors/ucla-library-bronze.png + link: https://www.library.ucla.edu + level: bronze + +- name: University of Michigan Library + img: /assets/img/sponsors/umich-library-streaming.png + link: https://www.lib.umich.edu + level: bronze + annotation: Streaming Sponsor + +# TBD not paid yet +# - name: Index Data +# img: /assets/img/sponsors/index-data-bronze.png +# link: https://indexdata.com +# level: bronze diff --git a/_includes/nav.html b/_includes/nav.html index bf91f42..9d43a49 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,69 +1,55 @@ Skip to main content diff --git a/_layouts/color-test.html b/_layouts/color-test.html index f41953d..a6ad6d2 100644 --- a/_layouts/color-test.html +++ b/_layouts/color-test.html @@ -1,8 +1,8 @@ {% include header.html %} {% include search_results.html %} -
+
{{ content }} -
+ {% include footer.html %} diff --git a/_layouts/day-menu.html b/_layouts/day-menu.html index 50495c2..003e4aa 100644 --- a/_layouts/day-menu.html +++ b/_layouts/day-menu.html @@ -2,7 +2,7 @@ {% include search_results.html %} {% assign menu = site.data[page.menu] %} -
{% comment %} #main element needed for skip-menu link but we can't add it inside the loop {% endcomment %}
+
{% comment %} #main element needed for skip-menu link but we can't add it inside the loop {% endcomment %}
{% for meal in menu %}
diff --git a/_layouts/day-schedule.html b/_layouts/day-schedule.html index fc5b11f..36b45f5 100644 --- a/_layouts/day-schedule.html +++ b/_layouts/day-schedule.html @@ -1,7 +1,7 @@ {% include header.html %} {% include search_results.html %} -
+

{% assign day = page.day | slice: -1 %} @@ -24,6 +24,6 @@

{% assign day = page.day | slice: -1 %} {% endif %}

-
+ {% include footer.html %} diff --git a/_layouts/default.html b/_layouts/default.html index 27e044e..12de29d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,6 @@ {% include header.html %} {% include search_results.html %} -
+
{{ content }} -
+ {% include footer.html %} diff --git a/_layouts/presentation.html b/_layouts/presentation.html index 2b976e5..18d3dd6 100644 --- a/_layouts/presentation.html +++ b/_layouts/presentation.html @@ -17,7 +17,7 @@ {% endif %} -
+
@@ -204,6 +204,6 @@

Location

{% endif %}
-
+ {% include footer.html %} diff --git a/_layouts/secondary-nav.html b/_layouts/secondary-nav.html index 512175c..c1edeba 100644 --- a/_layouts/secondary-nav.html +++ b/_layouts/secondary-nav.html @@ -33,9 +33,9 @@
-
+
{{ content }} -
+
diff --git a/assets/img/sponsors/index-data-bronze.png b/assets/img/sponsors/index-data-bronze.png new file mode 100644 index 0000000..96926a1 Binary files /dev/null and b/assets/img/sponsors/index-data-bronze.png differ diff --git a/assets/img/sponsors/ucla-library-bronze.png b/assets/img/sponsors/ucla-library-bronze.png new file mode 100644 index 0000000..2af6bc2 Binary files /dev/null and b/assets/img/sponsors/ucla-library-bronze.png differ diff --git a/assets/img/sponsors/umich-library-streaming.png b/assets/img/sponsors/umich-library-streaming.png new file mode 100644 index 0000000..f639469 Binary files /dev/null and b/assets/img/sponsors/umich-library-streaming.png differ