Git Product home page Git Product logo

omeka-s-theme's Introduction

Foundation for Sites Template

Please open all issues with this template on the main Foundation for Sites repo.

This is the basic starter project for Foundation for Sites 6. It includes a Sass compiler and a starter HTML file for you.

Installation

To use this template, your computer needs:

This template can be installed with the Foundation CLI, or downloaded and set up manually.

Using the CLI

Install the Foundation CLI with this command:

npm install foundation-cli --global

Use this command to set up a blank Foundation for Sites project with this template:

foundation new --framework sites --template basic

The CLI will prompt you to give your project a name. The template will be downloaded into a folder with this name.

Manual Setup

To manually set up the template, first download it with Git:

git clone https://github.com/zurb/foundation-sites-template projectname

Then open the folder in your command line, and install the needed dependencies:

cd projectname
npm install

Finally, run npm start to run the Sass compiler. It will re-run every time you save a Sass file.

omeka-s-theme's People

Contributors

kimisgold avatar dependabot-preview[bot] avatar

Stargazers

Sean P. Myrick V19.1.7.2 avatar

Watchers

Lincoln Mullen avatar Ida Akiwumi avatar James Cloos avatar Sean P. Myrick V19.1.7.2 avatar

Forkers

seanpm2001

omeka-s-theme's Issues

"Schedules" block on the home page

  • Can we pick a different schedule to display on the home page? Unfortunately this is one of the ones that got a purple cast because of the way NARA makes us do the photographing.

  • Should that "schedules" block link to the browse page from the navigation, rather than to the Schedules item set?

Opening States/Denomination Families in Locations/Denominations Browse Pages

On the Denomination and Locations browse pages, when you click on a state or a denomination family, it opens up a new indented section below that lists all the counties in that state, or all denominations in that denomination family. This works great and give me what I expect to see! However, trying to close that state or denomination family and open a different one is bit more confusing. Right now, it seems like the way to close them is to click on a different state/denomination family. This closes the previous one, and opens the new one. Is this designed that way on purpose?
If the denomination family, for example, if very small (ex. Adventists) and only contains a few denominations, this works well, as you can see the rest of the family to choose from. But if it is, for example, a state with many counties, you have to scroll down a lot to even see the other states you could pick. Would something like an accordion view be possible? So when you click on a state or denomination family, it opens to allow you to view what is inside (counties/denominations), and then if you click the state or denomination family again, it would close, and allow you to pick something else? Not a super pressing issue, but could prevent lots of scrolling.
Screen Shot 2020-11-11 at 12 54 40 PM
Screen Shot 2020-11-11 at 12 55 06 PM

Minor dashboard number display issues

These are minor questions for the dashboard blocks on the Omeka home page:

  • Can the percentage of schedules digitized be rounded to a single decimal place?

  • Can we use a comma separator between the thousands in "schedules per denomination"?

homepage - tab order

Tab order for the image links and the table seems out of order. After tabbing from Schedules image/link to SCHEDULES PER COUNTY table links, the tab actually skips that table and goes to the table on the far right SCHEDULES PER DENOMINATION (Southern Baptist Convention | 13146 specifically), before it goes to the bottom table.

Visually, this lets the page jump up (when the user should be tabbing down), then to the right going down, then moves back to the left.

mobile - denominations - use HTTP/2

According to Lighthouse, HTTP/2 offers many benefits over HTTP/1.1, including binary headers, multiplexing, and server push.

Screen Shot 2020-11-11 at 10 34 57 AM

Here's a screenshot of the links pertaining to this. Let me know If you'll need me to link any of them here.

Screen Shot 2020-11-11 at 10 35 15 AM

Navigation menu text and order

This is a question that @gswain2 first thought of.

We know that the static home page site and the Omeka site are distinct CMSes, but that's not a distinction that should matter to the user.

We currently have these links in the navigation:

  • Home (links to Omeka home page)
  • Browse
  • Locations
  • Denominations
  • Schedule Map
  • American Religious Ecologies (links to project home page)

I'd suggest revising that to something like this:

  • Project Home (or American Religious Ecologies home?)
  • 1926 Census Overview (not quite sure about wording here)
  • Denominations
  • Locations
  • Map of Schedules
  • Browse Schedules

I could also see putting "project home" at the bottom of the list where it is currently. The order here follows the draft text in #47.

Other ideas?

Help text for schedules map page

How about some text at the top of this page with some instructions:

Click on a state and then a county to see the schedules available in a particular location. If many schedules are available, you can then use the "browse all" link to see every schedule in that location.

Images with no alt-text or values

A number of images that I don't believe are solely decorative have no alt-text or the like throughout the site.
Homepage:
Screen Shot 2020-10-29 at 1 24 40 PM
Screen Shot 2020-10-29 at 1 24 45 PM

