website/index.html
Charlotte Croce 294b80d468 4-19
2025-04-19 23:18:29 -04:00

114 lines
No EOL
5.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Charlotte Croce - Cybersecurity student and developer">
<title>Charlotte Croce - ./charlotte.sh</title>
<link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header>
<nav aria-label="Main navigation">
<div class="container">
<a href="/" class="logo">./charlotte.sh</a>
<button class="menu-toggle" aria-expanded="false" aria-controls="primary-menu" aria-label="Toggle menu">
<i data-lucide="menu" id="menu-icon" aria-hidden="true"></i>
<i data-lucide="x" id="close-icon" style="display: none;" aria-hidden="true"></i>
</button>
<ul class="nav-links" id="primary-menu">
<li><a href="/">Home</a></li>
<li><a href="/resume" aria-current="page">Resume</a></li>
<li><a href="https://github.com/charlottecroce" target="_blank" rel="noopener noreferrer">GitHub <i
data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span
class="visually-hidden">(opens in new tab)</span></a></li>
<li><a href="https://git.charlotte.sh/lotte" target="_blank" rel="noopener noreferrer">Forgejo <i
data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span
class="visually-hidden">(opens in new tab)</span></a></li>
<li><a href="https://linkedin.com/in/charlottecroce" target="_blank" rel="noopener noreferrer">LinkedIn <i
data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span
class="visually-hidden">(opens in new tab)</span></a></li>
<li>
<button class="theme-toggle" aria-label="Toggle dark mode">
<i data-lucide="moon" id="moon-icon" aria-hidden="true"></i>
<i data-lucide="sun" id="sun-icon" style="display: none;" aria-hidden="true"></i>
</button>
</li>
</ul>
</div>
</nav>
</header>
<main id="main-content">
<div class="container">
<section class="intro">
<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 coding projects at <a href="https://git.charlotte.sh/lotte" target="_blank"
rel="noopener noreferrer">git.charlotte.sh<i data-lucide="external-link" class="icon-small"
aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a></p>
</section>
<section class="projects">
<h2>My Projects</h2>
<div class="project-grid">
<article class="project">
<h3>Fylgja SOC</h3>
<p>A domain-specific language (DSL) for managing an ELK SIEM. Includes a CLI and SlackBot interface</p>
<a href="https://git.charlotte.sh/lotte/fylgja" 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>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>
</article>
<article class="project">
<h3>Nøkken Health</h3>
<p>A Flutter app to track and analyze health data</p>
<a href="https://git.charlotte.sh/lotte/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>
</div>
</main>
<footer>
<div class="container">
<ul class="social-links">
<li><a href="https://github.com/charlottecroce" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://codeberg.org/charlottecroce" target="_blank" rel="noopener noreferrer">Codeberg</a></li>
<li><a href="https://git.charlotte.sh/lotte" target="_blank" rel="noopener noreferrer">Forgejo</a></li>
<li><a href="https://linkedin.com/in/charlottecroce" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
<li><a href="https://hachyderm.io/@charlotte200" target="_blank" rel="noopener noreferrer me">Mastodon</a></li>
<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>
<script src="script.js"></script>
</body>
</html>