-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 2.19 KB
/
index.html
1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>WebFrames</title> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="description" content="Create full-color animated images for every browser. It's free and open source."> <meta property="og:title" content="WebFrames: Animated Images for the Web"> <meta property="og:type" content="website"> <meta property="og:image" content="http://www.svachon.com/webframes/no-gif.png"> <link rel="stylesheet" href="style.css"> </head> <body class="home"> <header id="menu"> <div> <div> <h1><a href="./">WebFrames</a></h1> <a class="download disabled" href="#">Download</a> <a class="toggle open" href="#menu" title="Show Menu" role="presentation">Show Menu</a> <a class="toggle close" href="#" title="Hide Menu" role="presentation">Hide Menu</a> <nav> <ul> <li><a class="disabled" href="#some-page">What it is</a></li> <li><a class="disabled" href="#some-page">How it works</a></li> <li><a href="examples.html">Examples</a></li> <li><a class="disabled" href="#some-page">Documentation</a></li> </ul> </nav> </div> </div> <a href="https://github.com/webframes/webframes"><span>Star</span> on GitHub</a> </header> <article id="top"> <div class="box"> <div class="box-content"> <header class="main"> <h1>Animated Images for the Web</h1> <p>Create full-color animated images for every browser. It's free and open source.</p> <p><a href="examples.html">Examples</a></p> </header> <article id="kickstarter"> <h1>Kickstarter Campaign Happening Now!</h1> <div> <iframe width="480" height="360" src="https://www.kickstarter.com/projects/stevenvachon/webframes-animated-images-for-the-web/widget/video.html"></iframe> <iframe width="220" height="420" src="https://www.kickstarter.com/projects/stevenvachon/webframes-animated-images-for-the-web/widget/card.html?v=2"></iframe> </div> </article> </div> </div> </article> <footer class="box"> <div class="box-content"> <p>Created by <a href="http://www.svachon.com/" rel="author">Steven Vachon</a></p> <ul> <li><a href="https://github.com/webframes">github.com/webframes</a></li> <li><a href="https://twitter.com/webframes">@webframes</a></li> </ul> </div> </footer> </body> </html>