This commit is contained in:
Charlotte Croce 2025-04-19 00:09:32 -04:00
parent d1f04364a7
commit 45ef5a1a64
2 changed files with 10 additions and 3 deletions

View file

@ -43,7 +43,7 @@
<h1>Hi! I'm Charlotte</h1>
<h2>About Me</h2>
<p>I'm a cybersecurity student from the Northeast USA. I do security engineering at the Leahy Center in Burlington, VT.</p>
<p>You can find most of my personal stuff on my <a href="https://codeberg.org/charlottecroce" target="_blank" rel="noopener noreferrer">Codeberg <i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a> account.</p>
<p>You can find most of my personal stuff on my <a href="https://codeberg.org/charlottecroce" target="_blank" rel="noopener noreferrer">Codeberg<i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a> account.</p>
</section>
<section class="projects">
@ -52,13 +52,13 @@
<article class="project">
<h3>Champlain Tech Journals</h3>
<p>Notes, code, and lab write-ups from my Champlain College courses</p>
<a href="https://codeberg.org/charlottecroce/ChamplainTechJournals" target="_blank" rel="noopener noreferrer">Source Code <i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a>
<a href="https://codeberg.org/charlottecroce/ChamplainTechJournals" target="_blank" rel="noopener noreferrer">Source Code<i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a>
</article>
<article class="project">
<h3>Nøkken Health</h3>
<p>A Flutter app to track and analyze health data</p>
<a href="https://codeberg.org/charlottecroce/nokken" target="_blank" rel="noopener noreferrer">Source Code <i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a>
<a href="https://codeberg.org/charlottecroce/nokken" target="_blank" rel="noopener noreferrer">Source Code<i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a>
</article>
</div>
</section>
@ -75,6 +75,7 @@
<li><a href="https://bookwyrm.social/user/lottie" target="_blank" rel="noopener noreferrer">BookWyrm</a></li>
</ul>
<p>&copy;<span id="current-year"></span> Charlotte Croce</p>
<p class="theme-note">If you like the colors of this website, check out my <a href="https://marketplace.visualstudio.com/items?itemName=charlotte-dev.fruitbasket-theme" target="_blank" rel="noopener noreferrer">VS Code Theme<i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a></p>
</div>
</footer>

View file

@ -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;