Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadaSchiavonesca authored Jun 26, 2024
1 parent 6ca6847 commit 1d8d112
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,13 @@ My journey in computer science has led me to develop a passion for cybersecurity
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Reset default margin and padding -->
<style>
body, div, a {
margin: 0;
padding: 0;
}
.badge-container {
display: flex;
}
.badge-container a {
text-decoration: none; /* Remove underline */
}
</style>
</head>
<body>
<div class="badge-container">
<a href="https://www.kali.org/" target="_blank">
<body style="margin: 0; padding: 0;">
<div style="display: inline-block;">
<a href="https://www.kali.org/" target="_blank" style="text-decoration: none; display: inline-block; margin-right: 10px;">
<img src="https://img.shields.io/badge/Kali_Linux-557C94?style=for-the-badge&logo=kali-linux&logoColor=white" alt="Kali Linux">
</a>
<a href="https://www.microsoft.com/en-us/windows/">
<a href="https://www.microsoft.com/en-us/windows/" style="text-decoration: none; display: inline-block;">
<img src="https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Windows Badge">
</a>
</div>
Expand All @@ -59,6 +46,7 @@ My journey in computer science has led me to develop a passion for cybersecurity




### Network
<div>
<img src="https://img.shields.io/badge/-tcpdump-C70039?&style=for-the-badge&logo=tcpdump&logoColor=white" />
Expand Down

0 comments on commit 1d8d112

Please sign in to comment.