Add new donation page
This commit is contained in:
+90
-13
@@ -1,14 +1,91 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Donate to OpenEmu</title>
|
||||
<meta http-equiv="refresh" content="1; url=https://cash.me/$openemu">
|
||||
<script>
|
||||
window.location.href = "https://cash.me/$openemu"
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
If you are not redirected automatically, follow the link to <a href="https://cash.me/$openemu">cash.me/$openemu</a>
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
|
||||
<!--[if IE 9 ]><html class="ie ie9" lang="en"><![endif]-->
|
||||
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Donate to OpenEmu - Multiple Video Game System</title>
|
||||
|
||||
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/img/favicons/favicon-152.png">
|
||||
|
||||
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/favicons/favicon-144.png">
|
||||
|
||||
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/img/favicons/favicon-120.png">
|
||||
|
||||
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/favicons/favicon-114.png">
|
||||
|
||||
<!-- For first- and second-generation iPad: -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/favicons/favicon-72.png">
|
||||
|
||||
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
|
||||
<link rel="apple-touch-icon-precomposed" href="/img/favicons/favicon-57.png">
|
||||
|
||||
<link rel="icon" href="/favicon.ico" sizes="16x6 32x32 48x48">
|
||||
|
||||
<meta name="description" content="Console and Arcade video game emulator for Mac OSX" />
|
||||
<meta name="keywords" content="openemu, console emulator, arcade emulator" />
|
||||
|
||||
<!-- Facebook -->
|
||||
<meta property="og:title" content="OpenEmu"/>
|
||||
<meta property="og:site_name" content="OpenEmu - Multiple Video Game System"/>
|
||||
<meta property="og:url" content="http://openemu.org/"/>
|
||||
<meta property="og:type" content="site"/>
|
||||
<meta property="og:description" content="Console and Arcade video game emulator for Mac OSX."/>
|
||||
|
||||
<!--[if gte IE 8]><!-->
|
||||
<link href="../css/style.css" rel="stylesheet" />
|
||||
<!--<![endif]-->
|
||||
</head>
|
||||
|
||||
<body class="sect-overview">
|
||||
|
||||
<div id="page">
|
||||
<div id="head">
|
||||
<h1 id="logo"><a href="http://openemu.org">OpenEmu</a></h1>
|
||||
<div id="nav">
|
||||
<div class="container">
|
||||
<ul class="nav">
|
||||
<li class="nav-overview"><a href="http://openemu.org">Overview</a></li>
|
||||
<li class="nav-news"><a href="http://twitter.com/openemu">News</a></li>
|
||||
<li class="nav-forum"><a href="https://github.com/OpenEmu/OpenEmu/wiki">Help</a></li>
|
||||
<li class="nav-github"><a href="https://github.com/OpenEmu">GitHub</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="body">
|
||||
|
||||
<div class="container">
|
||||
<div style="text-align: center;">
|
||||
<h1><strong>Thank You For Your Support!</strong></h1><br>
|
||||
</div>
|
||||
<div style="float: left; width: 50%; text-align: center;">
|
||||
<a href="https://cash.me/$openemu"><img src="square-cash.png" alt="Square Cash" /></a>
|
||||
<p>U.S. Debit only</p>
|
||||
</div>
|
||||
<!-- <div style="float: left; width: 33%; text-align: center;">
|
||||
<img src="skrill.png" alt="Skrill" />
|
||||
<p>Outside-U.S. Credit/Debit</p>
|
||||
</div> -->
|
||||
<div style="float: left; width: 50%; text-align: center;">
|
||||
<br>
|
||||
<a href="https://www.patreon.com/openemu"><img height="40" width="204" src="patreon%402x.png" alt="Patreon" /></a>
|
||||
<p>Worldwide Credit/Debit/PayPal<br>One-time or monthly</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="foot">
|
||||
<div class="foot container">
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user