Updated Libs, refactoring, cleaning up

Updated FontAwesome
Updated Bootstrap
Removed unnecessary Code from the Fork
This commit is contained in:
Kukielka
2018-04-16 10:15:14 +02:00
parent 6248a4dc78
commit fde7fd95d9
36 changed files with 3053 additions and 5129 deletions

View File

@ -1,18 +1,13 @@
<?php
/**
* homepage
*/
session_start();
$config = json_decode(file_get_contents("config.json"), true);
function get_current_url() {
$protocol = ((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') || $_SERVER['SERVER_PORT'] == 443) ? "https://" : "http://";
$domainName = $_SERVER['SERVER_NAME'];
return $protocol . $domainName;
$domainName = $_SERVER['SERVER_NAME'];
return $protocol . $domainName;
}
?>
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
@ -21,7 +16,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="hp_assets/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="hp_assets/css/fontawesome-all.min.css" />
<link rel="stylesheet" type="text/css" href="hp_assets/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="hp_assets/css/main.css" />
@ -33,10 +28,6 @@
<!-- Line below is to preload the font when the page loads -->
<span class="fa fa-asterisk" style="opacity: 0;">&nbsp;</span>
<!-- <div id="mobile-menu-wrap" class="bg">
<a href="#"><span class="fa fa-bars">&nbsp;</span></a>
</div> -->
<div id="links-wrap" class="menu-item bg">
<?php
echo '<center><p>';
@ -59,13 +50,8 @@
<script type="text/javascript" src="hp_assets/js/jquery.min.js"></script>
<script type="text/javascript" src="hp_assets/js/mousetrap.min.js"></script>
<script type="text/javascript" src="hp_assets/js/main.js"></script>
<script type="text/javascript">
setMenuVisibility(true);
</script>
<script src="hp_assets/js/trianglify.min.js"></script>
<script>
function addTriangleTo(target) {
@ -88,6 +74,7 @@
}
var resizeTimer;
$(window).on('resize', function(e) {
clearTimeout(resizeTimer);
resizeTimer = setTimeout(function() {