19 Commits

Author SHA1 Message Date
438ea43945 change registry
All checks were successful
Build an image to deploy website / build (push) Successful in 1m32s
2024-01-24 14:21:06 +01:00
8e903c8106 change registry
All checks were successful
Build an image to deploy website / build (push) Successful in 1m40s
2024-01-24 13:38:46 +01:00
358801abbd change registry
Some checks failed
Build an image to deploy website / build (push) Failing after 1m27s
2024-01-24 13:36:13 +01:00
597950196f change registry
Some checks failed
Build an image to deploy website / build (push) Failing after 1m33s
2024-01-24 13:34:08 +01:00
1aba005dd6 debug
Some checks failed
Build an image to deploy website / build (push) Failing after 1m30s
2024-01-24 13:29:18 +01:00
e4888eedbc debug
Some checks failed
Build an image to deploy website / build (push) Failing after 1m7s
2024-01-24 13:27:59 +01:00
d5dea3f072 debug
Some checks failed
Build an image to deploy website / build (push) Failing after 1m16s
2024-01-24 13:21:54 +01:00
c1684a9a87 docker build
Some checks failed
Build an image to deploy website / build (push) Failing after 1m42s
2024-01-24 13:09:22 +01:00
67da48126f docker build
Some checks failed
Build an image to deploy website / build (push) Successful in 48s
Build an image to deploy website / publish (push) Failing after 1s
2024-01-24 11:30:37 +01:00
6fe6837f24 docker build
Some checks failed
Build an image to deploy website / build (push) Failing after 3s
Build an image to deploy website / publish (push) Failing after 3s
2024-01-24 11:28:04 +01:00
0380706ccf docker build
Some checks failed
Build an image to deploy website / build (push) Failing after 5s
2024-01-24 11:20:37 +01:00
4d20ff60e2 docker build
Some checks failed
Build an image to deploy website / build (push) Failing after 1m31s
2024-01-24 11:10:34 +01:00
f83a48595f add go
All checks were successful
Build an image to deploy website / build (push) Successful in 53s
2024-01-24 10:59:11 +01:00
c4b107dc66 add go
Some checks failed
Build an image to deploy website / build (push) Failing after 39s
2024-01-24 10:56:16 +01:00
9c9ab58503 add go
Some checks failed
Build an image to deploy website / build (push) Failing after 20s
2024-01-24 10:54:51 +01:00
024f870cf5 add go
Some checks failed
Build an image to deploy website / build (push) Failing after 12s
2024-01-24 10:54:04 +01:00
a65d2d573c add go
Some checks failed
Build an image to deploy website / build (push) Failing after 18s
2024-01-24 10:53:22 +01:00
71d95f844e Setup docker image and CI
Some checks failed
Build an image to deploy website / build (push) Failing after 40s
2024-01-24 10:49:16 +01:00
24b49bfb34 Setup docker image and CI
Some checks failed
Build an image to deploy website / build (push) Failing after 1m13s
2024-01-24 10:46:27 +01:00
8 changed files with 1 additions and 71 deletions

View File

@@ -1,3 +0,0 @@
## 1.0.0 - 2024-01-24
### Added
* Started brand new website

View File

@@ -1,3 +0,0 @@
## 2.0.0 - 2024-01-24
### Changed
* Button styling updated to match the other buttons

View File

@@ -1,6 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

View File

@@ -1,26 +0,0 @@
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '* {{.Body}}'
kinds:
- label: Added
auto: minor
- label: Changed
auto: major
- label: Deprecated
auto: minor
- label: Removed
auto: major
- label: Fixed
auto: patch
- label: Security
auto: patch
newlines:
afterChangelogHeader: 1
beforeChangelogVersion: 1
endOfVersion: 1
envPrefix: CHANGIE_

3
.gitignore vendored
View File

@@ -14,5 +14,4 @@ resources
jsconfig.json
hugo_stats.json
go.sum
yarn.lock
.idea/*
yarn.lock

View File

@@ -1,15 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.0.0 - 2024-01-24
### Changed
* Button styling updated to match the other buttons
## 1.0.0 - 2024-01-24
### Added
* Started brand new website

View File

@@ -92,18 +92,6 @@ header.header {
padding-top: 0rem;
}
.navbar {
.btn-primary {
background-color: $orange;
border: 1px solid $orange;
color: white;
&:hover {
background-color: $chill-orange;
border: 1px solid $chill-orange;
}
}
}
main > section {
&.hero {
height: 100vh;
@@ -116,10 +104,6 @@ main > section {
background-color: $orange;
color: white;
border-color: $orange;
&:hover {
background-color: $chill-orange;
border: 1px solid $chill-orange;
}
}
}
&.section-1 {