Update home page construction warning
This commit is contained in:
parent
045821bebf
commit
b3b9cee458
3 changed files with 7 additions and 2344 deletions
|
@ -17,10 +17,7 @@
|
||||||
<link href="../css/gsdk-main.css" rel="stylesheet" type="text/css">
|
<link href="../css/gsdk-main.css" rel="stylesheet" type="text/css">
|
||||||
<link href="../css/gsdk-demo.css" rel="stylesheet" type="text/css">
|
<link href="../css/gsdk-demo.css" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
<!-- Bundle: Font Awesome -->
|
<!-- Bundle: Grand Hotel font -->
|
||||||
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" type="text/css">
|
|
||||||
|
|
||||||
<!-- Bundle: Grand Hotel font -->
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Grand+Hotel&display=swap" rel="stylesheet" type="text/css">
|
<link href="https://fonts.googleapis.com/css?family=Grand+Hotel&display=swap" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
<!-- Bundle: Customcss -->
|
<!-- Bundle: Customcss -->
|
||||||
|
@ -132,7 +129,10 @@
|
||||||
<script src="../js/jquery.fittext.js" type="text/javascript"></script>
|
<script src="../js/jquery.fittext.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<!-- Script Bundle: Bootstrap -->
|
<!-- Script Bundle: Bootstrap -->
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js" integrity="sha384-DKoN2gpE9Yt/u0fuNvcJBn4n7wjnKFKjg4+Iz4ORs52lUc0Qp++smhHtWwHeapVW" crossorigin="anonymous" type="text/javascript"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js" integrity="sha384-DKoN2gpE9Yt/u0fuNvcJBn4n7wjnKFKjg4+Iz4ORs52lUc0Qp++smhHtWwHeapVW" crossorigin="anonymous" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<!-- Script Bundle: Font Awesome -->
|
||||||
|
<script src="https://kit.fontawesome.com/0bbd6c0ef3.js" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<!-- Script Bundle: GSDK -->
|
<!-- Script Bundle: GSDK -->
|
||||||
<script src="../js/gsdk-main.js" type="text/javascript"></script>
|
<script src="../js/gsdk-main.js" type="text/javascript"></script>
|
||||||
|
|
2337
css/font-awesome.css
vendored
2337
css/font-awesome.css
vendored
File diff suppressed because it is too large
Load diff
|
@ -13,10 +13,10 @@ motto: <small>My name is Thomas Christensen</small><br />I am Milliron X
|
||||||
</p>
|
</p>
|
||||||
<div class="panel panel-warning">
|
<div class="panel panel-warning">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h5>Warning: Construction Zone!</h3>
|
<h5><i class="fas fa-hard-hat"></i> Warning: Construction Zone!</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>This is sort of my landing page, and also my internet workshop. Please forgive any mistakes you find here: I use this site to test things that I will put other places, and it's not always the cleanest. </p>
|
<p>This is sort of my landing page, and also my internet workshop. Please forgive any layout mistakes you find here: I use this site to test things that I will put other places, and its code isn't always the cleanest. </p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue