4242 <!-- ================ Vendor CSS ================ -->
4343
4444<!-- ================ Vendor CSS ================ -->
45- < link rel =" stylesheet " href ="styles/ bootstrap. min.css " / >
45+ < link href ="https://cdn.jsdelivr.net/npm/ bootstrap@5.3.3/dist/css/bootstrap. min.css " rel =" stylesheet " >
4646< link rel ="stylesheet " href ="styles/owl.carousel.min.css " />
4747< link rel ="stylesheet " href ="styles/owl.theme.default.min.css " />
4848< link rel ="stylesheet " href ="styles/fontawesome.css " />
7979 .icon-container i : hover {
8080 transform : scale (1.2 );
8181 }
82+ .navbar-light .navbar-toggler-icon {
83+ background-image : url ("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" );
84+ }
8285</ style >
8386 </ head >
84- </ main >
8587
8688 < body >
8789 < a id ="top "> </ a > <!--added for issue 260 -->
8890 <!-- ================================ Header Section Start Here ================================ -->
8991 < header >
90- < nav class ="navbar navbar-expand-lg fixed-top ">
92+ < nav class ="navbar navbar-expand-lg fixed-top navbar-light bg-light ">
9193 < div class ="container ">
9294 < a class ="navbar-brand " href ="#top "> Code< span > Clip</ span > </ a >
9395 < button
9799 data-bs-target ="#navbarSupportedContent "
98100 aria-controls ="navbarSupportedContent "
99101 aria-expanded ="false "
100- aria-label ="Toggle navigation "
101- >
102+ aria-label ="Toggle navigation ">
102103 < span class ="navbar-toggler-icon "> </ span >
103104 </ button >
104105 < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
@@ -191,7 +192,7 @@ <h1 data-aos="fade-right" data-aos-duration="650">
191192 < div class ="card-body ">
192193 < div class ="card-TopContainer ">
193194 < h5 class ="card-Header "> Frontend Challenges</ h5 >
194- < p class ="card-Level "> EASY</ p >
195+ < p class ="card-Level medium-Col "> EASY</ p >
195196 < div class ="icon-container ">
196197 < i class ="devicon-html5-plain colored " title ="HTML5 "> </ i >
197198 < i class ="devicon-css3-plain colored " title ="CSS3 "> </ i >
@@ -452,7 +453,7 @@ <h3 data-aos-duration="650" data-aos="fade-up" class="secHeader"><span>About</sp
452453 < div class ="container ">
453454 < div class ="row align-items-start justify-content-between py-4 ">
454455 < div data-aos-duration ="650 " data-aos ="fade-up " class ="col-12 col-md-3 mb-4 mb-md-0 footer-logo-col ">
455- < a class ="navbar-brand mb-2 " href =" # homeSection "
456+ < a class ="navbar-brand mb-2 " id =" homeSection "
456457 > Code< span > Clip</ span > </ a
457458 >
458459 < p class ="footer-desc mb-0 text-dark ">
@@ -463,7 +464,7 @@ <h3 data-aos-duration="650" data-aos="fade-up" class="secHeader"><span>About</sp
463464 < div data-aos-duration ="650 " data-aos ="fade-left " class ="col-12 col-md-6 mb-4 mb-md-0 footer-links-col ">
464465 < h5 class ="footer-title "> Important Links</ h5 >
465466 < ul class ="footer-links list-unstyled mb-0 ">
466- < li > < a href ="#homeSection "> Home</ a > </ li >
467+ < li > < a href ="#top "> Home</ a > </ li >
467468 < li > < a href ="#challengeSection "> Challenges</ a > </ li >
468469 < li > < a href ="#leaderboardSection "> Leaderboard</ a > </ li >
469470 < li > < a href ="#aboutSection "> About</ a > </ li >
@@ -541,7 +542,7 @@ <h5 data-aos-duration="650" data-aos="fade-left" class="footer-title">Contact Us
541542 <!-- ================ Vendor JS ================ -->
542543 < script src ="scripts/jquery.min.js "> </ script >
543544 < script src ="scripts/owl.carousel.min.js "> </ script >
544- < script src ="scripts /bootstrap.bundle.min.js "> </ script >
545+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js /bootstrap.bundle.min.js "> </ script >
545546
546547 <!-- ================ Custom JS ================ -->
547548 < script src ="scripts/main.js "> </ script >
0 commit comments