mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-04 08:00:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			71 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="chrome=1" />
 | 
						|
    <title>Keyrune | Andrew Gioia</title>
 | 
						|
    <link rel="stylesheet" href="bower_components/keyrune/css/keyrune.css" />
 | 
						|
    <link rel="stylesheet" href="css/main.css" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
    <section id="banner">
 | 
						|
        <div class="wrapper">
 | 
						|
            <a href="index.html" class="item">Home</a>
 | 
						|
            <a href="icons.html" class="item">Set Icons</a>
 | 
						|
            <a href="examples.html" class="item">Examples</a>
 | 
						|
            <a href="http://github.com/andrewgioia/Keyrune" class="item">GitHub Project</a>
 | 
						|
            <span class="item">
 | 
						|
                Created by
 | 
						|
                <a href="http://andrewgioia.com">Andrew Gioia</a>
 | 
						|
            </span>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
 | 
						|
    <header>
 | 
						|
        <div class="wrapper">
 | 
						|
            <div class="bigicon">
 | 
						|
                <i class="ss ss-leg"></i>
 | 
						|
            </div>
 | 
						|
            <h1>Keyrune</h1>
 | 
						|
            <h2>Magic: the Gathering set symbol font</h2>
 | 
						|
            <div class="actions">
 | 
						|
                <a class="dl button" href="http://github.com/andrewgioia/Keyrune">
 | 
						|
                    <i class="ss ss-pmtg2"></i>
 | 
						|
                    Download
 | 
						|
                </a>
 | 
						|
                <a class="vs button" href="icons.html">
 | 
						|
                    <i class="ss ss-mmq"></i>
 | 
						|
                    View Set Icons
 | 
						|
                </a>
 | 
						|
            </div>
 | 
						|
            <p>
 | 
						|
                Current version 0.1 includes all sets to Fate Reforged.
 | 
						|
            </p>
 | 
						|
        </div>
 | 
						|
    </header>
 | 
						|
 | 
						|
    <main>
 | 
						|
        <div class="wrapper">
 | 
						|
            <section>
 | 
						|
                <h3>Keyrune is a complete set of <strong>scalable vector icons</strong> for Magic set symbols.</h3>
 | 
						|
                <h4>Drop them into your application, website, or custom cards and control their size, color, drop shadow, or any dimension just as you would with any text!</h4>
 | 
						|
            </section>
 | 
						|
            <section>
 | 
						|
                <h2>Using Keyrune</h2>
 | 
						|
                <p>Each set symbol has its own font character. Display them in a manner similar to <a href="http://fontawesome.io">Font Awesome</a> using the <code><i class="ss ss-exp"></i></code> element. Class name codes are based on the expansion codes from <a href="http://mtgjson.com">MTG JSON</a>.</p>
 | 
						|
                <p>To use Keyrune, move the font files to your /fonts directory and include the <code>keyrune.css</code> stylesheet in your <code><head></code>:</p>
 | 
						|
            </section>
 | 
						|
        </div>
 | 
						|
    </main>
 | 
						|
 | 
						|
    <footer>
 | 
						|
        <div class="wrapper">
 | 
						|
            Made with ♥ by <a href="http://andrewgioia.com">Andrew Gioia</a>
 | 
						|
        </div>
 | 
						|
    </footer>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |