File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,22 @@ <h5 class="has-animation">Badges</h5>
274
274
=================================-->
275
275
< section id ="github-stats " class ="container my-5 text-center bg-dark p-4 rounded shadow ">
276
276
< 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 >
278
293
</ section >
279
294
280
295
You can’t perform that action at this time.
0 commit comments