Skip to content

Commit 33a2d4a

Browse files
committed
Web version
1 parent d89dfa3 commit 33a2d4a

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,8 @@
469469
position: absolute;
470470
top: -10px;
471471
left: 20px;
472-
background: var(--bg-primary);
472+
background: rgba(87, 198, 213, 0.924);
473+
border-radius: 100px;
473474
padding: 0 0.5rem;
474475
font-size: 1.2rem;
475476
}
@@ -485,6 +486,7 @@
485486
backdrop-filter: blur(10px);
486487
}
487488
</style>
489+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
488490
</head>
489491

490492
<body>
@@ -515,16 +517,19 @@ <h1>Master Computer Networking</h1>
515517

516518
<div class="badges">
517519
<a href="https://iaceene.github.io/42_Subjects/?subject=NetPractice" class="badge">
518-
📚 42 Subject Guide
520+
<i class="fas fa-key"></i> 42 Subject
519521
</a>
520522
<a href="https://iaceene.github.io/Net_Practice_42" class="badge">
521-
🎮 Online Simulator
523+
<i class="fas fa-circle online-dot"></i> Online Simulator
524+
</a>
525+
<a href="https://github.com/iaceene" class="badge">
526+
<i class="fab fa-github fa-2x"></i> Github
522527
</a>
523528
</div>
524529
</section>
525530

526531
<div class="toc animate-on-scroll">
527-
<h2>📌 Table of Contents</h2>
532+
<h2><i class="fas fa-list"></i> Table of Contents</h2>
528533
<ol>
529534
<li><a href="#osi-model">OSI Model</a></li>
530535
<li><a href="#tcp-ip">TCP/IP Protocol Suite</a></li>

0 commit comments

Comments
 (0)