Bundle and minify css

This commit is contained in:
Thomas A. Christensen II 2020-09-18 12:46:28 -06:00
parent 2f05ea32e0
commit efc43dd389
Signed by: millironx
GPG key ID: 139C07724802BC5D
3 changed files with 42 additions and 9 deletions

View file

@ -84,7 +84,7 @@ motto: Websites
</a>
<br />
<div style="text-align: center">
<span class="glyphicon glyphicon-plus"></span>
<i class="fas fa-plus"></i>
</div>
<br />
<a href="https://web.archive.org/web/20140302232556/http://www.jonathanbriehl.com/2014/01/17/vertical-menu-for-bootstrap-3">

View file

@ -10,15 +10,18 @@
<meta name="description" content="">
<meta name="author" content="">
<title>MILLIRON X - {{ page.title }}</title>
<!-- Bundle: bootstrap -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eumbg33EfHRpbzLIm0lGs0JresLNj7c+5beuRW4d11/vF3Wv3YYmuudfOwMsCmp5" crossorigin="anonymous" type="text/css">
<!-- Bundle: GSDK -->
<link href="../css/gsdk-main.css" rel="stylesheet" type="text/css">
<link href="../css/gsdk-demo.css" rel="stylesheet" type="text/css">
<!-- Bundle: Customcss -->
<link href="../css/millironx_customstyles.css" rel="stylesheet" type="text/css">
<!-- Styles -->
<!-- Development styles: full toolkits for use in writing web pages -->
<!-- dev: bootstrap -->
<!-- <link href="https://stackpath.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eumbg33EfHRpbzLIm0lGs0JresLNj7c+5beuRW4d11/vF3Wv3YYmuudfOwMsCmp5" crossorigin="anonymous" type="text/css"> -->
<!-- dev: GSDK -->
<!-- <link href="../css/gsdk-main.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="../css/gsdk-demo.css" rel="stylesheet" type="text/css"> -->
<!-- dev: Customcss -->
<!-- <link href="../css/millironx_customstyles.css" rel="stylesheet" type="text/css"> -->
<!-- Release styles: bundled using purifycss from the dev sources -->
<link href="../css/bundle.css" rel="stylesheet" type="text/css">
<!-- Azure Application Insights -->
<script type='text/javascript'>

30
css/bundle.css Normal file

File diff suppressed because one or more lines are too long