Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Remove GiHub ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Dec 4, 2015
1 parent d5c9f06 commit e7f1c68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 165 deletions.
140 changes: 0 additions & 140 deletions puffin/static/styles/gh-fork-ribbon.css

This file was deleted.

17 changes: 0 additions & 17 deletions puffin/static/styles/puffin.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ body {
height: 60px;
}

.github-fork-ribbon-wrapper {
top: 50px;
}
.github-fork-ribbon {
background-color: #222222;
}
.github-fork-ribbon a {
color: #9d9d9d;
}
.github-fork-ribbon a, .github-fork-ribbon a:hover {
border-style: none;
text-shadow: none;
}
.github-fork-ribbon {
box-shadow: none;
}

/* App thumbnails */
.thumbnail {
height: 360px;
Expand Down
7 changes: 5 additions & 2 deletions puffin/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="{{url_for('static', filename='styles/gh-fork-ribbon.css')}}">
<link rel="stylesheet" href="{{url_for('static', filename='styles/puffin.css')}}">
{% endblock %}

Expand Down Expand Up @@ -77,7 +76,11 @@

<footer class="footer">
<div class="container">
<p>&copy; 2015 <a href="http:https://loomchild.net">loomchild</a> et al. Licensed under <a href="https://www.gnu.org/licenses/agpl.txt">AGPL</a>.</p>
<p>
Created by <a href="http:https://loomchild.net">loomchild</a> et al.
Licensed under <a href="https://www.gnu.org/licenses/agpl.txt">AGPL</a>.
Source code hosted on <a href="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/loomchild/puffin">Github</a>.
</p>
</div>
</footer>

Expand Down
6 changes: 0 additions & 6 deletions puffin/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ <h1>Welcome to Puffin!</h1>

{% block about %}

<div class="github-fork-ribbon-wrapper right fixed">
<div class="github-fork-ribbon">
<a class="ribbon" href="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/loomchild/puffin">Fork me on Github</a>
</div>
</div>

<div class="well well-lg">
<div class="row">

Expand Down

0 comments on commit e7f1c68

Please sign in to comment.