Skip to content

Commit

Permalink
idk why the header doesnt work in index. sad
Browse files Browse the repository at this point in the history
  • Loading branch information
TFM110 committed Dec 18, 2023
1 parent a65e168 commit 622aed2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<!--Bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"/>

<!--stuff added specifically for slider-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"/>

<link rel="stylesheet" href="styles.css"/>

<link rel="icon" type="image/png" href="/img/universal/titlelesslogo.png"/>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico"/>

<!--stuff added specifically for slider-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" rel="stylesheet"/>
</head>

<body>
Expand Down
3 changes: 1 addition & 2 deletions oursponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

<body>
<!--Navigation bar-->
<div id="navbar"> </div>
<!--end of Navigation bar-->
<div id="navbar"></div>

<main>
<!--Top banner-->
Expand Down
1 change: 0 additions & 1 deletion ourteam.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<body>
<!--Navigation bar-->
<div id="navbar"></div>
<!--end of Navigation bar-->

<main>
<!--Top banner-->
Expand Down
4 changes: 2 additions & 2 deletions ourvalues.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

<body>
<!--Navigation bar-->
<div id="navbar"> </div>
<div id="navbar"></div>

<main>
<!--Top banner-->
<!--Top banner-->
<section id="ourvalues-banner">
<div id="ourvalues-banner-image" class="rellax"></div>

Expand Down

0 comments on commit 622aed2

Please sign in to comment.