A Linktree-type webpage that is built using HTML, JavaScript, and JSON.
<noscript> banner/text in case JavaScript is not turned on.The included JavaScript looks at the links.json file and creates a link element for each JSON object.
By default, each JSON element contains the link text (label) and the link path (href). This can be modified to include additional data, such as CSS classes, IDs, custom attributes, and more.
If additional data is included in JSON, ensure that each object contains the same key-value pair. For example:
{"linkItems": [
{"label": "Portfolio", "href": "https://sammyharper.com", "style": "portfolio_link"},
{"label": "Terrabyte", "href": "https://terrabyte.eco", "style": "terrabyte_link"}
]}