Skip to content

Commit

Permalink
Deploy Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hootener committed Apr 6, 2024
1 parent 6f16e80 commit df15fbf
Show file tree
Hide file tree
Showing 14 changed files with 290 additions and 27,706 deletions.
12 changes: 9 additions & 3 deletions docs/404/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<title>
404 -- Page Not Found
</title>
<link rel="stylesheet" href="/assets/build/css/main.css?id=e7733299857798608a34">


<link rel="stylesheet" href="assets/build/css/main.css" type="text/css">



<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
Expand Down Expand Up @@ -35,8 +40,9 @@ <h3>Sorry, that isn't here.</h3>
</div>
</div>
</div>

<script src="/assets/build/js/main.js?id=2d09fc8a0c70c87fd9e3"></script>

<script src="assets/build/js/main.js"></script>


<script defer src="https://use.fontawesome.com/releases/v5.0.2/js/all.js"></script>

Expand Down
13 changes: 7 additions & 6 deletions docs/assets/build/css/main.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/assets/build/js/main.js

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions docs/assets/build/js/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*!
* jQuery JavaScript Library v3.7.1
* https://jquery.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2023-08-28T13:37Z
*/

/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
4 changes: 2 additions & 2 deletions docs/assets/build/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/main.js": "/js/main.js?id=2d09fc8a0c70c87fd9e3",
"/css/main.css": "/css/main.css?id=e7733299857798608a34"
"/js/main.js": "/js/main.js?id=2d50d14643e6c21222cf7ece033469ea",
"/css/main.css": "/css/main.css?id=f6802ca128a1b3a51e1e67a74ddc29f8"
}
12 changes: 9 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<title>
Eli Hooten -- Personal Site
</title>
<link rel="stylesheet" href="/assets/build/css/main.css?id=e7733299857798608a34">


<link rel="stylesheet" href="assets/build/css/main.css" type="text/css">



<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
Expand Down Expand Up @@ -60,8 +65,9 @@ <h3>Hey there</h3>
</div>
</div>
</div>

<script src="/assets/build/js/main.js?id=2d09fc8a0c70c87fd9e3"></script>

<script src="assets/build/js/main.js"></script>


<script defer src="https://use.fontawesome.com/releases/v5.0.2/js/all.js"></script>

Expand Down
12 changes: 9 additions & 3 deletions docs/press/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<title>
Eli Hooten -- Press
</title>
<link rel="stylesheet" href="/assets/build/css/main.css?id=e7733299857798608a34">


<link rel="stylesheet" href="assets/build/css/main.css" type="text/css">



<script src="https://unpkg.com/feather-icons"></script>
<style>
ul {
Expand Down Expand Up @@ -78,8 +83,9 @@ <h3>Press</h3>
</div>
</div>
</div>

<script src="/assets/build/js/main.js?id=2d09fc8a0c70c87fd9e3"></script>

<script src="assets/build/js/main.js"></script>


<script defer src="https://use.fontawesome.com/releases/v5.0.2/js/all.js"></script>

Expand Down
13 changes: 9 additions & 4 deletions docs/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<title>
Eli Hooten -- Projects
</title>
<link rel="stylesheet" href="/assets/build/css/main.css?id=e7733299857798608a34">


<link rel="stylesheet" href="assets/build/css/main.css" type="text/css">



<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
Expand All @@ -32,12 +37,12 @@
<div class="row">
<div class="col-md-8 offset-md-2">
<p>I'm currently getting some projects together. Come back later.</p>

</div>
</div>
</div>

<script src="/assets/build/js/main.js?id=2d09fc8a0c70c87fd9e3"></script>

<script src="assets/build/js/main.js"></script>


<script defer src="https://use.fontawesome.com/releases/v5.0.2/js/all.js"></script>

Expand Down
Loading

0 comments on commit df15fbf

Please sign in to comment.