Migrated to using free library of icons for images and fixed button layout for index pages.

This commit is contained in:
Daniel Wathen
2023-01-11 12:36:28 -07:00
parent 7fbbca61b8
commit f23c7136c0
40 changed files with 18886 additions and 18 deletions

View File

@ -8,6 +8,8 @@
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link href="https://code.jquery.com/ui/1.13.2/themes/ui-lightness/jquery-ui.css"
rel="stylesheet">
<link href="~/lib/fortawesome/fontawesome-free/css/all.css" rel="stylesheet" />
<link href="~/lib/fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.6.1.js"></script>
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
<script>