Skip to content

Commit

Permalink
Archive link
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 7, 2024
1 parent f831111 commit 67dcc35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
12 changes: 8 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ <h1 class="title">
<div class="download-bar">
<div class="inner">
<a href="{{ site.baseurl }}/downloads.html"
class="download-button downloads">
<span>Downloads</span>
class="download-button">
<i class="fas fa-download"></i><span>Downloads</span>
</a>
<a href="http://cdogs.morezombies.net"
class="download-button campaigns">
<span>Campaigns</span>
class="download-button">
<i class="fas fa-link"></i><span>Campaigns</span>
</a>
<a href="{{ site.baseurl }}/archive.html"
class="download-button">
<i class="fas fa-archive"></i><span>Archive</span>
</a>
<a href="https://github.com/cxong/cdogs-sdl" class="code">GitHub</a>
</div>
Expand Down
20 changes: 0 additions & 20 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,26 +181,6 @@ p.tagline {
filter:alpha(opacity=1);
}

a.downloads,
a.downloads span {
background: transparent url(../images/download.png) no-repeat 0 0;
width: 24px;
height: 24px;
display: inline-block;
text-indent: -10000px;
-webkit-transition: opacity ease-in-out 0.3s;
}

a.campaigns,
a.campaigns span {
background: transparent url(../images/link.png) no-repeat 0 0;
width: 24px;
height: 24px;
display: inline-block;
text-indent: -10000px;
-webkit-transition: opacity ease-in-out 0.3s;
}

a.code {
background: transparent url(../images/code.png) no-repeat 0 2px;
width: 30px;
Expand Down
Binary file removed images/download.png
Binary file not shown.
Binary file removed images/link.png
Binary file not shown.

0 comments on commit 67dcc35

Please sign in to comment.