This commit is contained in:
Kyle
2020-07-10 17:45:43 -07:00
parent 3aab056463
commit 53c89cfd4b
2 changed files with 42 additions and 2 deletions

39
about/index.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html5>
<html>
<head>
<script data-ad-client="ca-pub-8226515140557560" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async src="/data/scripts/cookies.js"></script>
<link rel="stylesheet" href="/data/styles/main.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/data/site/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/data/site/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/data/site/favicons/favicon-16x16.png">
<link rel="manifest" href="/data/site/favicons/site.webmanifest">
</head>
<body>
<title>CC - About</title>
<div class='darkLayer fadeIn'><div class='title'>About Me</div></div>
<div class='layer fadeIn'>
<div class='indent'>
Hello! My name is Kyle Burton, and I'm the creator of Card Conjurer. I started playing Magic with the M14 deckbuilder's toolkit. I played 60-card casual games with several close friends, and when Khans of Tarkir was released we attended our first prerelease. As the years passed I got more and more into Magic and ultimately discovered Commander, which is my favorite format to this day.
</div><br>
<div class='indent'>
During middle school I did some light programming with Processing and Lego's NXT, and halfway through high school I taught myself Javascript, HTML, and CSS (the languages that compose websites). Then, in the summer of 2018, I combined my love for Magic and curiosity for programming by creating Card Conjurer.
</div><br>
<div class='indent'>
I initially wanted to make some Commander Achievement cards that looked like real Magic cards, so I decided to make a small web-based application to fill blank magic card images with text and mana symbols. It worked surprisingly well, and I soon began to expand on the original idea by adding more customization and more frames. By the end of summer break I decided to purchase the domain CardConjurer.com so I could share my program with the world. Since then I've remade the entire website from the ground-up three times, and am very pleased with its current state. While I don't plan on any major revisions, I will continue adding new frames and features.
</div><br>
<div class='indent'>
I "Graduated" (no ceremony, yet) high school in 2020, and because I had such a great time learning to code and realizing how much it can accomplish I decided to pursue programming. In Fall of 2020, I will be attending CalPoly SLO to major in Software Engineering.
</div><br>
<div class='indent'>
Whether you'd like to see what I'm up to in the Magic world or take a look at some of the cards I've made with Card Conjurer, please consider taking a moment to check out my Twitter <a style='color: #00aced;' href="https://twitter.com/ImKyle4815" target='_blank'>@ImKyle4815</a>!
</div>
</div>
</body>
<footer id='footer'>
<script async src='/data/scripts/footer.js'></script>
<script defer src="/data/scripts/animations.js"></script>
</footer>
<html>

View File

@@ -27,9 +27,10 @@ document.getElementById('footer').innerHTML = `
<div>
<a href='/'>Home</a><br>
<a href='/creator'>Card Creator</a><br>
<a href='/life.html'>Life Counter</a><br>
<a href='/askscryfall'>Ask Scryfall</a><br>
<a href='/phyrexian'>Phyrexian Text</a>
<a href='/phyrexian'>Phyrexian Text</a><br>
<a href='/life.html'>Life Counter</a><br>
<a href='/about'>About Me</a>
</div>
</div>
<div>