Commit Graph

30 Commits

Author SHA1 Message Date
1f8a56a626
site/layouts: update for Assurance module
Have to update the navigation and module headings.
2022-02-08 21:26:04 +03:00
46fa1cf901
site/layouts: add new FSC modules
Peter changed these...
2022-02-07 21:55:16 +03:00
3fb98fc5d8
site/layouts: remove empty class 2022-02-06 22:59:44 +03:00
703eecfd5d
site: add link icon to each element
For easy copying.
2022-02-06 22:51:47 +03:00
b00d39a7bd
site/layouts: add modules section to FSC layout 2022-02-06 22:11:50 +03:00
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
2c789ea9a4
site/layouts: adjust fsc layout for modules
Adjust the FSC layout to group modules together.
2022-02-06 21:17:47 +03:00
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
89c6228770
site/layouts: link to modules in top table 2022-02-06 21:00:54 +03:00
503da470df
site/layouts: group elements by module
Group elements by module within each cluster.
2022-02-06 20:58:42 +03:00
24ff4048b6
site: remove old comment in HTML template 2022-02-06 17:59:19 +03:00
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
16b183f36b
site: update URLs to iseal-community 2022-01-07 14:26:50 +02:00
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
683a240ec8
site: fix order of navigation 2021-12-21 18:14:54 +02:00
baf534efd5
Update references to shema-fields.csv 2021-12-20 12:04:11 +02:00
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
9f88a0ab44
site/layouts: use table for clusters
This is better than a list.
2021-12-12 22:02:43 +02:00
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
46b31f4585
site/layouts: add CC-BY-SA-4.0 text to footer 2021-12-02 10:51:12 +02:00
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
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
a86e0dfc1f
site: fix grammar in intro 2021-12-01 11:59:42 +02:00
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
4827b2b0d4
site: align required badges with text 2021-11-26 12:00:31 +02:00
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
a7140f3d3d
layouts: Use "element" instead of "field"
ISEAL refers to these as elements instead of fields.
2021-11-07 16:16:00 +02:00
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
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