mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-11-03 23:55:01 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
$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'>
 | 
						|
		<h1>Welcome to Card Conjurer</h1>
 | 
						|
		<h3>The custom Magic: The Gathering card creator</h3>
 | 
						|
	</div>
 | 
						|
	<div class='layer center'></div>
 | 
						|
	<div class='layer readable-background center'>
 | 
						|
		<div class='sample-grid'>
 | 
						|
			<div class='animated-scene'><img src='/img/samples/sample1.png' class='animated-card-1'></div>
 | 
						|
			<div class='vertical-center'>
 | 
						|
				<h1 class='padding margin-bottom'>Choose from a Variety of Card Frames</h1>
 | 
						|
				<h3 class='padding margin-bottom'>Card Conjurer offers Expeditions, Inventions, Showcase Frames, and so much more. <a href='/creator/'>Take a look</a>!</h3>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
	</div>
 | 
						|
	<div class='layer center'>
 | 
						|
		<div class='sample-grid right'>
 | 
						|
			<div class='vertical-center'>
 | 
						|
				<h1 class='padding margin-bottom'>Customize to Your Heart's Content</h1>
 | 
						|
				<h3 class='padding margin-bottom'>With Card Conjurer's level of customization, you'll have endless options when designing your dream cards. <a href='/creator/'>Try it out</a>!</h3>
 | 
						|
			</div>
 | 
						|
			<div class='animated-scene'><img src='/img/samples/sample2.png' class='animated-card-1 animation-delay-2'></div>
 | 
						|
		</div>
 | 
						|
	</div>
 | 
						|
	<div class='layer readable-background center'>
 | 
						|
		<div class='sample-grid'>
 | 
						|
			<div class='animated-scene'><img src='/img/samples/sample3.png' class='animated-card-1 animation-delay-4'></div>
 | 
						|
			<div class='vertical-center'>
 | 
						|
				<h1 class='padding margin-bottom'>Bling Out Existing Favorites</h1>
 | 
						|
				<h3 class='padding margin-bottom'>Easily import vital information from existing cards, then redesign them. <a href='/creator/'>Go on, do it</a>!</h3>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
	</div>
 | 
						|
	<div class='layer center'>
 | 
						|
		<h1 class='margin-bottom'>Ready?</h1>
 | 
						|
		<a href='/creator/'><h1>Get Started</h1></a>
 | 
						|
	</div>
 | 
						|
<?php include('globalHTML/footer.php'); ?>
 |