updated md stuff

Signed-off-by: Ash Entwisle <ash.entwisle@protonmail.com>
issue/index
Ash Entwisle 2023-09-21 13:09:08 +00:00
parent 42abdf5eff
commit f183d05be9
No known key found for this signature in database
GPG Key ID: 0E3CBB6B4BE9FE33
3 changed files with 23 additions and 60 deletions

View File

@ -1,47 +1,11 @@
# Astro Starter Kit: Minimal
# HullCSS Website
```sh
npm create astro@latest -- --template minimal
```
This is the source code for the HullCSS website.
It is built with Astro and is hosted on Cloudflare Pages.
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)
## License
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
This project is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html),
this can also be found in the `LICENSE.md` file in the root of the repository.
## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
├── public/
├── src/
│ └── pages/
│ └── index.astro
└── package.json
```
Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
Any static assets, like images, can be placed in the `public/` directory.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).

View File

@ -8,8 +8,6 @@ const tags: string[] = frontmatter.description.split(" ").filter((word: any, ind
return self.indexOf(word) === index;
});
import "../styles.scss"
---
<Boilerplate title={frontmatter.title} description={frontmatter.description} keywords={tags}>

View File

@ -6,7 +6,7 @@ layout: ../layouts/Markdown.astro
# Legal
Here are all of our policies that we require you to follow when using our services and participating in our events and community,
Here are all of our policies that we require you to follow when using our services and participating in our events and community,
if you have any questions about these policies, please contact us [here](/#contact).
All views expressed on this site are solely those of the Society (HullCSS).
You may print, download or store a copy of these terms for yourself. They are a legal agreement between us and can only be changed with our consent.
@ -14,7 +14,7 @@ We may change these terms at any time, and we reserve the right to do so.
**If you do not agree to these conditions, please cease use of the Site immediately**
These terms are taken and addapted from the [University of Hull's Terms and Conditions](https://www.hull.ac.uk/Legal/Terms-and-conditions) for use by HullCSS.
These terms are taken and adapted from the [University of Hull's Terms and Conditions](https://www.hull.ac.uk/Legal/Terms-and-conditions) for use by HullCSS.
## Terms
@ -32,19 +32,19 @@ If you find any information that is incorrect, please contact us [here](/#contac
We will try to correct any errors as soon as possible.
You should ensure the information you send us is accurate and up to date, and does not contain any offensive or illegal content.
This includes but is not limited to: hate speech, illegal content, personal information, libel, slander, or any other content of the sort.
This includes but is not limited to: hate speech, illegal content, personal information, libel, slander, or any other content of the sort.
We may ask you to provide proof that the corrections you provide are accurate, and we reserve the right to refuse to make any changes to our site based on the information you provide.
We make no representations that the information on our site is accurate, complete or up to date, and we do not accept liability for any loss or damage caused by inaccurate information
We make no representations that the information on our site is accurate, complete or up to date, and we do not accept liability for any loss or damage caused by inaccurate information
and you should independently verify any of the information on our site before relying upon it.
We accept no liability and offer no warranties in trelation to this site and the content on it, to the fullest extent such liability can be excluded by law.
We accept no liability and offer no warranties in relation to this site and the content on it, to the fullest extent such liability can be excluded by law.
## Intellectual Property
### Media
All content on this site (images, blogposts and all other forms of media), unless otherwise stated, is owned by HullCSS and protected under [CC By-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
All content on this site (images, blog posts and all other forms of media), unless otherwise stated, is owned by HullCSS and protected under [CC By-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
### Source Code
@ -54,22 +54,22 @@ The source code for this site is licensed under the [GNU Affero General Public L
### Logo
Our logo is either a Hashtag `#` or the hashtag with the text `HullCSS` following it `# HullCSS`.
The Foreground colour of the logo is `#a0ff5c` with an offset shadow with the colour `#617958`.
The background colour of the logo is either transparent or `#282c34`.
The Foreground colour and the background colour may be swapped depending on clarity and contrast.
The text and the hash must use the [Jetbrains Mono](https://github.com/JetBrains/JetBrainsMono) fontface.
Our logo is either a Hashtag `#` or the hashtag with the text `HullCSS` following it (`# HullCSS`).
The Foreground colour of the logo is `#a0ff5c` with an offset shadow with the colour `#617958`.
The background colour of the logo is either transparent or `#282c34`.
The Foreground colour and the background colour may be swapped depending on clarity and contrast.
The text and the hash must use the [Jetbrains Mono](https://github.com/JetBrains/JetBrainsMono) fontface.
### Font
We use the [Jetbrains Mono](https://github.com/JetBrains/JetBrainsMono) fontface for all of our text on our site and in our logo.
It is licensed under the [Open Folts Licence v1.1](https://github.com/JetBrains/JetBrainsMono/blob/master/OFL.txt)
It is licensed under the [Open Fonts License v1.1](https://github.com/JetBrains/JetBrainsMono/blob/master/OFL.txt)
### Colours
The colour theme we use is based off of the [Atom One-Dark](https://github.com/atom/one-dark-ui) theme, with some slight modifications.
You can find the colours we use in the sites tailwind config file.
The original OneDark theme is licensed under the [MIT Licence](https://github.com/atom/one-dark-ui/blob/master/LICENSE.md).
You can find the colours we use in the sites tailwind config file.
The original OneDark theme is licensed under the [MIT License](https://github.com/atom/one-dark-ui/blob/master/LICENSE.md).
## Links to Other Sites and External Policies
@ -78,7 +78,7 @@ Nor are we affiliated with these sites, unless otherwise stated.
We do not accept liability for any loss or damage that may arise from your use of them.
You must do your due diligence when using these sites, and ensure that you follow their policies.
We are not responsible for any reprecussions that resulted from a failiure to follow the policies of sites we link to.
We are not responsible for any repercussions that resulted from a failure to follow the policies of sites we link to.
## Codes of Conduct
@ -95,7 +95,7 @@ These can be found here:
We try to use as little analytics as possible, but we do use some to help us improve our site and services.
We collect rough location data and basic browser information through [Cloudflare Analytics](https://www.cloudflare.com/web-analytics/) but we do no store any Personal Identifiable Information.
We do not store any cookies on your device and we dont plan to for the forseeable future.
We do not store any cookies on your device and we don't plan to for the forseeable future.
## Legal Jurisdiction
@ -116,3 +116,4 @@ You may not assign or transfer your rights under this agreement.
If any part of these terms is found to be unenforceable as a matter of law, all other parts of these terms shall be unaffected and shall remain in force.
We may change these terms at any time and without notice by updating this page, a history of changes can be found on our [GitHub](/links/github).