uk-tre / website

UK Trusted Research Environment community website
https://www.uktre.org
MIT License
1 stars 2 forks source link

Create skeleton for the website design #16

Closed harisood closed 8 months ago

harisood commented 12 months ago

Detail

Before we decide what method to use for the website (ReadtheDocs, website builder, WordPress, raw code), we should layout design plans for the website.

The simplest thing would be to wireframe the ideal design for the website, to discuss with the CMWG.

Actions

Who can help

@Davsarper

harisood commented 11 months ago

This website design should include a skeleton design of the resource hub, and a reference place for finding pre-existing working groups

harisood commented 11 months ago

Very rough design here: https://www.figma.com/file/CMqf18C3SbRiDApxKYbxf8/UK-TRE-Webpage?type=design&node-id=0%3A1&mode=design&t=QJmODZUyQeDuNdgb-1

JimMadge commented 10 months ago

Some suggestions for the tech side,

JimMadge commented 10 months ago

Also, on the CMS side, although you get an easier path to contribution for many, you will probably also add burden on the management side, particularly if the CMS depends on a database.

We will either need to have someone to manage the CMS, updates, security or add that into the hosting costs.

harisood commented 10 months ago

Thanks @JimMadge! Agreed, I will explore the above and see what makes the most sense

hardakerm commented 10 months ago

A pin for the inspiration board: https://erimote.eu/home

In particular, I think the map on the home page showing the participating institutions and their subject area is a cool visual. We could do a map of the UK and colour code participating institutions by university/government/private/etc... or similar.

Also has a cool "Information Platform" with a searchable tagging system

The tabs for their working groups/events/etc. look very similar to what we've discussed but maybe worth a glance as well at formatting, etc.

I don't know the backend complexities of getting any of this onto a website, but it doesn't look exceptionally sophisticated, so I assume it'd be easy enough.

harisood commented 10 months ago

FWIW Lyndsey let me know the SSI website is based on Drupal, but was built by an external agency

harisood commented 9 months ago

I spent a bit of time last week looking through a few CMS options (Hugo, Ghost, Drupal, Wix/Webflow, Astro, Next.js...). My take is for now it would be good to go with an option we know will last beyond March (therefore don't need to pay for it, so Static Site Generator (SSG)), and go with something where it'll be easy to get it quickly set up. I got a local version of Hugo up and running super fast so thinking that might be the place to start - as @JimMadge mentioned too it'll be easier to migrate away from something like Hugo (where it's all text files) in the future than e.g. webflow, wordpress etc where it's platform dependent.

WDWT?

Davsarper commented 9 months ago

9 Jan meeting discussion

These are some on the fly notes about the discussion held to decide

harisood commented 9 months ago

Community management meeting - 09/01/24 - consensus is to proceed at this stage with Hugo

Davsarper commented 9 months ago

Next step is producing an absolute minimum that serves for the community to review

harisood commented 9 months ago

HS to develop MVP and share with group for review

Davsarper commented 9 months ago

https://themes.gohugo.io/ lots of good templates for Hugo

harisood commented 9 months ago

Initially looking to use this theme: https://themes.gohugo.io/themes/hugo-bootstrap-theme/

Need to check:

See here -> https://getbootstrap.com/docs/5.3/getting-started/accessibility/

Davsarper commented 9 months ago

for accesibility ref https://www.ed.ac.uk/about/website/accessibility/our-approach-to-website-accessibility-testing

harisood commented 9 months ago

I have made some progress! Need to figure out how to share it effectively so you can build your own local versions, for now here are some screenshots

Image Image

JimMadge commented 9 months ago

The accent colours not quite matching the logo colour is setting me off :smile:.

harisood commented 9 months ago

I lazily tried to remember the hex code for the logo and got it wrong, couldn't be bothered to fix - will update in next iteration

manics commented 9 months ago

https://github.com/uk-tre/website/blob/8b00a7e20fd25cad398675f651336f6f7063b72e/docs/_static/uktre-logo.svg#L78

#33CCCC

JimMadge commented 9 months ago

Realised my only comment was negative 🤦.

I like the layout. The navbar works well, the key sections are visible but it isn't cluttered. We have the links to GitHub and Slack. The home page hits all of the key points. I like the layout, with wide sections and columns alternating. Maybe too many exclamation points?

harisood commented 9 months ago

This version has been deployed to GH pages here: https://uk-tre.github.io/hugo-website/.

Will be using this repo to keep developing it out!

Davsarper commented 9 months ago

6 Feb