diff --git a/.gitignore b/.gitignore index 65c35e0..c691a56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public resources -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +.DS_Store diff --git a/m2.nz/assets/css/custom.css b/m2.nz/assets/css/custom.css index a5ce349..1d76479 100644 --- a/m2.nz/assets/css/custom.css +++ b/m2.nz/assets/css/custom.css @@ -1,3 +1,8 @@ .link-cv { background-color: #3f88de; +} + +.link-quic { + background-color: #e5490b; + /* background-color: #444444; */ } \ No newline at end of file diff --git a/m2.nz/assets/icons/quic.svg b/m2.nz/assets/icons/quic.svg new file mode 100644 index 0000000..181440f --- /dev/null +++ b/m2.nz/assets/icons/quic.svg @@ -0,0 +1,44 @@ + + + + + + + diff --git a/m2.nz/config.toml b/m2.nz/config.toml index 605c696..046e405 100644 --- a/m2.nz/config.toml +++ b/m2.nz/config.toml @@ -58,6 +58,7 @@ disableKinds = ["taxonomy", "term"] # { whatsapp = "https://wa.me/phone-number" }, # { x = "https://x.com/username" }, # { youtube = "https://youtube.com/username" }, + { quic = { href = "https://account.quic.nz/refer/19099", text = "Quic Broadband" } }, ] [module] diff --git a/m2.nz/static/.DS_Store b/m2.nz/static/.DS_Store deleted file mode 100644 index 9c72540..0000000 Binary files a/m2.nz/static/.DS_Store and /dev/null differ