Skip to content

Commit

Permalink
<BS script declaration -->
Browse files Browse the repository at this point in the history
         <script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js integrity=sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL crossorigin=anonymous></script>
removed <head> lines where animation site was being called as it will not be used
  • Loading branch information
AdrianAddesso committed Jan 30, 2024
1 parent 22837e2 commit b1232d1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
Binary file not shown.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<!--Bootstrap-->
<title>Bootstrap</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--Animate animations-->

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--CSS-->
<link rel="stylesheet" href="./css/main.css">
</head>
Expand Down
2 changes: 0 additions & 2 deletions page/case1.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<!--Bootstrap-->
<title>Bootstrap</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--Animate animations-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!--CSS-->
<link rel="stylesheet" href="../css/main.css">
</head>
Expand Down
2 changes: 0 additions & 2 deletions page/case2.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<!--Bootstrap-->
<title>Bootstrap</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--Animate animations-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!--CSS-->
<link rel="stylesheet" href="../css/main.css">
</head>
Expand Down
2 changes: 0 additions & 2 deletions page/case3.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<!--Bootstrap-->
<title>Bootstrap</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--Animate animations-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!--CSS-->
<link rel="stylesheet" href="../css/main.css">
</head>
Expand Down
2 changes: 0 additions & 2 deletions page/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<!--Bootstrap-->
<title>Bootstrap</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--Animate animations-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!--CSS-->
<link rel="stylesheet" href="../css/main.css">
</head>
Expand Down
2 changes: 0 additions & 2 deletions page/porfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<!--Bootstrap-->
<title>Bootstrap</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!--Animate animations-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!--CSS-->
<link rel="stylesheet" href="../css/main.css">
</head>
Expand Down

0 comments on commit b1232d1

Please sign in to comment.