This commit is contained in:
Kyle
2020-12-16 17:33:30 -08:00
parent ad638ef47d
commit 52865130de
8 changed files with 6 additions and 147 deletions

View File

@@ -1,21 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="description">
<meta name="keywords" content="keywords">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<script src='/js/includeHTML.js'></script>
<script src='/js/main.js'></script>
</head>
<body onload='includeHTML();'>
<div class='background'></div>
<header html-include='/globalHTML/header.html'></header>
<div html-include='/globalHTML/menu.html'></div>
<!-- Page Specific Content Begins Here -->
<?php include('../globalHTML/header.php'); ?>
<title>Ask Urza 2.0</title>
<h2 class='readable-background header-extension title center'>Ask Urza 2.0</h2>
<style>
@@ -100,7 +83,4 @@
</h5>
</div>
<script defer src="/askUrza/askUrza.js"></script>
<!-- Page Specific Content Ends Here -->
<footer html-include='/globalHTML/footer.html'></footer>
</body>
</html>
<?php include('../globalHTML/footer.php'); ?>

View File

@@ -1,21 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="description">
<meta name="keywords" content="keywords">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<script src='/js/includeHTML.js'></script>
<script src='/js/main.js'></script>
</head>
<body onload='includeHTML();'>
<div class='background'></div>
<header html-include='/globalHTML/header.html'></header>
<div html-include='/globalHTML/menu.html'></div>
<!-- Page Specific Content Begins Here -->
<?php include('../globalHTML/header.php'); ?>
<title>Card Conjurer - Creator</title>
<link rel="preload" href="/fonts/beleren-b.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
<link rel="preload" href="/fonts/beleren-bsc.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
@@ -332,7 +315,4 @@
</div>
</div>
<script defer src='/js/creator.js'></script>
<!-- Page Specific Content Ends Here -->
<footer html-include='/globalHTML/footer.html'></footer>
</body>
</html>
<?php include('../globalHTML/footer.php'); ?>

View File

@@ -1,16 +0,0 @@
<div>
<h4>Card Conjurer</h4>
<h5><a href='https://twitter.com/ImKyle4815' target='_blank'>Twitter</a></h5>
<h5><a href='https://www.patreon.com/KyleBurton' target='_blank'>Patreon</a></h5>
</div>
<div>
<h4>Navigation</h4>
<h5><a href='/'>Home</a></h5>
<h5><a href='/creator'>Creator</a></h5>
<h5><a href='/askurza'>Ask Urza</a></h5>
</div>
<div>
<h4>Legal</h4>
<h5><a href='/legal'>Terms and Conditions</a></h5>
<p>We are neither affiliated with, sponsored by, nor endorsed by Wizards of the Coast. Fonts, Mana symbols, card images, and other related images are trademarks and copyrights of Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc.<br>We are neither affiliated with, sponsored by, nor endorsed by Scryfall LLC.<br>All user-uploaded material is property of the original artist, and it is the user's responsibility to ensure that these materials are properly credited.<br>All other content Copyright © 2020 Card Conjurer.<br>For more information on the Disclaimer or Terms and Conditions, please click the link above.</p>
</div>

View File

@@ -1 +0,0 @@
<h1 class='title center'>CARD CONJURER</h1>

View File

@@ -1,20 +0,0 @@
<svg width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" class='hamburger' onclick='toggleMenu()'>
<path class='line1' d="M10,18L90,18L10,82" />
<path class='line3' d="M10,82L90,82L10,18" />
<path class='line2' d="M10,50L90,50" />
</svg>
<div class='circle'></div>
<div class='menu menu-hidden'>
<div class='main-menu'>
<h2>Navigation</h2>
<h3><a href='/'>Home</a></h3>
<h3><a href='/creator'>Card Creator</a></h3>
<!-- <h3><a href='/'>Card Gallery</a></h3> -->
<h3><a href='/askurza'>Ask Urza 2.0</a></h3>
<!-- <h3><a href='/'>About Me</a></h3> -->
<h3><a href='/legal'>Legal</a></h3>
<h2>External Links</h2>
<h3><a href='https://twitter.com/ImKyle4815' target='_blank'>Twitter</a></h3>
<h3><a href='https://www.patreon.com/KyleBurton' target='_blank'>Patreon</a></h3>
</div>
</div>

Before

Width:  |  Height:  |  Size: 963 B

View File

@@ -1,20 +0,0 @@
<svg width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" class='hamburger' onclick='toggleMenu()'>
<path class='line1' d="M10,18L90,18L10,82" />
<path class='line3' d="M10,82L90,82L10,18" />
<path class='line2' d="M10,50L90,50" />
</svg>
<div class='circle'></div>
<div class='menu menu-hidden'>
<div class='main-menu'>
<h2>Navigation</h2>
<h3><a href='/'>Home</a></h3>
<h3><a href='/creator'>Card Creator</a></h3>
<!-- <h3><a href='/'>Card Gallery</a></h3> -->
<h3><a href='/askurza'>Ask Urza 2.0</a></h3>
<!-- <h3><a href='/'>About Me</a></h3> -->
<h3><a href='/legal'>Legal</a></h3>
<h2>External Links</h2>
<h3><a href='https://twitter.com/ImKyle4815' target='_blank'>Twitter</a></h3>
<h3><a href='https://www.patreon.com/KyleBurton' target='_blank'>Patreon</a></h3>
</div>
</div>

Before

Width:  |  Height:  |  Size: 963 B

View File

@@ -1,24 +0,0 @@
function includeHTML() {
var elementList = document.getElementsByTagName('*');
for (var i = 0; i < elementList.length; i ++) {
element = elementList[i];
var file = element.getAttribute('html-include');
if (file) {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {
element.innerHTML = this.responseText;
} else if (this.status == 404) {
element.innerHTML = 'HTML inclusion not found';
}
element.removeAttribute('html-include');
includeHTML();
}
}
xhttp.open('GET', file, true);
xhttp.send();
return;
}
}
}

View File

@@ -1,21 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="description">
<meta name="keywords" content="keywords">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<script src='/js/includeHTML.js'></script>
<script src='/js/main.js'></script>
</head>
<body onload='includeHTML();'>
<div class='background'></div>
<header html-include='/globalHTML/header.html'></header>
<div html-include='/globalHTML/menu.html'></div>
<!-- Page Specific Content Begins Here -->
<?php include('../globalHTML/header.php'); ?>
<title>Card Conjurer - Legal</title>
<h2 class='readable-background header-extension title center'>Terms and Conditions</h2>
<div class='main-content margin-large'>
@@ -75,7 +58,4 @@
</h5>
</div>
</div>
<!-- Page Specific Content Ends Here -->
<footer html-include='/globalHTML/footer.html'></footer>
</body>
</html>
<?php include('../globalHTML/footer.php'); ?>