Champlain Tech Journals
Notes, code, and lab write-ups from my Champlain College courses
- Source Code (opens in new tab) + Source Code(opens in new tab)diff --git a/index.html b/index.html index a3de997..92c6309 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@
I'm a cybersecurity student from the Northeast USA. I do security engineering at the Leahy Center in Burlington, VT.
-You can find most of my personal stuff on my Codeberg (opens in new tab) account.
+You can find most of my personal stuff on my Codeberg(opens in new tab) account.
Notes, code, and lab write-ups from my Champlain College courses
- Source Code (opens in new tab) + Source Code(opens in new tab)A Flutter app to track and analyze health data
- Source Code (opens in new tab) + Source Code(opens in new tab)© Charlotte Croce
+If you like the colors of this website, check out my VS Code Theme(opens in new tab)
diff --git a/style.css b/style.css index e974468..db7d172 100644 --- a/style.css +++ b/style.css @@ -337,6 +337,12 @@ footer { margin: 0 var(--space-xs); } +.theme-note { + margin-top: var(--space-md); + padding: var(--space-sm) var(--space-md); + display: inline-block; +} + /* Dark mode */ .dark-mode { --pink-50: #3A2A35;