Improve footer, link policies

This commit is contained in:
2024-02-14 12:21:32 +00:00
parent 2dad9d70c3
commit a986a22363
4 changed files with 57 additions and 36 deletions

View File

@@ -10,21 +10,19 @@ filename = 'sitemap.xml'
priority = -1
[imaging]
bgColor = '#ffffff'
hint = 'photo'
quality = 85
resampleFilter = 'MitchellNetravali'
bgColor = '#ffffff'
hint = 'photo'
quality = 85
resampleFilter = 'MitchellNetravali'
[params]
company = "Leigh Hackspace CIC"
company_number = "09404083"
copyright_years = "2023"
contact_email = "info@leighhack.org"
description = "Leigh Hackspace is a hackspace located in the north-west of England."
calendarUrl = "https://api.leighhack.org/events.ics"
[params.social]
twitter = 'leigh_hackspace'
# Header links
[menu]
[[menu.main]]
@@ -44,7 +42,7 @@ weight = 3
[[menu.main]]
name = "Blog"
pageRef = "/blog"
pageRef = "blog"
weight = 4
[[menu.main]]
@@ -57,6 +55,21 @@ name = "Events"
pageRef = "events"
weight = 6
[[menu.policies]]
name = "Code of Conduct"
pageRef = "policies/code_of_conduct"
weight = 1
[[menu.policies]]
name = "Disputes"
pageRef = "policies/disputes"
weight = 2
[[menu.policies]]
name = "CCTV Policy"
pageRef = "policies/cctv_policy"
weight = 3
# Social links
[[params.social_links]]
name = "mastodon"
@@ -92,4 +105,3 @@ icon = "fab fa-github-alt"
name = "discourse"
url = "https://discourse.leighhack.org"
icon = "fab fa-discourse"

View File

@@ -10,7 +10,7 @@ subtitle: How we manage our CCTV facility
## Introduction
The hackspace uses closed circuit television (CCTV) images to protect the hackspaces property and to provide a safe and secure environment for employees and visitors to the hackspaces premises. This policy sets out the details of how the hackspace will collect, use and store CCTV images.
The hackspace uses closed circuit television (CCTV) images to protect the hackspaces property and to provide a safe and secure environment for members and visitors to the hackspaces premises. This policy sets out the details of how the hackspace will collect, use and store CCTV images.
The hackspaces CCTV facility will only record images. There is no audio recording i.e. conversations are not recorded on CCTV.
@@ -63,7 +63,7 @@ All requests for disclosure and access to images will be documented, including t
Under the UKs data protection laws, including the General Data Protection Regulation (GDPR), individuals have the right on request to receive a copy of the personal data that the hackspace holds about them, including CCTV images if they are recognisable from the image.
If you wish to access any CCTV images relating to you, you must make a written request to the hackspaces directors. This can be done by using this email address [info@leighhack.org](mailto:info@leighhack.org). The hackspace will usually not make a charge for such a request, but we may charge a reasonable fee if you make a request which is manifestly unfounded or excessive, or is repetitive. Your request must include the date and approximate time when the images were recorded and the location of the particular CCTV camera, so that the images can be easily located and your identity can be established as the person in the images.
If you wish to access any CCTV images relating to you, you must make a written request to the hackspaces directors. This can be done by using this email address [info@leighhack.org](mailto:info@leighhack.org). The hackspace will usually not make a charge for such a request, but we may charge a reasonable fee if you make a request which is manifestly unfounded, excessive, or is repetitive. Your request must include the date and approximate time when the images were recorded and the location of the particular CCTV camera, so that the images can be easily located and your identity can be established as the person in the images.
The hackspace will usually respond promptly and in any case within one month of receiving a request. However, where a request is complex or numerous the hackspace may extend the one month to respond by a further two months.
@@ -81,7 +81,6 @@ Covert recording is specifically barred by Leigh Hackspace CIC and its directors
The hackspace will ensure that all members handling CCTV images or recordings are trained in the operation and administration of the CCTV system and on the impact of the laws regulating data protection and privacy with regard to that system.
## Data Protection
The hackspace will process the personal data collected in connection with the operation of the CCTV policy in accordance with its data protection policy and any internal privacy notices in force at the relevant time. Inappropriate access or disclosure of this data will constitute a data breach and should be reported immediately to the directors in accordance with the hackspace's data protection policy.

View File

