Skip to content

Commit

Permalink
Merge pull request #5229 from gitcoinco/refix-ens
Browse files Browse the repository at this point in the history
refix ens
  • Loading branch information
octavioamu authored Sep 20, 2019
2 parents 91d509e + d47c721 commit 1b55d59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
35 changes: 9 additions & 26 deletions app/dashboard/templates/ens/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,17 @@
<title>{% trans "ENS Subdomains | Gitcoin" %}</title>
{% include 'shared/cards_pic.html' with title='Gitcoin | _you_.gitcoin.eth ENS Subdomains' card_desc='*NEW* Register `_you_.gitcoin.eth` with one click for free' avatar_url="https://s.gitcoin.co/static/v2/images/ens_gitcoin.png" %}
{% include 'shared/head.html' %}
<meta charset="utf-8" />
<meta name="title" content="ENS Subdomains | Gitcoin">
<meta name="description" content="Create and manage your ENS subdomain">
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="theme-color" content="#ffffff">
<!--[if lte IE 8]><script src="{% static "onepager/js/html5shiv.js" %}"></script><![endif]-->
<link rel="stylesheet" href="{% static "v2/css/bootstrap.min.css" %}" crossorigin="anonymous">

<link rel="stylesheet" href="{% static "v2/css/kudos/styles.css" %}" />
<link rel="stylesheet" href="{% static "onepager/css/main.css" %}">
<link rel="stylesheet" href="{% static "v2/css/lib/typography.css" %}">
<link rel="stylesheet" href="{% static "v2/css/gitcoin.css" %}">
<link rel="stylesheet" href="{% static "onepager/css/main.css" %}">
<link rel="stylesheet" href="{% static "v2/css/box_redeem.css" %}">
<link rel="stylesheet" href="{% static "v2/css/rain.css" %}">
<link rel="stylesheet" href="{% static "v2/css/forms/button.css" %}">
<link rel="stylesheet" href="{% static "v2/css/external_bounties/checkboxes.css" %}">
<link rel="stylesheet" href="{% static "v2/css/jquery.select2.min.css" %}">
<link rel="stylesheet" href="{% static "cookielaw/css/cookielaw.css" %}">

<script src="{% static "v2/js/lib/jquery.js" %}"></script>
<script src="{% static "v2/js/metamask-approval.js" %}"></script>
<script src="{% static "v2/js/work_with_gitcoin.js" %}"></script>
<!--[if lte IE 9]><link rel="stylesheet" href="{% static "onepager/css/ie9.css" %}"><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="{% static "onepager/css/ie8.css" %}"><![endif]-->
<noscript><link rel="stylesheet" href="{% static "onepager/css/noscript.css" %}"></noscript>
{% include 'shared/favicon.html' %}
<style>
#upper_left p{
color: white;
Expand All @@ -47,23 +32,21 @@
{% block 'world' %}
{% endblock %}
{% include 'shared/rain.html' with class="color" %}
{% include 'shared/rain.html' with class="color" %}
<!-- Wrapper -->
<div id="wrapper" class="pt-1 container-fluid">
{% include 'shared/onepager_auth.html' with source='authed' %}
{% cookielaw_banner %}
<!-- Main -->
{% block 'main' %}
{% endblock %}
<footer id="footer">
<ul class="copyright">
<li>
<a href="/">&copy; {% trans "Gitcoin.co" %}</a>
</li>
<li>
{% blocktrans %}Made with <3 &amp; bounties by <a href="https://github.com/gitcoinco/web/pull/509" target="_blank" rel="noopener noreferrer" class="pull-request-link">Scottydelta and Gitcoin Core</a>{% endblocktrans %}
</li>
</ul>
<footer class="container-fluid no-gutters" id="footer">
<div class="container d-flex justify-content-center">
<div class="w-50 text-center">
<p class="footer__text">
&copy; <a href="/">{% trans "Gitcoin.co" %}</a> | {% blocktrans %}Made with <3 &amp; bounties by <a href="https://github.com/gitcoinco/web/pull/509" target="_blank" rel="noopener noreferrer" class="pull-request-link">Scottydelta and Gitcoin Core</a>{% endblocktrans %}
</p>
</div>
</div>
</footer>
</div>
<!-- Scripts -->
Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/templates/ens/ens_register.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2><label id="githubHandle">{{ user.username|force_escape|lower }}</label><labe
</div>
</div>
<a href="#" id="register" class="button button--primary">
<img src="{% static "v2/images/metamask.svg" %}" alt="Metamask Logo">
<img src="{% static "v2/images/metamask.svg" %}" alt="Metamask Logo" style="top:0">
<span>{% trans "Register" %}</span>
</a>
{% endif %}
Expand Down

0 comments on commit 1b55d59

Please sign in to comment.