Skip to content

Commit

Permalink
Finishing v2 frontend
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn Tesoriero <flynn@flynntes.com>
  • Loading branch information
Flynntes committed Apr 15, 2018
1 parent 6a581a3 commit 3936264
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
// The array follows a title link structure:
// "TITLE" => "LINK",
$footerLinks = [
"About" => "http://google.com",
"Contact" => "http://apple.com",
"Legal" => "http://example.com",
"Admin" => "/admin"
"About" => "http://google.com",
"Contact" => "http://apple.com",
"Legal" => "http://example.com",
"Admin" => "/admin"
];

?>
1 change: 0 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function newpage() {
});
$( "#close" ).click(function() {
console.log("yep")
$( "#error" ).fadeOut( "slow", function() {
// Animation complete.
});
Expand Down
10 changes: 5 additions & 5 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">


<link rel="stylesheet" href="<?php echo siteURL ?>/assets/css/base.css">
<link rel="stylesheet" href="<?php echo siteURL ?>/assets/css/mobile.css">
<link rel="stylesheet" href="<?php echo siteURL ?>/assets/css/tablet.css">
<link rel="stylesheet" href="<?php echo siteURL ?>/assets/css/desktop.css">
<link rel="stylesheet" href="<?php echo siteURL ?>assets/css/base.css">
<link rel="stylesheet" href="<?php echo siteURL ?>assets/css/mobile.css">
<link rel="stylesheet" href="<?php echo siteURL ?>assets/css/tablet.css">
<link rel="stylesheet" href="<?php echo siteURL ?>assets/css/desktop.css">

<script src="<?php echo siteURL ?>/assets/js/vendor/modernizr-2.6.2.min.js"></script>
<script src="<?php echo siteURL ?>assets/js/vendor/modernizr-2.6.2.min.js"></script>


<!-- Add extra support of older browsers -->
Expand Down

0 comments on commit 3936264

Please sign in to comment.