Skip to content

Commit

Permalink
Add custom CSS/JS sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbel committed Jun 18, 2020
1 parent 6f8e631 commit ea2fad2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* custom.css */
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,25 @@
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap-4.5.min.css">

</head>

<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">


<body>
<!-- Content -->


<!-- Bootstrap JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.5.1.slim.min.js"></script>
<script src="js/popper-1.16.0.min.js"></script>
<script src="js/bootstrap-4.5.min.js"></script>

<!-- Custom JavaScript -->
<script src="js/custom-utilities.js"></script>

</head>



<body>
<!-- Content -->
</body>
</html>
6 changes: 6 additions & 0 deletions js/custom-utilities.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* custom-utilities.js
*
* A collection of utilities used throughout webqueue2
*/

0 comments on commit ea2fad2

Please sign in to comment.