Skip to content

Commit 0fd39d0

Browse files
Updated references
1 parent c5b59d5 commit 0fd39d0

7 files changed

Lines changed: 81 additions & 33 deletions

File tree

BuiltByAnnaGaleano/.DS_Store

0 Bytes
Binary file not shown.

BuiltByAnnaGaleano/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2>Menu</h2>
149149

150150
<!-- Footer -->
151151
<footer id="footer">
152-
<p class="copyright">&copy; 2025 Anna Galeano. All rights reserved.<br>
152+
<p class="copyright">&copy; 2026 Anna Galeano. All rights reserved.<br>
153153
Design: <a href="https://html5up.net">HTML5 UP</a> (Modified)</p>
154154
</footer>
155155

BuiltByAnnaGaleano/assets/css/main.css

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,19 @@ a:hover {
11041104
margin-top: 1rem;
11051105
}
11061106

1107+
.project-links .btn {
1108+
text-align: center;
1109+
}
1110+
1111+
a:focus-visible,
1112+
button:focus-visible,
1113+
input:focus-visible,
1114+
.btn:focus-visible,
1115+
.social-link:focus-visible {
1116+
outline: 3px solid var(--accent-light);
1117+
outline-offset: 2px;
1118+
}
1119+
11071120
/* ========================================
11081121
RESEARCH SECTION
11091122
======================================== */
@@ -1667,6 +1680,14 @@ a:hover {
16671680
.projects-grid {
16681681
grid-template-columns: 1fr;
16691682
}
1683+
1684+
.project-links {
1685+
flex-wrap: wrap;
1686+
}
1687+
1688+
.project-links .btn {
1689+
width: 100%;
1690+
}
16701691

16711692
.project-card.featured {
16721693
grid-column: span 1;
@@ -1692,6 +1713,16 @@ a:hover {
16921713
.hero-cta {
16931714
justify-content: center;
16941715
}
1716+
1717+
.hero-terminal {
1718+
margin-top: 2rem;
1719+
margin-bottom: 2rem;
1720+
}
1721+
1722+
.hero-terminal .terminal-container {
1723+
width: 100%;
1724+
max-width: 100%;
1725+
}
16951726

16961727
/* Responsive timeline - collapse to single column */
16971728
.timeline-wrapper {
@@ -1772,6 +1803,25 @@ a:hover {
17721803
.terminal-content {
17731804
padding: 1rem;
17741805
}
1806+
1807+
.terminal-input-wrapper {
1808+
align-items: flex-start;
1809+
gap: 0.5rem;
1810+
flex-direction: column;
1811+
}
1812+
1813+
.terminal-prompt {
1814+
margin-right: 0;
1815+
font-size: 0.8rem;
1816+
white-space: normal;
1817+
word-break: break-word;
1818+
}
1819+
1820+
.terminal-input {
1821+
width: 100%;
1822+
min-width: 0;
1823+
font-size: 1rem;
1824+
}
17751825

17761826
.gallery-grid {
17771827
grid-template-columns: 1fr;

BuiltByAnnaGaleano/certifications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ <h2>Menu</h2>
319319

320320
<!-- Footer -->
321321
<footer id="footer">
322-
<p class="copyright">&copy; 2025 Anna Galeano. All rights reserved.<br>
322+
<p class="copyright">&copy; 2026 Anna Galeano. All rights reserved.<br>
323323
Design: <a href="https://html5up.net">HTML5 UP</a> (Modified)</p>
324324
</footer>
325325

BuiltByAnnaGaleano/index.html

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<body class="is-preload">
1414
<div id="site-loader" class="site-loader" aria-hidden="true">
1515
<div id="loader-logo-shell" class="loader-logo-shell">
16-
<img id="loader-logo-image" class="loader-logo-image" src="files/LogoTrans.png" alt="Anna Galeano logo" aria-hidden="true">
1716
<video
1817
id="loader-logo-video"
1918
class="loader-logo-video"
2019
muted
2120
playsinline
2221
preload="auto"
22+
poster="files/LogoTrans.png"
2323
aria-hidden="true"
2424
>
2525
<source src="files/AnnaLogo.mp4" type="video/mp4">
@@ -62,16 +62,16 @@ <h1 class="hero-title">
6262
</p>
6363

6464
<div class="hero-social">
65-
<a href="https://linkedin.com/in/connectedanna" target="_blank" class="social-link">
65+
<a href="https://linkedin.com/in/connectedanna" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Open LinkedIn profile">
6666
<i class="fab fa-linkedin-in"></i>
6767
</a>
68-
<a href="https://github.com/VersatileVariable" target="_blank" class="social-link">
68+
<a href="https://github.com/VersatileVariable" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Open GitHub profile">
6969
<i class="fab fa-github"></i>
7070
</a>
71-
<a href="mailto:agalean@clemson.edu" class="social-link">
71+
<a href="mailto:agalean@clemson.edu" class="social-link" aria-label="Send email to Anna Galeano">
7272
<i class="fas fa-envelope"></i>
7373
</a>
74-
<a href="files/anna_galeano_resume.pdf" target="_blank" class="social-link">
74+
<a href="files/anna_galeano_resume.pdf" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Open resume PDF">
7575
<i class="fas fa-file-alt"></i>
7676
</a>
7777
</div>
@@ -107,7 +107,7 @@ <h1 class="hero-title">
107107
<div class="terminal-line">&nbsp;</div>
108108
<div class="terminal-input-wrapper">
109109
<span class="terminal-prompt">anna@portfolio:~$ </span>
110-
<input type="text" class="terminal-input" id="terminal-input" autocomplete="off" spellcheck="false" placeholder="Type a command...">
110+
<input type="text" class="terminal-input" id="terminal-input" autocomplete="off" spellcheck="false" placeholder="Type a command..." aria-label="Portfolio terminal command input">
111111
</div>
112112
</div>
113113
</div>
@@ -136,15 +136,16 @@ <h2 class="section-title">About Me</h2>
136136
<div class="about-text">
137137
<div class="about-main">
138138
<p>
139-
I'm a Computer Science student at Clemson University with a passion for human-centered
140-
computing and autonomous systems. My work spans from developing autonomous vessels for
141-
NATO exercises to conducting privacy assessments for automotive companies.
139+
I'm a Computer Science student at Clemson University who is happiest when I can build
140+
technology around real people, not the other way around. Human-centered computing clicked
141+
for me early because I saw how quickly "useful" systems fail when they ignore context,
142+
accessibility, or trust.
142143
</p>
143144
<p>
144-
Currently, I'm involved in cutting-edge research at TigerSec Laboratory focusing on
145-
privacy assessments and data analysis. My experience includes internships with Special
146-
Operations Command Europe, where I developed computer vision systems and autonomous
147-
navigation solutions.
145+
That same perspective is what drew me into privacy research at TigerSec Laboratory. I care
146+
about making data-driven systems safer and more transparent for the people affected by them,
147+
whether I am evaluating automotive data practices or prototyping autonomous systems for
148+
mission-critical environments.
148149
</p>
149150
</div>
150151
<div class="about-highlights">
@@ -218,15 +219,15 @@ <h2 class="section-title">Featured Projects</h2>
218219
</div>
219220
<div class="project-content">
220221
<h3>NASA FLARESat</h3>
221-
<p>NASA Space Apps Challenge 2025 winner. Complete satellite constellation with CAD model, simulated data, and working dashboard comparing against NASA FIRMS satellites.</p>
222+
<p>NASA Space Apps Challenge 2025 winner. FLARESat helps students and citizen scientists explore wildfire activity through a satellite-inspired dashboard that compares simulated detections with NASA FIRMS data. The project combines a CAD-modeled constellation concept, data pipeline prototypes, and an interactive web interface for rapid situational awareness.</p>
222223
<div class="project-tags">
223224
<span class="tag">Satellite Systems</span>
224225
<span class="tag">Data Visualization</span>
225226
<span class="tag">CAD Design</span>
226227
</div>
227228
<div class="project-links">
228-
<a href="https://versatilevariable.github.io/NASA_FLARE-Sat/" class="btn btn-primary">View Project</a>
229-
<a href="#" class="btn btn-secondary">GitHub</a>
229+
<a href="https://versatilevariable.github.io/NASA_FLARE-Sat/" class="btn btn-primary" target="_blank" rel="noopener noreferrer">View Project</a>
230+
<a href="https://github.com/VersatileVariable/NASA_FLARE-Sat" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">GitHub</a>
230231
</div>
231232
</div>
232233
</div>
@@ -238,7 +239,7 @@ <h3>NASA FLARESat</h3>
238239
</div>
239240
<div class="project-content">
240241
<h3>NATO Autonomous USV</h3>
241-
<p>Autonomous vessel for NATO's Bold Machina 2025. Features YOLOv8 computer vision, LUA navigation, and Fusion 360 CAD design.</p>
242+
<p>Built for NATO Bold Machina 2025, this unmanned surface vessel prototype supports safer maritime testing by automating obstacle detection and waypoint navigation. It combines YOLOv8-based perception, LUA-driven mission logic, and Fusion 360 hardware modeling for a practical research platform used by defense innovation teams.</p>
242243
<div class="project-tags">
243244
<span class="tag">Autonomous Systems</span>
244245
<span class="tag">Computer Vision</span>
@@ -257,7 +258,7 @@ <h3>NATO Autonomous USV</h3>
257258
</div>
258259
<div class="project-content">
259260
<h3>Automotive Privacy Assessment</h3>
260-
<p>TigerSec Laboratory research analyzing automotive data collection practices and security protocols for major automotive companies.</p>
261+
<p>This TigerSec Laboratory project evaluates what connected vehicles collect, how long data is retained, and where policy language can mislead everyday drivers. The analysis helps researchers and stakeholders compare privacy risk across manufacturers and identify concrete improvements for safer data governance.</p>
261262
<div class="project-tags">
262263
<span class="tag">Privacy Research</span>
263264
<span class="tag">Data Analysis</span>
@@ -276,7 +277,7 @@ <h3>Automotive Privacy Assessment</h3>
276277
</div>
277278
<div class="project-content">
278279
<h3>Chagas Disease Detection</h3>
279-
<p>ML system using balanced random forest classification. Achieved 60% true positive rate with less than 13% false positives.</p>
280+
<p>Developed for the PhysioNet Challenge, this machine learning workflow screens 12-lead ECG data for signs of Chagas disease in settings where specialist review is limited. The model reached a 60% true positive rate with fewer than 13% false positives, providing a strong baseline for more interpretable clinical models.</p>
280281
<div class="project-tags">
281282
<span class="tag">Machine Learning</span>
282283
<span class="tag">Healthcare</span>
@@ -295,15 +296,12 @@ <h3>Chagas Disease Detection</h3>
295296
</div>
296297
<div class="project-content">
297298
<h3>Death Valley Dash</h3>
298-
<p>AI-powered campus scavenger hunt with real-time GPS tracking and intelligent hint system for enhanced user experience.</p>
299+
<p>Death Valley Dash is an AI-assisted campus scavenger hunt that helps first-year students and event participants learn their way around Clemson through location-based challenges. Real-time GPS progression and adaptive hints keep teams moving while reducing the frustration of getting stuck at unfamiliar landmarks.</p>
299300
<div class="project-tags">
300301
<span class="tag">AI</span>
301302
<span class="tag">GPS Tracking</span>
302303
<span class="tag">Game Development</span>
303304
</div>
304-
<div class="project-links">
305-
<a href="#" class="btn btn-primary">View Demo</a>
306-
</div>
307305
</div>
308306
</div>
309307

@@ -314,7 +312,7 @@ <h3>Death Valley Dash</h3>
314312
</div>
315313
<div class="project-content">
316314
<h3>Security Breadcrumbs</h3>
317-
<p>OSINT research tool that found 75.5% of LinkedIn profiles posed security risks, with 12% classified as high-risk.</p>
315+
<p>Security Breadcrumbs is an OSINT workflow that shows how small public profile details can combine into actionable security exposure. It was used to classify LinkedIn-based risk patterns, finding that 75.5% of sampled profiles presented concerns and 12% met high-risk criteria relevant to OPSEC training.</p>
318316
<div class="project-tags">
319317
<span class="tag">OSINT</span>
320318
<span class="tag">Security Research</span>
@@ -333,7 +331,7 @@ <h3>Security Breadcrumbs</h3>
333331
</div>
334332
<div class="project-content">
335333
<h3>PlotToPlate</h3>
336-
<p>Community-driven web platform reducing food waste through connection, sharing, and collaborative gardening. Features community donation forum, garden management system, and gamification.</p>
334+
<p>PlotToPlate is a community web platform that reduces local food waste by connecting gardeners, neighbors, and donation hubs in one workflow. Users can track what is growing, share surplus produce, and coordinate pickups through a forum and lightweight garden management tools.</p>
337335
<div class="project-tags">
338336
<span class="tag">Web Development</span>
339337
<span class="tag">Sustainability</span>
@@ -404,13 +402,13 @@ <h3>COVID-19 Misinformation Analysis</h3>
404402
<div class="container">
405403
<div class="footer-content">
406404
<div class="footer-left">
407-
<p>&copy; 2025 Anna Galeano. All rights reserved.</p>
405+
<p>&copy; 2026 Anna Galeano. All rights reserved.</p>
408406
</div>
409407
<div class="footer-right">
410408
<div class="social-links">
411-
<a href="https://linkedin.com/in/connectedanna" target="_blank"><i class="fab fa-linkedin"></i></a>
412-
<a href="https://github.com/VersatileVariable" target="_blank"><i class="fab fa-github"></i></a>
413-
<a href="mailto:agalean@clemson.edu"><i class="fas fa-envelope"></i></a>
409+
<a href="https://linkedin.com/in/connectedanna" target="_blank" rel="noopener noreferrer" aria-label="Open LinkedIn profile"><i class="fab fa-linkedin"></i></a>
410+
<a href="https://github.com/VersatileVariable" target="_blank" rel="noopener noreferrer" aria-label="Open GitHub profile"><i class="fab fa-github"></i></a>
411+
<a href="mailto:agalean@clemson.edu" aria-label="Send email to Anna Galeano"><i class="fas fa-envelope"></i></a>
414412
</div>
415413
</div>
416414
</div>

BuiltByAnnaGaleano/resume.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h2>Menu</h2>
275275

276276
<!-- Footer -->
277277
<footer id="footer">
278-
<p class="copyright">&copy; 2025 Anna Galeano. All rights reserved.<br>
278+
<p class="copyright">&copy; 2026 Anna Galeano. All rights reserved.<br>
279279
Design: <a href="https://html5up.net">HTML5 UP</a> (Modified)</p>
280280
</footer>
281281

BuiltByAnnaGaleano/technical-areas.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h2>Menu</h2>
371371

372372
<!-- Footer -->
373373
<footer id="footer">
374-
<p class="copyright">&copy; 2025 Anna Galeano. All rights reserved.<br>
374+
<p class="copyright">&copy; 2026 Anna Galeano. All rights reserved.<br>
375375
Design: <a href="https://html5up.net">HTML5 UP</a> (Modified)</p>
376376
</footer>
377377

0 commit comments

Comments
 (0)