Quartznet website. https://quartznet.info/
  • Svelte 83.3%
  • CSS 11.5%
  • HTML 2.8%
  • TypeScript 2.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-03-08 15:59:53 +00:00
cypress Migrating to Svelte User management not done. Footer not done Nav user management icon not positioned correctly 2020-08-19 23:54:15 +10:00
scripts Migrating to Svelte User management not done. Footer not done Nav user management icon not positioned correctly 2020-08-19 23:54:15 +10:00
src Preload banner image 2021-02-21 10:46:18 +00:00
static Move padding directly to links and add color transition - Add more space for the links making it easier to click. - Add spacing between text and underline which looks nicer. - Add 0.1s linear transition to all link colors. 2021-03-08 15:59:53 +00:00
.gitignore Added .gitignore. 2020-08-22 17:36:21 +01:00
cypress.json Migrating to Svelte User management not done. Footer not done Nav user management icon not positioned correctly 2020-08-19 23:54:15 +10:00
LICENSE Changed LICENSE from GPLv3 to AGPLv3. - AGPLv3 license taken from https://choosealicense.com/licenses/agpl-3.0/# 2020-08-19 10:00:20 +01:00
package-lock.json Added package-lock.json so we can make sure the same packages are used across machines when testing. - I think it makes sense to commit this. Also testing out a git hook for deploying. 2020-08-20 11:08:51 +01:00
package.json Updated to work with live site Added components from somewhere fixed some css background image 2020-08-20 19:56:24 +10:00
README.md Update README.md 2021-01-28 11:19:38 +00:00
rollup.config.js Migrating to Svelte User management not done. Footer not done Nav user management icon not positioned correctly 2020-08-19 23:54:15 +10:00

quartznet.info

We are a small team developing software and games.

This is our company website with information on us, our products etc. The website is in a work in progress and subject to change.

Powered by svelte.

Building

  1. npm install

  2. npx sapper export

Serving

  1. npm run dev

License

See LICENSE for more details.