Skip to content

Commit b9b8759

Browse files
committed
styles and titles
1 parent d6fff62 commit b9b8759

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

index.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,10 @@
173173
padding-left: 1.5rem;
174174
}
175175

176-
.projects-grid {
177-
display: grid;
178-
gap: 1.5rem;
179-
margin-bottom: 4rem;
180-
}
181-
182176
.project-card {
183177
background: linear-gradient(135deg, rgba(26, 31, 58, 0.6) 0%, rgba(26, 31, 58, 0.3) 100%);
184178
border: 1px solid rgba(0, 217, 255, 0.2);
185-
padding: 2rem;
179+
padding: 1.5rem; /* Reduced from 2rem */
186180
position: relative;
187181
overflow: hidden;
188182
opacity: 0;
@@ -191,6 +185,20 @@
191185
backdrop-filter: blur(10px);
192186
}
193187

188+
.projects-grid {
189+
display: grid;
190+
gap: 1rem; /* Reduced from 1.5rem */
191+
margin-bottom: 4rem;
192+
}
193+
194+
.project-description {
195+
line-height: 1.6; /* Reduced from 1.8 */
196+
margin-bottom: 1.5rem; /* Reduced from 2rem */
197+
color: rgba(232, 244, 248, 0.85);
198+
max-width: 65ch;
199+
font-size: 0.9rem; /* Slightly smaller text */
200+
}
201+
194202
/* Hide extended content initially */
195203
.project-extended {
196204
opacity: 0;
@@ -204,13 +212,6 @@
204212
max-height: 200px;
205213
}
206214

207-
.project-description {
208-
line-height: 1.8; /* Increased from 1.7 */
209-
margin-bottom: 2rem; /* More space before tags */
210-
color: rgba(232, 244, 248, 0.85); /* Easier to read */
211-
max-width: 65ch;
212-
}
213-
214215
/* Make key phrases pop */
215216
.project-description b {
216217
color: var(--electric); /* Highlight important terms */
@@ -572,7 +573,7 @@ <h1>ARCHIVE</h1>
572573
<div class="project-header">
573574
<div>
574575
<div class="project-id"></div>
575-
<h2 class="project-title">MCP Server for Detection Engineering (Security & Anti-Fraud)</h2>
576+
<h2 class="project-title">Detection Engineering Assistant (MCP-Based)</h2>
576577
</div>
577578
<span class="tlp-label tlp-amber">TLP:AMBER</span>
578579
</div>
@@ -593,7 +594,7 @@ <h2 class="project-title">MCP Server for Detection Engineering (Security & Anti-
593594
<div class="project-header">
594595
<div>
595596
<div class="project-id"></div>
596-
<h2 class="project-title">ML Classifier: Hunting Down Bot Email Addresses</h2>
597+
<h2 class="project-title">ML-Based Registration Abuse Detection</h2>
597598
</div>
598599
<span class="tlp-label tlp-amber">TLP:AMBER</span>
599600
</div>
@@ -614,7 +615,7 @@ <h2 class="project-title">ML Classifier: Hunting Down Bot Email Addresses</h2>
614615
<div class="project-header">
615616
<div>
616617
<div class="project-id"></div>
617-
<h2 class="project-title">AI-Assisted Runtime Detection on GKE (Falco + ADK)</h2>
618+
<h2 class="project-title">Syscall-Based Runtime Detection & AI Enrichment</h2>
618619
</div>
619620
<span class="tlp-label tlp-clear">TLP:CLEAR</span>
620621
</div>

projects/ml-classifier-hunting-down-bot-email-addresses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
font-size: 1.3rem;
163163
margin-top: 2rem;
164164
margin-bottom: 0.8rem;
165-
color: var(--ice);
165+
color: var(--electric);
166166
}
167167

168168
.content p {

0 commit comments

Comments
 (0)