Compare commits
19 Commits
Author | SHA1 | Date | |
---|---|---|---|
438ea43945
|
|||
8e903c8106
|
|||
358801abbd
|
|||
597950196f
|
|||
1aba005dd6
|
|||
e4888eedbc
|
|||
d5dea3f072
|
|||
c1684a9a87
|
|||
67da48126f
|
|||
6fe6837f24
|
|||
0380706ccf
|
|||
4d20ff60e2
|
|||
f83a48595f
|
|||
c4b107dc66
|
|||
9c9ab58503
|
|||
024f870cf5
|
|||
a65d2d573c
|
|||
71d95f844e
|
|||
24b49bfb34
|
@@ -1,3 +0,0 @@
|
||||
## 1.0.0 - 2024-01-24
|
||||
### Added
|
||||
* Started brand new website
|
@@ -1,3 +0,0 @@
|
||||
## 2.0.0 - 2024-01-24
|
||||
### Changed
|
||||
* Button styling updated to match the other buttons
|
@@ -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).
|
@@ -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_
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,4 +15,3 @@ jsconfig.json
|
||||
hugo_stats.json
|
||||
go.sum
|
||||
yarn.lock
|
||||
.idea/*
|
||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user