Skip to content

Commit

Permalink
License Tier Away
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Jul 24, 2022
1 parent 12aa4f7 commit 47fbb47
Show file tree
Hide file tree
Showing 13 changed files with 690 additions and 4 deletions.
674 changes: 674 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions style.css → css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Tier Away is a website that helps users create unique tier lists. No accounts, no hassle.
Copyright (C) 2022 Con Godsted
*/
/*FONT CSS*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');
.material-symbols-outlined {
Expand Down
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<!--
Tier Away is a website that helps users create unique tier lists. No accounts, no hassle.
Copyright (C) 2022 Con Godsted
-->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="lib/font-awesome/css/font-awesome.min.css">
<title>Tier Away</title>
</head>
<body>
Expand Down Expand Up @@ -35,9 +39,9 @@ <h1>Tier Away</h1>
</div>
<script src="script.js">
</script>
<script src="html2canvas.js"></script>
<script type="text/javascript" src="lib/html2canvas.js"></script>
<footer>
<p id="copy">Tier Away was designed by <a href="https://congodsted.com">Con Godsted</a> &copy; 2022, with help from <a href="https://luketrenaman.com">Luke Trenaman</a>.</p>
<p id="copy">Tier Away was designed by <a href="https://congodsted.com">Con Godsted</a> &copy; 2022, with help from <a href="https://luketrenaman.com">Luke Trenaman</a>.<br> Tier Away is licensed under the <a href="https://github.com/ConGodsted/TierAway/blob/main/LICENSE.md">GNU General Public License v3.0.</a></p>
<a target="_blank" href="https://github.com/ConGodsted/TierAway" id="github" class="fa fa-github fa-2x" aria-hidden="true"></a>

</footer>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Tier Away is a website that helps users create unique tier lists. No accounts, no hassle.
Copyright (C) 2022 Con Godsted
*/
//declare global variables
let imageArray = [];
let i = 0;
Expand Down

0 comments on commit 47fbb47

Please sign in to comment.