@@ -1,6 +1,6 @@
---
title: Code of Conduct
subtitle:
subtitle: Rules for our community
---
Leigh Hackspace is a shared community workspace that offers the
@@ -86,5 +86,5 @@ you report it by emailing [info@leighack.org](mailto:info@leighhack.org).
## Questions?
If you have questions, please feel free to [contact us](mailto:info@leighhack.org).
Text derived from the GCC project Code of Conduct, used under
the Creative Commons Attribution license.
Text derived from the [GCC project Code of Conduct](https://gcc.gnu.org/conduct.html), used under
the [Creative Commons Attribution-ShareAlike license](https://creativecommons.org/licenses/by-sa/4.0/).

View File

@@ -1,10 +1,9 @@
<footer class="footer _footer--sticky is-black has-text-white">
<div class="container">
<div class="columns">
<div class="column is-1 is-pull-right-touch is-hidden-mobile">
<img src="{{ absURL "images/rose_logo.svg" }}" alt="The logo of Leigh Hackspace">
</div>
</div>
<div class="column is-4">
<h4 class="title is-size-6 has-text-white">Leigh Hackspace</h4>
@@ -12,34 +11,44 @@
Unit 3.14, Leigh Spinners Mill<br>
Park Lane, Leigh <br>
WN7 2LB <br>
<a href="mailto:info@leighhack.org">info@leighhack.org</a>
<a href="mailto:{{ .Site.Params.contact_email }}">{{ .Site.Params.contact_email }}</a>
</address>
</div>
<div class="column is-5-mobile is-4">
<div class="column is-5-mobile is-2 has-text-right has-text-left-mobile">
<h4 class="title is-size-6 has-text-white">Site Links</h4>
<div class="columns">
<div class="column">
<ul class="has-text-white is-size-6 ">
{{- range site.Menus.main }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{- end }}
{{- range site.Menus.main }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{- end }}
</ul>
</div>
</div>
</div>
<div class="column">
<h4 class="title is-6 has-text-white">Socials</h4>
<div class="column is-5-mobile is-2 has-text-right has-text-left-mobile">
<h4 class="title is-size-6 has-text-white">Policies</h4>
<div class="columns">
<div class="column is-4">
<div class="column">
<ul class="has-text-white is-size-6 ">
{{- with .Site.Params.social_links }}
{{ range . -}}
<li><a href="{{ .url | safeURL }}" target="_blank" rel="noopener me" title="{{ .name | humanize }}">{{ .name | humanize }}</a></li>
{{ end }}
{{- range site.Menus.policies }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{- end }}
</ul>
</div>
</div>
</div>
<div class="column is-5-mobile is-2 has-text-right has-text-left-mobile">
<h4 class="title is-6 has-text-white ">Socials</h4>
<div class="columns">
<div class="column">
<ul class="has-text-white is-size-6 ">
{{- range .Site.Params.social_links }}
<li><a href="{{ .url | safeURL }}" target="_blank" rel="noopener me"
title="{{ .name | humanize }}">{{ .name | humanize }}</a></li>
{{- end }}
</ul>
</div>
@@ -48,16 +57,17 @@
</div>
<div class="columns is-vcentered is-size-6 is-multiline has-text-grey mt-4">
<div class="columns is-vcentered is-size-6 is-multiline has-text-grey mt-4 has-text-right has-text-left-mobile">
<div class="column is-10-desktop is-offset-1-desktop">
<div class="level">
<div class="level-left">
</div>
<div class="level-right has-text-right">
<p>&copy; {{ .Site.Params.company }} {{ .Site.Params.copyright_years }} | Initial website design by <a href="https://www.studiocosmos.co.uk"
target="_blank" rel="noopener">COSMOS</a><br/>
{{ .Site.Title }} is a trading name of {{ .Site.Params.Company }}, registered in England & Wales No. <a href="https://find-and-update.company-information.service.gov.uk/company/{{ .Site.Params.company_number }}">{{ .Site.Params.company_number }}</a></p>
<div class="level-right">
<p>&copy; {{ .Site.Params.company }} {{ .Site.Params.copyright_years }} | Initial website design
by <a href="https://www.studiocosmos.co.uk" target="_blank" rel="noopener">COSMOS</a><br />
{{ .Site.Title }} is a trading name of {{ .Site.Params.Company }}, registered in England &
Wales No. <a href="https://find-and-update.company-information.service.gov.uk/company/{{ .Site.Params.company_number }}">{{ .Site.Params.company_number }}</a></p>
</div>
</div>