Commit Graph

42 Commits

Author SHA1 Message Date
timmay92 0ec4da854a
Update home.html
Updated contact details in feedback section
2024-03-22 10:44:26 +00:00
alicevthompson 2e06be51a5 Update home.html
Update home layout with CSV download guide
2022-10-21 09:53:20 +01:00
Alice Thompson 0ef55c40ee
Update home.html
Add link to credits section of ICMS extension
2022-06-20 15:16:53 +01:00
Alice Thompson 0becb707d3
Update home.html
Add link to public website IDSS project page credits section
2022-06-20 15:01:09 +01:00
ISEALElizabeth 740cc20d8e
Update fsc.html
Updated FSC contact information for the FSC extension with Benjamin Kimuri
2022-06-20 09:52:57 -04:00
alicevthompson 33fd9454eb feedback updated
Add contact information for ICMS extension
2022-06-17 14:22:57 +01:00
Alan Orth 10eacaaada
site: fix links to old alanorth repository 2022-05-25 20:41:15 +03:00
Alan Orth 1a437ec408
site: add credits section 2022-03-01 21:24:38 +03:00
Marie-Angélique Laporte f5634a5433 updating download links for rdf files 2022-02-16 09:14:40 +01:00
Alan Orth 6970aec24a
site: style buttons for required elements
We wanted a way to increase the findability of required elements in
addition the the "required" badge on the element's information box.
This styles the button in the module grouping as well.
2022-02-14 21:43:38 +03:00
alicevthompson bf4f6d64d9 Revert "Update home.html"
This reverts commit 8196511460.
2022-02-14 16:06:27 +00:00
alicevthompson 8196511460
Update home.html
Add Performance module to template.
2022-02-14 15:46:33 +00:00
Alan Orth 1f8a56a626
site/layouts: update for Assurance module
Have to update the navigation and module headings.
2022-02-08 21:26:04 +03:00
Alan Orth 46fa1cf901
site/layouts: add new FSC modules
Peter changed these...
2022-02-07 21:55:16 +03:00
Alan Orth 3fb98fc5d8
site/layouts: remove empty class 2022-02-06 22:59:44 +03:00
Alan Orth 703eecfd5d
site: add link icon to each element
For easy copying.
2022-02-06 22:51:47 +03:00
Alan Orth b00d39a7bd
site/layouts: add modules section to FSC layout 2022-02-06 22:11:50 +03:00
Alan Orth 1678ec077e
site/layouts: add cluster to partialCached key
When we cache the output of partials we get duplicate elements be-
cause both ISEAL and FSC have "Scope", "Certificate", etc modules.
We need to use the cluster as an extra key for the partial cache
so these don't overlap.

See: https://gohugo.io/functions/partialcached/
2022-02-06 21:32:45 +03:00
Alan Orth 2c789ea9a4
site/layouts: adjust fsc layout for modules
Adjust the FSC layout to group modules together.
2022-02-06 21:17:47 +03:00
Alan Orth 008ff55695
site/layouts: use bubble buttons for elements
I got rid of these when initially trying to group the elements for
each module together under their clusters, but actually now there
are less elements so we can keep this bubble style. A bonus is that
we don't need to figure out how to delimit by comma in Hugo's Go
templates (the last one is always tricky).
2022-02-06 21:04:20 +03:00
Alan Orth 89c6228770
site/layouts: link to modules in top table 2022-02-06 21:00:54 +03:00
Alan Orth 503da470df
site/layouts: group elements by module
Group elements by module within each cluster.
2022-02-06 20:58:42 +03:00
Alan Orth 24ff4048b6
site: remove old comment in HTML template 2022-02-06 17:59:19 +03:00
Alan Orth 12134512e8
site: add ISEAL logo 2022-02-03 21:37:53 +03:00
adamISEAL 8cd468b0ce Update home.html
Table update 'impact' to 'evaluation'
2022-02-03 15:30:14 +00:00
Alan Orth 16b183f36b
site: update URLs to iseal-community 2022-01-07 14:26:50 +02:00
Alan Orth d8065f0634 site/layouts: add new FSC extension
We use a custom style block in the base that defaults to ISEAL, but
gets overridden in the FSC layout. Layout is determined in the term
frontmatter, either "home" or "fsc".
2021-12-21 19:07:16 +02:00
Alan Orth 683a240ec8
site: fix order of navigation 2021-12-21 18:14:54 +02:00
Alan Orth baf534efd5
Update references to shema-fields.csv 2021-12-20 12:04:11 +02:00
Alan Orth f059918c40
Re-work download section
I don't like the "hanging" icons now that I look again. Better to
use normal Bootstrap columns and rows here with the icons in the
header. I need to figure out how to add spacing between these when
we are on small devices and the columns stack, though!
2021-12-13 10:22:46 +02:00
Alan Orth 9f88a0ab44
site/layouts: use table for clusters
This is better than a list.
2021-12-12 22:02:43 +02:00
Alan Orth 060ce5e556
site: add download section
Use something similar to Bootstrap's "Hanging icons" example from
the Bootstrap 5.1 docs.

See: https://getbootstrap.com/docs/5.1/examples/features/
2021-12-12 21:13:46 +02:00
Alan Orth 46b31f4585
site/layouts: add CC-BY-SA-4.0 text to footer 2021-12-02 10:51:12 +02:00
Alan Orth f42227914f
layouts/_default/term.html: use code for element
Use a monospace font for the element name so it is unambiguous.
2021-12-01 15:11:38 +02:00
Alan Orth 71bcd1092c site: apply principles from ISEAL branding guidelines
The ISEAL Branding Guidelines Version 3.0 (June 2021) say we should
use Arial font for online material and it specifies the RGB values
to use for headings, sub-headings, and body text. It also specifies
four secondary colors to be used in support of the primary colors.
2021-12-01 15:08:02 +02:00
Alan Orth a86e0dfc1f
site: fix grammar in intro 2021-12-01 11:59:42 +02:00
Alan Orth 10f24ad093
site: add clusters and modules
Re-organize content and navigation around the concept of clusters
and modules. Elements that have suggested field names are displayed
prominently near the top of each cluster.

I am still exploring how to present the clusters and modules better.
Perhaps as a badge on each element?
2021-11-26 12:01:18 +02:00
Alan Orth 4827b2b0d4
site: align required badges with text 2021-11-26 12:00:31 +02:00
Alan Orth 48d91378d1
layouts/_default/home.html: update intro blurb
Use some text from the draft ISEAL Core proposal.
2021-11-07 21:02:31 +02:00
Alan Orth a7140f3d3d
layouts: Use "element" instead of "field"
ISEAL refers to these as elements instead of fields.
2021-11-07 16:16:00 +02:00
Alan Orth 32949819ac
Update name of project
After discussing with ISEAL I see that the preferred name for this
project is "ISEAL Core Metadata Set".
2021-11-03 21:58:10 +02:00
Alan Orth 286896486e
Add initial version of schema specification site
After running the util/generate_docs.py script to parse and extract
the metadata term specifications and their controlled vocabularies,
we use Hugo to generate the HTML site. The HTML site uses Bootstrap
with several ISEAL brand colors gleaned from the corporate website.
2021-11-01 08:27:41 +02:00