Skip to content

Commit

Permalink
Resources and get involved
Browse files Browse the repository at this point in the history
  • Loading branch information
harisood committed Jan 31, 2024
1 parent 4fc91a8 commit 0658b25
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 19 deletions.
2 changes: 2 additions & 0 deletions config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ buildFuture: true
taxonomies:
tag: tags
category: categories
tag_resource_type: tag_resource_types
tag_resource_topic: tag_resource_topics


6 changes: 6 additions & 0 deletions content/getinvolved/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Get Involved
layout: getinvolved/index
description: Great to have you here! Please see the different ways you can get involved below
url: /getinvolved
---
2 changes: 1 addition & 1 deletion content/groups/current/sde_tre_terminology/charter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Charter"

## Background

xxxxx
xxxx

## Targets

Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h6 class="card-subtitle mb-2 text-body-secondary">
{{ .Summary | truncate 200 }}
{{ end }}
</p>
<a type="button" class="btn btn-branded" href="{{ .Params.register_url }}">
<a type="button" class="btn btn-branded" href="{{ .Params.register_url }}" target="_blank">
Register
</a>
<p class=" card-text mt-3">
Expand Down
47 changes: 47 additions & 0 deletions layouts/_default/getinvolved/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{{ define "main" }}

<section class="section padded container">
<h1>{{ .Title }}</h1>
<p>{{ .Description }}</p>
</section>

<section class="section padded container my-3">
<div class="row justify-content-center text-center mt-lg-3">
<div class="col-lg-4">
<svg xmlns='http://www.w3.org/2000/svg' class='feather text-violet feather-big' width="4em" height="4em">
<use href="{{ `images/feather/feather-sprite.svg#mail` | relURL }}" />
</svg>
<h3 class="h3">Join the mailing list</h3>
<p>Our primary source for community announcements and discussions</p>
<a type="'button" class="btn btn-branded"
href="https://www.jiscmail.ac.uk/cgi-bin/wa-jisc.exe?SUBED1=UK-TRE-COMM&A=1" target="_blank">Join
list</a>
</div>
<div class="col-lg-4">
<svg xmlns='http://www.w3.org/2000/svg' class='feather text-violet feather-big' width="4em" height="4em">
<use href="{{ `images/feather/feather-sprite.svg#slack` | relURL }}" />
</svg>
<h3 class="h3">Chat to us on Slack</h3>
<p>A more informal space for working groups and community members to chat directly</p>
<a type="'button" class="btn btn-branded"
href="https://join.slack.com/t/uktrecommunity/shared_invite/zt-26r7jz25d-J5iV0XoqyLepEiKk4XpJVg"
target="_blank">Join
Slack</a>
</div>
<div class="col-lg-4">
<svg xmlns='http://www.w3.org/2000/svg' class='feather text-violet feather-big' width="4em" height="4em">
<use href="{{ `images/feather/feather-sprite.svg#github` | relURL }}" />
</svg>
<h3 class="h3">Star our repos</h3>
<p>We have a GitHub organisation, where we track all community tasks and discuss thorny issues</p>
<a type="'button" class="btn btn-branded" href="https://github.com/uk-tre" target="_blank">Star GitHub
repos</a>
</div>
</div>
</section>

<section class="section padded container">
Or <a href="mailto:[email protected]">send us an email</a>.
</section>

{{ end }}
26 changes: 13 additions & 13 deletions layouts/_default/index.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{{ define "main" }}

<section class="section bd-masthead">
<div class="container-xxl">
<div class="col-md-8 mx-auto text-center my-5">
<img class="d-block mx-auto mb-3 img-fit" src="{{ `images/uktre-logo.svg` | relURL }}" alt="UK TRE Logo">
<h1 class="display-4 fw-semibold mb-3">Welcome to the UK TRE Community!</h1>
<p class="lead mb-4">{{ .Site.Params.Description }}</p>
<button type="button" class="btn btn-branded">Get involved</button>
</div>
<div class="container-xxl">
<div class="col-md-8 mx-auto text-center my-5">
<img class="d-block mx-auto mb-3 img-fit" src="{{ `images/uktre-logo.svg` | relURL }}" alt="UK TRE Logo">
<h1 class="display-4 fw-semibold mb-3">Welcome to the UK TRE Community!</h1>
<p class="lead mb-4">{{ .Site.Params.Description }}</p>
<a type="button" class="btn btn-branded" href="/getinvolved">Get involved</a>
</div>
</section>
</div>
</section>

