-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to unify the indentation and line endings
- Loading branch information
Showing
4 changed files
with
275 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,74 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>{{title}} | Gitcoin</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!--[if lte IE 8]><script src="/static/yge/js/html5shiv.js"></script><![endif]--> | ||
<link rel="stylesheet" href="/static/v2/css/gitcoin.css" /> | ||
<link rel="stylesheet" href="/static/yge/css/main.css" /> | ||
<link rel="stylesheet" href="/static/v2/css/rain.css" /> | ||
<link rel="stylesheet" href="/static/v2/css/jquery.select2.min.css" /> | ||
<script src="/static/v2/js/jquery.js"></script> | ||
<script src="/static/v2/js/work_with_gitcoin.js"></script> | ||
<!--[if lte IE 9]><link rel="stylesheet" href="/static/yge/css/ie9.css" /><![endif]--> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="/static/yge/css/ie8.css" /><![endif]--> | ||
<noscript><link rel="stylesheet" href="/static/yge/css/noscript.css" /></noscript> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/static/v2/images/favicon.ico/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/static/v2/images/favicon.ico/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/static/v2/images/favicon.ico/favicon-16x16.png"> | ||
<link rel="manifest" href="/static/v2/images/favicon.ico/manifest.json"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | ||
</head> | ||
<body id="yge" class="{{class}}"> | ||
{% include 'shared/ga.html' %} | ||
|
||
{% block 'world' %} | ||
{% endblock %} | ||
{% include 'shared/rain.html' with class="color" %} | ||
{% include 'shared/rain.html' with class="color" %} | ||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Main --> | ||
{% block 'main' %} | ||
|
||
{% endblock %} | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<ul class="copyright"> | ||
<li> | ||
<a href="/">© Gitcoin.co</a> | ||
</li> | ||
<li> | ||
<a href="/tip">Send Tip</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
{% block 'scripts' %}{% endblock %} | ||
<script src="/static/v2/js/jquery.select2.min.js"></script> | ||
<!--[if lte IE 8]><script src="/static/yge/js/respond.min.js"></script><![endif]--> | ||
<script> | ||
if ('addEventListener' in window) { | ||
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); }); | ||
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : ''); | ||
} | ||
</script> | ||
|
||
{% if recommend_gas_price %} | ||
<script type="text/javascript"> | ||
setInterval(function(){ | ||
defaultGasPrice = parseInt(10**9 * {{recommend_gas_price}}); | ||
},1000); | ||
</script> | ||
{% endif %} | ||
|
||
|
||
|
||
</body> | ||
</html> | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>{{title}} | Gitcoin</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#ffffff"> | ||
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | ||
|
||
<!--[if lte IE 8]><script src="/static/yge/js/html5shiv.js"></script><![endif]--> | ||
<link rel="stylesheet" href="/static/v2/css/gitcoin.css" /> | ||
<link rel="stylesheet" href="/static/yge/css/main.css" /> | ||
<link rel="stylesheet" href="/static/v2/css/rain.css" /> | ||
<link rel="stylesheet" href="/static/v2/css/jquery.select2.min.css" /> | ||
|
||
<script src="/static/v2/js/jquery.js"></script> | ||
<script src="/static/v2/js/work_with_gitcoin.js"></script> | ||
<!--[if lte IE 9]><link rel="stylesheet" href="/static/yge/css/ie9.css" /><![endif]--> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="/static/yge/css/ie8.css" /><![endif]--> | ||
<noscript><link rel="stylesheet" href="/static/yge/css/noscript.css" /></noscript> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/static/v2/images/favicon.ico/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/static/v2/images/favicon.ico/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/static/v2/images/favicon.ico/favicon-16x16.png"> | ||
<link rel="manifest" href="/static/v2/images/favicon.ico/manifest.json"> | ||
</head> | ||
<body id="yge" class="{{class}}"> | ||
{% include 'shared/ga.html' %} | ||
|
||
{% block 'world' %} | ||
{% endblock %} | ||
{% include 'shared/rain.html' with class="color" %} | ||
{% include 'shared/rain.html' with class="color" %} | ||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Main --> | ||
{% block 'main' %} | ||
|
||
{% endblock %} | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<ul class="copyright"> | ||
<li> | ||
<a href="/">© Gitcoin.co</a> | ||
</li> | ||
<li> | ||
<a href="/tip">Send Tip</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
</div> | ||
|
||
<!-- Scripts --> | ||
{% block 'scripts' %}{% endblock %} | ||
<script src="/static/v2/js/jquery.select2.min.js"></script> | ||
<!--[if lte IE 8]><script src="/static/yge/js/respond.min.js"></script><![endif]--> | ||
<script> | ||
if ('addEventListener' in window) { | ||
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); }); | ||
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : ''); | ||
} | ||
</script> | ||
|
||
{% if recommend_gas_price %} | ||
<script type="text/javascript"> | ||
setInterval(function(){ | ||
defaultGasPrice = parseInt(10**9 * {{recommend_gas_price}}); | ||
},1000); | ||
</script> | ||
{% endif %} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{% extends 'yge/base.html' %} | ||
|
||
{% block 'scripts' %} | ||
<script src="/static/yge/ethereumjs/ethereumjs-accounts.js"></script> | ||
<script src="/static/yge/ethereumjs/web3.js"></script> | ||
<script src="/static/yge/ethereumjs/hooked-web3-provider.js"></script> | ||
<script src="/static/yge/youvegoteth/web3alert.js"></script> | ||
<script src="/static/yge/youvegoteth/index.js"></script> | ||
<script src="/static/yge/youvegoteth/pre.js"></script> | ||
<script src="/static/yge/youvegoteth/new.js"></script> | ||
{% endblock %} | ||
|
||
<!-- Main --> | ||
{% block 'main' %} | ||
<section id="main"> | ||
<header> | ||
<span class="avatar"> | ||
<a href='/'> | ||
<img src="/static/v2/images/helmet.png" style="background-color: white; max-width: 100px; max-height: 100px;" /> | ||
</a> | ||
</span> | ||
<h1>Send Tip ⚡</h1> | ||
<h3>It's Fast. It's Easy. It's Free.️</h3> | ||
<p>(Supports any github username or email address)</p | ||
<br> | ||
<select id="batches" style="background:transparent; display: none; margin-bottom: 20px; margin-top: -20px" > | ||
<option value="1">1 receipient</option> | ||
<option value="5">5 receipients</option> | ||
<option value="10">10 receipients</option> | ||
<option value="20">20 receipients</option> | ||
<option value="50">50 receipients</option> | ||
</select> | ||
</header> | ||
<a href="#" id="neweth" class="button">Send Ether 💰</a> | ||
|
||
</section> | ||
{% endblock %} | ||
{% extends 'yge/base.html' %} | ||
|
||
{% block 'scripts' %} | ||
<script src="/static/yge/ethereumjs/ethereumjs-accounts.js"></script> | ||
<script src="/static/yge/ethereumjs/web3.js"></script> | ||
<script src="/static/yge/ethereumjs/hooked-web3-provider.js"></script> | ||
<script src="/static/yge/youvegoteth/web3alert.js"></script> | ||
<script src="/static/yge/youvegoteth/index.js"></script> | ||
<script src="/static/yge/youvegoteth/pre.js"></script> | ||
<script src="/static/yge/youvegoteth/new.js"></script> | ||
{% endblock %} | ||
|
||
<!-- Main --> | ||
{% block 'main' %} | ||
<section id="main"> | ||
<header> | ||
<span class="avatar"> | ||
<a href='/'> | ||
<img src="/static/v2/images/helmet.png" style="background-color: white; max-width: 100px; max-height: 100px;" /> | ||
</a> | ||
</span> | ||
<h1>Send Tip ⚡</h1> | ||
<h3>It's Fast. It's Easy. It's Free.️</h3> | ||
<p>(Supports any github username or email address)</p> | ||
<br> | ||
<select id="batches" style="background:transparent; display: none; margin-bottom: 20px; margin-top: -20px" > | ||
<option value="1">1 receipient</option> | ||
<option value="5">5 receipients</option> | ||
<option value="10">10 receipients</option> | ||
<option value="20">20 receipients</option> | ||
<option value="50">50 receipients</option> | ||
</select> | ||
</header> | ||
<a href="#" id="neweth" class="button">Send Ether 💰</a> | ||
|
||
</section> | ||
{% endblock %} |
Oops, something went wrong.