mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-10-31 07:10:42 -05:00 
			
		
		
		
	better header
This commit is contained in:
		| @@ -1,5 +1,8 @@ | |||||||
| <?php include('../globalHTML/header.php'); ?> | <?php | ||||||
| 	<title>Card Conjurer - About</title> | $title = 'Card Conjurer - About'; | ||||||
|  | $desc = 'Card Conjurer has gone through a handful of major remakes. Click here for the full story!'; | ||||||
|  | include('../globalHTML/header-1.php'); | ||||||
|  | ?> | ||||||
| 	<h2 class='readable-background header-extension title center'>About Me</h2> | 	<h2 class='readable-background header-extension title center'>About Me</h2> | ||||||
| 	<div class='layer center'></div> | 	<div class='layer center'></div> | ||||||
| 	<div class='layer center'> | 	<div class='layer center'> | ||||||
|   | |||||||
| @@ -1,5 +1,8 @@ | |||||||
| <?php include('../globalHTML/header.php'); ?> | <?php | ||||||
|     <title>Ask Urza 2.0</title> | $title = 'Ask Urza 2.0'; | ||||||
|  | $desc = 'Select random loyalty abilities from across all of Magic’s past planeswalkers. Gain 3 life? What a dud... Two extra turns? Yes please! Urza can do it all'; | ||||||
|  | include('../globalHTML/header-1.php'); | ||||||
|  | ?> | ||||||
|     <h2 class='readable-background header-extension title center margin-bottom-large'>Ask Urza 2.0</h2> |     <h2 class='readable-background header-extension title center margin-bottom-large'>Ask Urza 2.0</h2> | ||||||
|     <style> |     <style> | ||||||
|         .askUrzaGrid { |         .askUrzaGrid { | ||||||
|   | |||||||
| @@ -1,5 +1,8 @@ | |||||||
| <?php include('../globalHTML/header.php'); ?> | <?php | ||||||
| 	<title>Card Conjurer - Creator</title> | $title = 'Card Conjurer - Creator'; | ||||||
|  | $desc = 'Create custom Magic: The Gathering cards on any web-enabled device. Make creatures, tokens, planeswalkers, and more in showcase frames and high resolutions'; | ||||||
|  | include('../globalHTML/header-1.php'); | ||||||
|  | ?> | ||||||
| 	<link rel="preload" href="/fonts/beleren-b.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'> | 	<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'> | 	<link rel="preload" href="/fonts/beleren-bsc.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'> | ||||||
| 	<link rel="preload" href="/fonts/gotham-medium.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'> | 	<link rel="preload" href="/fonts/gotham-medium.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'> | ||||||
|   | |||||||
| @@ -3,8 +3,8 @@ | |||||||
| <head> | <head> | ||||||
| 	<meta charset="utf-8"> | 	<meta charset="utf-8"> | ||||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1"> | 	<meta name="viewport" content="width=device-width, initial-scale=1"> | ||||||
| 	<meta name="description" content="description"> | 	<meta name="description" content="<?php echo $desc; ?>"> | ||||||
| 	<meta name="keywords" content="keywords"> | 	<meta name="keywords" content="mtg, magic, card, creator, custom, maker"> | ||||||
| 	<meta name="apple-mobile-web-app-capable" content="yes"> | 	<meta name="apple-mobile-web-app-capable" content="yes"> | ||||||
| 	<meta name="mobile-web-app-capable" content="yes"> | 	<meta name="mobile-web-app-capable" content="yes"> | ||||||
| 	<meta name="apple-mobile-web-app-status-bar-style" content="black"> | 	<meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||||||
| @@ -17,6 +17,7 @@ | |||||||
| 	<link rel="manifest" href="/site.webmanifest"> | 	<link rel="manifest" href="/site.webmanifest"> | ||||||
| 	<script src='/js/themes.js'></script> | 	<script src='/js/themes.js'></script> | ||||||
| 	<script defer src='/js/main-1.js'></script> | 	<script defer src='/js/main-1.js'></script> | ||||||
|  | 	<title><?php echo $title; ?></title>
 | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
| 	<div class='background'></div> | 	<div class='background'></div> | ||||||
| @@ -1,5 +1,8 @@ | |||||||
| <?php include('globalHTML/header.php'); ?> | <?php | ||||||
| 	<title>Card Conjurer</title> | $title = 'Card Conjurer - Welcome'; | ||||||
|  | $desc = 'Create custom Magic: The Gathering cards on any web-enabled device. Make creatures, tokens, planeswalkers, and more in showcase frames and high resolutions'; | ||||||
|  | include('globalHTML/header-1.php'); | ||||||
|  | ?> | ||||||
| 	<div class='layer center'></div> | 	<div class='layer center'></div> | ||||||
| 	<div class='layer center'> | 	<div class='layer center'> | ||||||
| 		<h1>Welcome to Card Conjurer</h1> | 		<h1>Welcome to Card Conjurer</h1> | ||||||
|   | |||||||
| @@ -1,5 +1,8 @@ | |||||||
| <?php include('../globalHTML/header.php'); ?> | <?php | ||||||
| 	<title>Card Conjurer - Legal</title> | $title = 'Card Conjurer - Legal'; | ||||||
|  | $desc = 'One does not simply make custom cards. Inform yourself on any rules and restrictions by reading these terms and conditions.'; | ||||||
|  | include('../globalHTML/header-1.php'); | ||||||
|  | ?> | ||||||
| 	<h2 class='readable-background header-extension title center margin-bottom-large'>Terms and Conditions</h2> | 	<h2 class='readable-background header-extension title center margin-bottom-large'>Terms and Conditions</h2> | ||||||
| 	<div class='main-content'> | 	<div class='main-content'> | ||||||
| 		<div class='readable-background layer margin-bottom-large'> | 		<div class='readable-background layer margin-bottom-large'> | ||||||
|   | |||||||
| @@ -1,5 +1,8 @@ | |||||||
| <?php include('../globalHTML/header.php'); ?> | <?php | ||||||
|     <title>Phyrexian Text Generator</title> | $title = 'Phyrexian Text Generator'; | ||||||
|  | $desc = 'Generate random strands of phyrexian text for use with Card Conjurer, the custom Magic: The Gathering card creator'; | ||||||
|  | include('../globalHTML/header-1.php'); | ||||||
|  | ?> | ||||||
|     <h2 class='readable-background header-extension title center margin-bottom-large'>Phyrexian Text Generator</h2> |     <h2 class='readable-background header-extension title center margin-bottom-large'>Phyrexian Text Generator</h2> | ||||||
|     <style> |     <style> | ||||||
|         textarea.input.phyrexian-textarea { |         textarea.input.phyrexian-textarea { | ||||||
|   | |||||||
| @@ -1,5 +1,8 @@ | |||||||
| <?php include('../globalHTML/header.php'); ?> | <?php | ||||||
| 	<title>Card Conjurer - Theme Editor</title> | $title = 'Card Conjurer - Theme Editor'; | ||||||
|  | $desc = 'Customize your experience by adjusting the look of Card Conjurer. Upload a background, adjust the lightness, or maybe discover what rainbow-mode is!'; | ||||||
|  | include('../globalHTML/header-1.php'); | ||||||
|  | ?> | ||||||
| 	<h2 class='readable-background header-extension title center'>Theme Editor</h2> | 	<h2 class='readable-background header-extension title center'>Theme Editor</h2> | ||||||
| 	<div class='layer center'></div> | 	<div class='layer center'></div> | ||||||
| 	<div class='layer center'> | 	<div class='layer center'> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle