Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Nov 1, 2024
1 parent 543c076 commit f87c2be
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 374 deletions.
11 changes: 0 additions & 11 deletions src/assets/css/animate.min.css

This file was deleted.

7 changes: 7 additions & 0 deletions src/assets/css/animatecss/4.1.1/animate.min.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
343 changes: 0 additions & 343 deletions src/assets/css/fa-svg-with-js.css

This file was deleted.

9 changes: 9 additions & 0 deletions src/assets/css/fontawesome/6.6.0/css/all.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/assets/css/fontawesome/6.6.0/css/v5-font-face.min.css

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions src/assets/js/fontawesome.all.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/assets/js/jquery-3.3.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions src/assets/js/jquery/3.7.1/jquery-3.7.1.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/js/jquery/3.7.1/jquery-3.7.1.min.map

Large diffs are not rendered by default.

File renamed without changes.
25 changes: 12 additions & 13 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@
<title>Metamod-r &#128293; Official site</title>

<!-- Bootstrap core CSS -->
<link type="text/css" href="/assets/css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="/assets/css/bootstrap/4/bootstrap.min.css" rel="stylesheet">

<!-- Custom styles for this template -->
<link type="text/css" href="/assets/css/bootstrap.cover.css" rel="stylesheet">
<link type="text/css" href="/assets/css/bootstrap.engine.css?v=12" rel="stylesheet">
<link type="text/css" href="/assets/css/bootstrap/4/bootstrap.cover.css" rel="stylesheet">
<link type="text/css" href="/assets/css/bootstrap/4/bootstrap.engine.css?v=13" rel="stylesheet">

<!-- Custom styles for Fork Me On GitHub -->
<link type="text/css" href="/assets/css/fork.min.css" rel="stylesheet">
<link type="text/css" href="/assets/css/forkmeongithub/2.1.0/fork.min.css" rel="stylesheet">

<!-- Font Awesome 5 -->
<link rel="stylesheet" href="/assets/css/fa-svg-with-js.css" crossorigin="anonymous" />
<!-- Font Awesome 6 -->
<link rel="stylesheet" href="/assets/css/fontawesome/6.6.0/css/all.min.css" crossorigin="anonymous" />
<link rel="stylesheet" href="/assets/css/fontawesome/6.6.0/css/v5-font-face.min.css" crossorigin="anonymous" />

<!-- Animate CSS -->
<link rel="stylesheet" href="/assets/css/animate.min.css" crossorigin="anonymous" />
<link rel="stylesheet" href="/assets/css/animatecss/4.1.1/animate.min.css" crossorigin="anonymous" />
</head>

<body>
Expand Down Expand Up @@ -297,14 +298,12 @@ <h5 class="modal-title" id="aboutModalLabel"><img src="/assets/img/like.svg" id=
</div>
</div>


<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/assets/js/jquery-3.3.1.min.js"></script>
<script src="/assets/js/jquery.animateCSS.min.js"></script>
<script src="/assets/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/bootstrap.engine.dev.js?v=16"></script>
<script defer src="/assets/js/fontawesome.all.js" crossorigin="anonymous"></script>
<script src="/assets/js/jquery/3.7.1/jquery-3.7.1.min.js"></script>
<script src="/assets/js/jquery/jquery.animateCSS.min.js"></script>
<script src="/assets/js/bootstrap/4/bootstrap.bundle.min.js"></script>
<script src="/assets/js/bootstrap/4/bootstrap.engine.dev.js?v=16"></script>
</body>
</html>

0 comments on commit f87c2be

Please sign in to comment.