Skip to content

Commit

Permalink
typo fix and added demo site info
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Nov 12, 2023
1 parent 4ccb991 commit 58daff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/types.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id,title,github,image,short_description,description,points,collection,coll-link,skin-type,demo,tutorial,experimental
sheets,Sheets,https://github.com/CollectionBuilder/collectionbuilder-sheets,full-sheets-page.png,"A <span class='text-success text-uppercase'>Google-Sheets-driven template</span> designed for loading collection metadata directly from a CSV","The SHEETS template enables live collaboration to prototype collections with minimal set up and unique learning experiences. Build and share collections generated directly from a Google Sheet, a local CSV, or an external (hosted) CSV.",Focus on the spreadsheet with live updates as metadata changes; Great for records-only sites; Minimal repository work; Same great CollectionBuilder framework.,SHEETS Demo Site,,,https://collectionbuilder.github.io/collectionbuilder-sheets/,https://collectionbuilder.github.io/cb-docs/docs/walkthroughs/sheets-walkthrough/,
gh,GitHub Pages,https://github.com/CollectionBuilder/collectionbuilder-gh,gh-base.jpg,"A <span class='text-success text-uppercase'>lightweight, learning-focused template</span> designed for free hosting on GitHub Pages","This is a great option for learning, teaching, quick prototyping, or just testing! A complete collection can be built entirely via the GitHub web interface.","Classroom Projects;One-off Collections;Learning about Git, Static Web Technologies, web development and design;Data transformation",`GH Starter Site,https://collectionbuilder.github.io/collectionbuilder-gh/,,https://collectionbuilder.github.io/collectionbuilder-gh/,https://collectionbuilder.github.io/cb-docs/docs/walkthroughs/gh-walkthrough/
csv,CSV,https://github.com/CollectionBuilder/collectionbuilder-csv,csv-queered.jpg,"<span class='text-success text-uppercase'>Our most and flexible template</span> designed for developing exhibits on your local computer","CSV is our most robust, flexible, and customizable template, allowing users to efficiently develop collections via their local computer and serving them from anywhere!","Flexible object locations and representations;Designed for easier customization and creating new visualizations;Fully self-contained projects;Focus on metadata and curate items from anywhere",Idaho Queered,https://www.lib.uidaho.edu/queered/,,https://compound-1lqv.onrender.com/,https://collectionbuilder.github.io/cb-docs/docs/walkthroughs/csv-walkthrough/,
csv,CSV,https://github.com/CollectionBuilder/collectionbuilder-csv,csv-queered.jpg,"<span class='text-success text-uppercase'>Our most robust and flexible template</span> designed for developing exhibits on your local computer","CSV is our most robust, flexible, and customizable template, allowing users to efficiently develop collections via their local computer and serving them from anywhere!","Flexible object locations and representations;Designed for easier customization and creating new visualizations;Fully self-contained projects;Focus on metadata and curate items from anywhere",Idaho Queered,https://www.lib.uidaho.edu/queered/,,https://compound-1lqv.onrender.com/,https://collectionbuilder.github.io/cb-docs/docs/walkthroughs/csv-walkthrough/,
5 changes: 4 additions & 1 deletion _includes/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ <h2 class=" font-italic text-center display-5 bg-dark text-white p-4 mb-3 ">
<a href="{{ type.github}}" target="_blank" class="btn my-3 btn-lg btn-outline-success w-50 ">Make your own! <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg></a>
<a href="https://collectionbuilder.github.io/cb-examples/browse.html#CB-{{type.id | upcase }}" target="_blank" class="btn my-3 btn-lg btn-outline-secondary w-50">See examples</a>

<a href="https://collectionbuilder.github.io/cb-examples/browse.html#CB-{{type.id | upcase }}" target="_blank" class="btn my-3 btn-lg btn-outline-secondary w-50">See examples</a>
{% if type.demo %}
<a href="{{ type.demo }}" target="_blank" class="btn my-2 btn-lg btn-success col-9 w-75">See a Demo Version</a>
{% endif %}
{% endunless%}

</div>
Expand Down

0 comments on commit 58daff4

Please sign in to comment.