American Religious Ecologies 'Why' Page:
Screen Shot 2020-10-29 at 1 13 22 PM

Visualizations:
Screen Shot 2020-10-29 at 1 07 13 PM
Screen Shot 2020-10-29 at 1 14 54 PM

Keyboard Access Alerts ANDI

On the Items page, the omeka items have keyboard access alerts stating that they may only be clicked on with a mouse. ANDI on Mac.

(note: I used the trackpad on my laptop and could click them but was unsure if that was the same thing or not).

Image:
Screen Shot 2020-10-29 at 1 43 12 PM

Skipped heading level on home page

Using a Mac Book Pro on Firefox, WAVE shows that the heading, "The Census Bureau and American Congregations," is classified as a heading 3 while "The 1926 U.S. Census of Religious Bodies" shows as heading 1. Thus, there is a skipped heading level — number 2.
Screen Shot 2020-10-29 at 1 46 16 PM

Omeka home page text should include some "how to use"

Perhaps a brief paragraph at the end about the browse interface, the maps, and the locations. How would this work?

There are several ways of browsing the schedules from the 1926 Census of Religious Bodies. By using the denominations [LINK] you can look for congregations that were part of the 214 denominations that the Census Bureau counted. By using the locations [LINK] page you can find schedules from a particular state and county, and you can also see navigate the schedules geographically with the map of schedules [LINK]. If you have a more complex query to narrow down which schedules you want to see, use the browse interface [LINK].

mobile - denominations - webfont load

According to Lighthouse, ensure text remains visible during webfont load
Screen Shot 2020-11-11 at 10 55 00 AM

This is the link pertaining to the above screenshot
…fonts/fa-solid-900.woff2

Browse page does not have images come up for list of items

When I click on Browse page, these placeholders pop up instead of the thumbnail photo of the item. It seemed to me that there should be thumbnail images of each schedules instead of a list of the item name. (Using Safari on MacBook Air).
Screen Shot 2020-10-29 at 12 29 44 PM

No clear return button or way to get back to Location page once in specific location

Once you click into a location and explore around, something about the way the gray bar showing how far up the page you are makes you want to go back to the initial location tab/page, but if you click the left arrow at the top of the browser window, it takes me back to the browse tab which was the last page I was on. (Using Safari on MacBook Air).
Screen Shot 2020-10-29 at 12 35 52 PM

mobile -denominations - render blocking resources affecting load time

browse page - color contrast on filters

The dropdown texts "Select a filter" is throwing 4 alerts on ANDI about contrast. For 2 alerts (text in dropdown) maybe the text should be a darker grey/black or the background should be a lighter grey/white.

The other 2 alerts have to do with the outline of the dropdowns when they are tabbed over.
Screen Shot 2020-11-02 at 4 18 28 PM

Empty Heading Level on Denominations Page

I am seeing an empty heading level on the Denominations page using WAVE on a Mac. It doesn't look like an issue simply on the page but I thought it may confuse some people who use screen readers. Image following.

Screen Shot 2020-10-29 at 1 28 28 PM

ANDI issue with tables on homepage

ANDI reports the tables on the homepage about schedule counts per denomination has no "scope." I'm not sure if that signals a coding issue (says a solution could be to include more cells), but personally I think it might be nice to add a sentence to explain or prepare the user to view the table. Also more padding generally between the tables and images on the homepage might be more aesthetically pleasing.
Screen Shot 2020-10-29 at 12 19 49 PM
Screen Shot 2020-10-29 at 12 20 23 PM

browse page - missing labels on fields

WAVE is alerting to the Denomination Family and State/Territory fields as missing labels. Also when I use VOU on these dropdowns while tabbing, it reads "edit text Main".
Screen Shot 2020-11-02 at 2 52 14 PM
Screen Shot 2020-11-02 at 2 52 31 PM

Ordering of item sets and schedules

The default ordering throughout seems to be data created in descending order. I'm not sure that is meaningful to the user. Is there a different default that we can use?

Update listing of states/territories

We discussed in Slack updating the state items to include just the items that reflect the country in 1926. But let's discuss before doing that.

homepage -- image on top of main header

At least when I look at it on my browser, the photograph/link to "Denominations" obscures a portion of the main header text.
image
I am attempting to paste in a screenshot.

browse page - sort by title mix

When I click sort by title, at least on the Southern Baptist Convention filter, there is one image which has 99 in the name, but it's in between 990 and 989. Not sure if this mixup is happening with many others or if it's just this one.
Screen Shot 2020-11-02 at 4 54 23 PM

Schedule Map Error on Omeka

The Schedule Map tab on Omeka pulls nothing up but an error message. It may not be ready yet but I wanted y'all to be aware. Image attached. On a Mac.
Screen Shot 2020-10-29 at 1 30 38 PM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.