Skip to content

Commit

Permalink
Bump bootstrap from 4.6.2 to 5.3.3
Browse files Browse the repository at this point in the history
Co-authored-by: aiyion <[email protected]>
  • Loading branch information
dependabot[bot] and AiyionPrime committed Dec 28, 2024
1 parent 3f48425 commit 8f7c70e
Show file tree
Hide file tree
Showing 50 changed files with 53,168 additions and 19,475 deletions.
13 changes: 8 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link rel="stylesheet" href="vendor/leaflet/leaflet.css" />
</head>

<body id="page-top" data-spy="scroll" data-target=".fixed-top">
<body id="page-top" data-bs-spy="scroll" data-bs-target=".fixed-top">
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
Expand All @@ -65,8 +65,8 @@
<button
type="button"
class="navbar-toggler"
data-toggle="collapse"
data-target=".navbar-main-collapse"
data-bs-toggle="collapse"
data-bs-target=".navbar-main-collapse"
>
<i class="fa fa-bars"></i>
</button>
Expand All @@ -77,10 +77,13 @@

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-main-collapse">
<ul class="nav navbar-nav ml-auto">
<ul class="nav navbar-nav ms-auto">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden nav-item">
<a href="#page-top" class="nav-link"></a>
<a
href="#page-top"
class="page-scroll nav-link"
></a>
</li>
<li class="nav-item">
<a class="page-scroll nav-link" href="/"
Expand Down
8 changes: 5 additions & 3 deletions css/grayscale.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ a:focus {
.navbar-custom .navbar-brand:focus {
outline: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
.navbar-custom .navbar-brand .navbar-toggler {
padding: 4px 6px;
font-size: 16px;
color: white;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
.navbar-custom .navbar-brand .navbar-toggler:focus,
.navbar-custom .navbar-brand .navbar-toggler:active {
outline: none;
}
.navbar-custom a {
Expand All @@ -113,6 +113,8 @@ a:focus {
.navbar-custom .nav li a.active {
background-color: rgba(255, 255, 255, 0.3);
}
.navbar-nav .nav-link.active,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active:hover {
color: white;
}
Expand Down
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link rel="stylesheet" href="vendor/leaflet/leaflet.css" />
</head>

<body id="page-top" data-spy="scroll" data-target=".fixed-top">
<body id="page-top" data-bs-spy="scroll" data-bs-target=".fixed-top">
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
Expand All @@ -65,8 +65,8 @@
<button
type="button"
class="navbar-toggler"
data-toggle="collapse"
data-target=".navbar-main-collapse"
data-bs-toggle="collapse"
data-bs-target=".navbar-main-collapse"
>
<i class="fa fa-bars"></i>
</button>
Expand All @@ -77,10 +77,13 @@

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-main-collapse">
<ul class="nav navbar-nav ml-auto">
<ul class="nav navbar-nav ms-auto">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden nav-item">
<a href="#page-top" class="nav-link"></a>
<a
href="#page-top"
class="page-scroll nav-link"
></a>
</li>
<li class="nav-item">
<a class="page-scroll nav-link" href="#about"
Expand Down
36 changes: 16 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@fontsource/montserrat": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^4.6.2",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"jquery.easing": "^1.4.1",
"leaflet": "^1.9.4",
Expand Down
13 changes: 8 additions & 5 deletions satzung.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/>
</head>

<body id="page-top" data-spy="scroll" data-target=".fixed-top">
<body id="page-top" data-bs-spy="scroll" data-bs-target=".fixed-top">
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
Expand Down Expand Up @@ -65,8 +65,8 @@
<button
type="button"
class="navbar-toggler"
data-toggle="collapse"
data-target=".navbar-main-collapse"
data-bs-toggle="collapse"
data-bs-target=".navbar-main-collapse"
>
<i class="fa fa-bars"></i>
</button>
Expand All @@ -77,10 +77,13 @@

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-main-collapse">
<ul class="nav navbar-nav ml-auto">
<ul class="nav navbar-nav ms-auto">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden nav-item">
<a href="#page-top" class="nav-link"></a>
<a
href="#page-top"
class="page-scroll nav-link"
></a>
</li>
<li class="nav-item">
<a class="page-scroll nav-link" href="/"
Expand Down
Loading

0 comments on commit 8f7c70e

Please sign in to comment.