This commit is contained in:
Charlotte Croce 2025-04-19 23:18:29 -04:00
parent 8efa9abcc8
commit 294b80d468
4 changed files with 17 additions and 59 deletions

View file

@ -1,51 +0,0 @@
name: Deploy to GitHub Pages
on:
# Trigger deployment on push to main branch
push:
branches: [ main ]
# Allow manual trigger from Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Only allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create .nojekyll file
run: touch .nojekyll
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

1
CNAME
View file

@ -1 +0,0 @@
charlotte.sh

View file

@ -29,7 +29,7 @@
<li><a href="https://github.com/charlottecroce" target="_blank" rel="noopener noreferrer">GitHub <i <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 data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span
class="visually-hidden">(opens in new tab)</span></a></li> class="visually-hidden">(opens in new tab)</span></a></li>
<li><a href="https://codeberg.org/charlottecroce" target="_blank" rel="noopener noreferrer">Codeberg <i <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 data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span
class="visually-hidden">(opens in new tab)</span></a></li> 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 <li><a href="https://linkedin.com/in/charlottecroce" target="_blank" rel="noopener noreferrer">LinkedIn <i
@ -53,14 +53,23 @@
<h2>About Me</h2> <h2>About Me</h2>
<p>I'm a cybersecurity student from the Northeast USA. I do security engineering at the Leahy Center in <p>I'm a cybersecurity student from the Northeast USA. I do security engineering at the Leahy Center in
Burlington, VT.</p> Burlington, VT.</p>
<p>You can find most of my personal stuff on my <a href="https://codeberg.org/charlottecroce" target="_blank" <p>You can find most of my coding projects at <a href="https://git.charlotte.sh/lotte" target="_blank"
rel="noopener noreferrer">Codeberg<i data-lucide="external-link" class="icon-small" 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> account.</p> aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a></p>
</section> </section>
<section class="projects"> <section class="projects">
<h2>My Projects</h2> <h2>My Projects</h2>
<div class="project-grid"> <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"> <article class="project">
<h3>Champlain Tech Journals</h3> <h3>Champlain Tech Journals</h3>
<p>Notes, code, and lab write-ups from my Champlain College courses</p> <p>Notes, code, and lab write-ups from my Champlain College courses</p>
@ -72,7 +81,7 @@
<article class="project"> <article class="project">
<h3>Nøkken Health</h3> <h3>Nøkken Health</h3>
<p>A Flutter app to track and analyze health data</p> <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 <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 data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span
class="visually-hidden">(opens in new tab)</span></a> class="visually-hidden">(opens in new tab)</span></a>
</article> </article>
@ -86,6 +95,7 @@
<ul class="social-links"> <ul class="social-links">
<li><a href="https://github.com/charlottecroce" target="_blank" rel="noopener noreferrer">GitHub</a></li> <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://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://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://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> <li><a href="https://bookwyrm.social/user/lottie" target="_blank" rel="noopener noreferrer">BookWyrm</a></li>

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Charlotte Croce - Resume"> <meta name="description" content="Charlotte Croce - Resume">
<title>Resume - Charlotte Croce</title> <title>Resume - Charlotte Croce</title>
<link rel="stylesheet" href="../style.css"> <link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script> <script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
</head> </head>
@ -173,7 +173,7 @@
</div> </div>
</footer> </footer>
<script src="../script.js"></script> <script src="script.js"></script>
</body> </body>
</html> </html>