Skip to content

Static resources for the PASS UI to be deployed separately from pass-ember

License

Notifications You must be signed in to change notification settings

jhu-sheridan-libraries/pass-ui-public

 
 

Repository files navigation

pass-ui-static

PASS is an application which provides a unified user interface that allow its users to deposit their manuscripts into multiple repositories as required by applicable funding agency's public access policies.

This repository holds most of the static assets used by the dynamic application (pass-ui found here). There are some important HTML pages that the Ember app links to. Also importantly, a configuration is defined here that can inform the Ember app about where various assets can be loaded.

pass-ui-static
  |- assets/
  |- fonts/
  |- img/
  |
  |- 404.html
  |- about.html
  |- contact.html
  |- faq.html
  |- index.html
  |- logout.html
  |
  |- favicon.ico
  |- config.json

config.json

{
  "assetsUri": "/",
  "branding": {
    "homepage": "https://www.harvard.edu/",
    "logo": "img/logo-final.svg",
    "stylesheet": "assets/branding.css",
    "favicon": "favicon.ico",
    "pages": {
      "aboutUrl": "", // optional
      "contactUrl": "", // optional
      "faqUrl": "" // optional
    }
  }
}

URLs in this file are relative to the project root

  • branding.homepage: the logo will link here
  • branding.logo: the image to use as the logo
  • stylesheet: url where the branding stylesheet is located
  • 'favicon': where Ember can find the favicon

About

Static resources for the PASS UI to be deployed separately from pass-ember

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.0%
  • HTML 24.0%