Skip to content

Commit

Permalink
FA6
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 10, 2024
1 parent b04a082 commit aa7d6dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
6 changes: 4 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/>
<style type="text/css">
</style>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/fancybox.umd.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/javascripts/script.js"></script>
Expand Down Expand Up @@ -53,7 +53,9 @@ <h1 class="title">
class="download-button">
<span><i class="fas fa-archive"></i> Archive</span>
</a>
<a href="https://github.com/cxong/cdogs-sdl" class="code">GitHub</a>
<a href="https://github.com/cxong/cdogs-sdl">
<i class="fas fa-code"></i> GitHub
</a>
</div>
<span class="blc"></span><span class="trc"></span>
</div>
Expand Down
33 changes: 0 additions & 33 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,39 +170,6 @@ p.tagline {
display: block;
}

.download-bar a.code {
background: transparent url(../images/code.png) no-repeat 0 2px;
padding-left: 35px;
margin-top: 8px;
display: block;
float: left;
text-indent: 0;
width: auto;
height: auto;
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=1);
}

a.code {
background: transparent url(../images/code.png) no-repeat 0 2px;
width: 30px;
height: 21px;
display: block;
opacity: 0.8;
display: inline-block;
text-indent: -10000px;
-moz-opacity: 0.8;
filter:alpha(opacity=8);
-webkit-transition: opacity ease-in-out 0.3s;
}

a.code:hover {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=1);
}

a.download-button {
border: 1px solid black;
border-radius: 3px;
Expand Down
Binary file removed images/code.png
Binary file not shown.
Binary file removed images/logo.png
Binary file not shown.
Binary file removed images/top.png
Binary file not shown.

0 comments on commit aa7d6dc

Please sign in to comment.