<section class="section padded container my-3">
{{ partial "features" . }}
{{ partial "features" . }}
</section>

<section class="section padded container my-2">
{{ partial "blurb" . }}
{{ partial "blurb" . }}
</section>

<section class="section padded container my-3">
{{ partial "actions" . }}
{{ partial "actions" . }}
</section>

<section class="section padded container">
{{ partial "contact" . }}
</section>
{{ partial "contact" . }}
</section>

{{ end }}
6 changes: 3 additions & 3 deletions layouts/partials/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class="card-title">Events</h4>
</p>

</div>
<button type=button class="btn btn-branded">Go to events</button>
<a type=button class="btn btn-branded" href="/events">Go to events</a>
</div>
</div>
<div class="col-lg-4">
Expand All @@ -20,7 +20,7 @@ <h4 class="card-title">Resources</h4>
See what resources the community has created
</p>
</div>
<button type=button class="btn btn-branded">Explore resources</button>
<a type=button class="btn btn-branded" href="/resources">Explore resources</a>
</div>
</div>
<div class="col-lg-4">
Expand All @@ -31,7 +31,7 @@ <h4 class="card-title">Working groups</h4>
See what work is currently taking place in the community, as well as past and planned working groups
</p>
</div>
<button type=button class="btn btn-branded">See working groups</button>
<a type=button class="btn btn-branded" href="/groups">See working groups</a>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion layouts/partials/contact.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="text-center">
<h1 class="text-secondary">Get involved</h1>
<p>We'd love for you to get involved with the community!</p>
<p>See the Get Involved page for details on how to start with the community.</p>
<p>See the <a href="/getinvolved">Get Involved</a> page for details on how to start with the community.</p>
<p>Or simply use the button below to sign up for our mailing list to keep up with the latest developments!</p>
<button type=button class="btn btn-branded"> Sign up for the mailing list
</div>
37 changes: 37 additions & 0 deletions templates/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: "<INSERT TITLE OF RESOURCE>"
description: "<INSERT SHORT DESCRIPTION OF RESOURCE>"
owners:
- <INSERT OWNER OF RESOURCE>
- (optional - complete or delete) <INSERT OWNER OF RESOURCE>
- (optional - complete or delete) <INSERT OWNER OF RESOURCE>
url: resources/<INSERT URL OF RESOURCE>
tags:
- resource
tag_resource_types:
- <INSERT TAG FOR TYPE OF RESOURCE IN LOWER CASE - DEFAULT TAGS ["code", "papers", "videos", "articles", "templates"]>
- (optional - complete or delete) <INSERT TAG FOR TYPE OF RESOURCE IN LOWER CASE - DEFAULT TAGS ["code", "papers", "videos", "articles", "templates"]>
- (optional - complete or delete) <INSERT TAG FOR TYPE OF RESOURCE IN LOWER CASE - DEFAULT TAGS ["code", "papers", "videos", "articles", "templates"]>
tag_resource_topics:
- <INSERT TAG FOR TYPE OF RESOURCE IN LOWER CASE - DEFAULT TAGS ["tre_infrastructure", "toolkits_and_packages", "information_governance"]
- (optional - complete or delete) <INSERT TAG FOR TYPE OF RESOURCE IN LOWER CASE - DEFAULT TAGS ["tre_infrastructure", "toolkits_and_packages", "information_governance"]
- (optional - complete or delete) <INSERT TAG FOR TYPE OF RESOURCE IN LOWER CASE - DEFAULT TAGS ["tre_infrastructure", "toolkits_and_packages", "information_governance"]
draft: false
layout: resources/resource_page
---

# [INSERT TITLE OF RESOURCE]

**Type:** [INSERT TYPE OF RESOURCE]

**Topic:** [INSERT TOPIC RESOURCE IS COVERING]

**Link:** [INSERT LINK TO RESOURCE]

**Owner(s):** [INSERT OWNERS OF RESOURCE]

**Licence:** [INSERT LICENCE OF RESOURCE]

## Information

[ADD ANY ADDITIONAL INFORMATION HERE - the more detail the better for our community!]

0 comments on commit 0658b25

Please sign in to comment.