Skip to content

Commit 4fd95db

Browse files
Update index.html
1 parent 2d3c793 commit 4fd95db

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,22 @@ <h5 class="has-animation">Badges</h5>
274274
=================================-->
275275
<section id="github-stats" class="container my-5 text-center bg-dark p-4 rounded shadow">
276276
<h2 class="text-light mb-4">GitHub Stats</h2>
277-
<img src="https://github-readme-stats.vercel.app/api?username=jonasvanleeuwen19&show_icons=true&theme=dark" alt="GitHub Stats" class="img-fluid rounded">
277+
<img src="https://github-readme-stats.vercel.app/api?username=jonasvanleeuwen19&show_icons=true&theme=dark" alt="GitHub Stats" class="img-fluid rounded" style="width: 33.33%;">
278+
</section>
279+
280+
<section id="ctfs" class="container my-5">
281+
<h2 class="text-center mb-4">CTF Participation</h2>
282+
<div class="row justify-content-center">
283+
<div class="col-md-6 mb-4">
284+
<div class="card h-100" style="border-radius: 23px;">
285+
<div class="card-body">
286+
<h5 class="card-title">First CTF</h5>
287+
<p class="card-text">Description of my first CTF, including my achievements and techniques learned during the competition.</p>
288+
<a href="#" class="btn btn-primary">Read More</a>
289+
</div>
290+
</div>
291+
</div>
292+
</div>
278293
</section>
279294

280295

0 commit comments

Comments
 (0)