some changes to design
This commit is contained in:
@@ -53,8 +53,8 @@ metadata: bqkc-repository
|
||||
organization-name: "{B/qKC}: a Black queer archive"
|
||||
organization-link: https://1800nasi.net/bqkc/
|
||||
# Add logo image links if you would like them to appear in banner and footer. Delete or leave blank to remove logos.
|
||||
organization-logo-banner: https://www.lib.uidaho.edu/collectionbuilder/cdil-black.png
|
||||
organization-logo-nav: https://www.lib.uidaho.edu/collectionbuilder/cdil-white.png
|
||||
organization-logo-banner: false
|
||||
organization-logo-nav: false
|
||||
|
||||
##########
|
||||
# ROBOTS EXCLUDE
|
||||
|
||||
@@ -2,8 +2,6 @@ display_name,stub,dropdown_parent
|
||||
Home,/,
|
||||
Browse,/browse.html,
|
||||
Subjects,/subjects.html,
|
||||
Locations,/locations.html,
|
||||
Map,/map.html,
|
||||
Timeline,/timeline.html,
|
||||
Data,/data.html,
|
||||
About,/about.html,
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
color_class,color
|
||||
primary,
|
||||
secondary,
|
||||
success,
|
||||
info,
|
||||
warning,
|
||||
danger,
|
||||
light,
|
||||
dark,
|
||||
primary,#a4c9e8
|
||||
secondary,black
|
||||
success,black
|
||||
info,#578bb5
|
||||
warning,#578bb5
|
||||
danger,#a83259
|
||||
light,white
|
||||
dark,#080812
|
||||
|
||||
|
@@ -109,8 +109,8 @@ bootswatch: # leave blank or comment out for plain bootstrap
|
||||
base-font-size: 1.2em
|
||||
text-color: "#191919"
|
||||
link-color: "#0d6efd"
|
||||
base-font-family: # comment out for bootstrap defaults. e.g. Roboto
|
||||
font-cdn: # add font stylesheet, e.g. <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
||||
base-font-family: "'Space Mono', monospace"
|
||||
font-cdn: <link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=space-mono:400" rel="stylesheet" />
|
||||
|
||||
# THEME ICONS [optional!]
|
||||
# default icons can be overridden or new icons can be added using "icons" object
|
||||
|
||||
BIN
assets/img/ANIMATION_LOGO__bqkc.mp4
Normal file
BIN
assets/img/ANIMATION_LOGO__bqkc.mp4
Normal file
Binary file not shown.
@@ -5,11 +5,13 @@ permalink: /about.html
|
||||
# include CollectionBuilder info at bottom
|
||||
credits: true
|
||||
# featured-image value can be one objectid for a photo object in this collection, a relative path to an image in this project, or a full url to any image. If left blank, no featured image will appear at top of About page.
|
||||
about-featured-image: demo_031
|
||||
about-featured-image: <video autoplay muted playsinline loop style="height:40px;">
|
||||
<source src="assets/img/ANIMATION_LOGO__bqkc.mp4" type="video/mp4">
|
||||
</video>
|
||||
# set background-position for featured image, "center", "top", "bottom"
|
||||
position: bottom
|
||||
position: center
|
||||
# major heading to display over featured image
|
||||
heading: About the Collection
|
||||
heading: "About {B/qKC}"
|
||||
# paragraph text below heading in featured image
|
||||
sub-heading:
|
||||
# additional padding added to the feature to increase size. Give value in em or px, e.g. "5em".
|
||||
@@ -18,7 +20,7 @@ padding: 6em
|
||||
# Look in _includes/feature for options to easily add features to the page
|
||||
---
|
||||
|
||||
## About CollectionBuilder CSV
|
||||
## {B/qKC} is a decentralized, community archive of Black queer midwestern history.
|
||||
|
||||
This demo collection features items from the University of Idaho Library's [Digital Collections](https://www.lib.uidaho.edu/digital/), and is build using [CollectionBuilder-CSV](https://github.com/CollectionBuilder/collectionbuilder-csv).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user