forked from chrisclear22/threedays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c36c12d
Showing
22 changed files
with
720 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Three Days Grace</title> | ||
<meta name="description" content="Three Days Grace Discography"> | ||
<meta name="author" content="Christopher Clear"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps%20Nobile|UnifrakturMaguntia' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
</head> | ||
<!--BODY--> | ||
<body class="cf"> | ||
<div id="wrapper"> | ||
<header><a href="index.html">Three Days Grace</a></header> | ||
<img src="images/albumart4.jpg" alt="Three Days Grace" class="album imgrt"> | ||
|
||
|
||
<table> | ||
<tr class="red"> | ||
<td>Burn</td> | ||
<td>4:27</td> | ||
</tr> | ||
<tr> | ||
<td>Just Like You</td> | ||
<td>3:06</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>I Hate Everything About You </td> | ||
<td>3:51</td> | ||
</tr> | ||
<tr> | ||
<td>Home</td> | ||
<td>4:20</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Scared</td> | ||
<td>3:13</td> | ||
</tr> | ||
<tr> | ||
<td>Let You Down</td> | ||
<td>3:44</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Now or Never</td> | ||
<td>3:00</td> | ||
</tr> | ||
<tr> | ||
<td>Born Like This</td> | ||
<td>3:32</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Drown</td> | ||
<td>3:28</td> | ||
</tr> | ||
<tr> | ||
<td>Wake Up</td> | ||
<td>3:24</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Take Me Under</td> | ||
<td>4:18</td> | ||
</tr> | ||
<tr> | ||
<td>Overrated</td> | ||
<td>3:30</td> | ||
</table> | ||
|
||
<footer class="cf"> | ||
<a href="http://twitter.com/chrisclear22"><img src="images/tweet.png" alt="twitter" class="tweet"></a>© <a href="source.html">Christopher Clear 2014 For Educational Purposes</a><br> | ||
</footer> | ||
</div> | ||
</body> | ||
<!--END BODY--> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Three Days Grace</title> | ||
<meta name="description" content="Three Days Grace Discography"> | ||
<meta name="author" content="Christopher Clear"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps%20Nobile|UnifrakturMaguntia' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
</head> | ||
|
||
<!--BODY--> | ||
<body class="cf"> | ||
<div id="wrapper"> | ||
<header><a href="index.html">ONE-X</a></header> | ||
<img src="images/albumart3.jpg" alt="ONE-X" class="album imgrt"> | ||
|
||
|
||
<table> | ||
<tr class="red"> | ||
<td>It' All Over</td> | ||
<td>4:09</td> | ||
</tr> | ||
<tr> | ||
<td>Pain</td> | ||
<td>3:22</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Animal I Have Become</td> | ||
<td>3:51</td> | ||
</tr> | ||
<tr> | ||
<td>Never Too Late</td> | ||
<td>3:29</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>On My Own</td> | ||
<td>3:05</td> | ||
</tr> | ||
<tr> | ||
<td>Riot</td> | ||
<td>3:27</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Get Out Alive</td> | ||
<td>4:22</td> | ||
</tr> | ||
<tr> | ||
<td>Let It Die</td> | ||
<td>3:09</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Over and Over</td> | ||
<td>3:11</td> | ||
</tr> | ||
<tr> | ||
<td>Time of Dying</td> | ||
<td>3:06</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Gone Forever</td> | ||
<td>3:41</td> | ||
</tr> | ||
<tr> | ||
<td>ONE-X</td> | ||
<td>4:46</td> | ||
</tr> | ||
</table> | ||
|
||
<footer class="cf"> | ||
<a href="http://twitter.com/chrisclear22"><img src="images/tweet.png" alt="twitter" class="tweet"></a>© <a href="source.html">Christopher Clear 2014 For Educational Purposes</a><br> | ||
</footer> | ||
</div> | ||
</body> | ||
<!--END BODY--> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Three Days Gracea</title> | ||
<meta name="description" content="Three Days Grace Discography"> | ||
<meta name="author" content="Christopher Clear"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps%20Nobile|UnifrakturMaguntia' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
</head> | ||
|
||
<!--BODY--> | ||
<body class="cf"> | ||
<div id="wrapper" class="cf"> | ||
<header><a href="index.html">Life Starts Now</a></header> | ||
<img src="images/albumart2.jpg" alt="Life Starts Now" class="album imgrt"> | ||
|
||
|
||
<table> | ||
<tr class="red"> | ||
<td>Bitter Taste</td> | ||
<td>4:00</td> | ||
</tr> | ||
<tr> | ||
<td>Break</td> | ||
<td>3:13</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>World So Cold</td> | ||
<td>4:02</td> | ||
</tr> | ||
<tr> | ||
<td>Lost In You</td> | ||
<td>3:52</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>The Good Life</td> | ||
<td>2:53</td> | ||
</tr> | ||
<tr> | ||
<td>No More</td> | ||
<td>3:45</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Last to Know</td> | ||
<td>3:27</td> | ||
</tr> | ||
<tr> | ||
<td>Some One Who Cares</td> | ||
<td>4:52</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Bully</td> | ||
<td>3:38</td> | ||
</tr> | ||
<tr> | ||
<td>Without You</td> | ||
<td>3:33</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Goin' Down</td> | ||
<td>3:05</td> | ||
</tr> | ||
<tr> | ||
<td>Life Starts Now</td> | ||
<td>3:08</td> | ||
</table> | ||
|
||
<footer class="cf"> | ||
<a href="http://twitter.com/chrisclear22"><img src="images/tweet.png" alt="twitter" class="tweet"></a>© <a href="source.html">Christopher Clear 2014 For Educational Purposes</a><br> | ||
</footer> | ||
</div> | ||
</body> | ||
<!--END BODY--> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Three Days Grace</title> | ||
<meta name="description" content="Three Days Grace Discography"> | ||
<meta name="author" content="Christopher Clear"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps%20Nobile|UnifrakturMaguntia' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
</head> | ||
|
||
<!--BODY--> | ||
<body class="cf"> | ||
<div id="wrapper"> | ||
<header><a href="index.html">Transit of Venus</a></header> | ||
<img src="images/albumart1.png" alt="Transit of Venus" class="album imgrt"> | ||
|
||
<table> | ||
<tr class="red"> | ||
<td>Sign of the Times</td> | ||
<td>3:11</td> | ||
</tr> | ||
<tr> | ||
<td>Chalk Outline</td> | ||
<td>3:01</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>The High Road</td> | ||
<td>3:13</td> | ||
</tr> | ||
<tr> | ||
<td>Operate</td> | ||
<td>3:22</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Anonymous</td> | ||
<td>3:13</td> | ||
</tr> | ||
<tr> | ||
<td>Misery Loves My Company</td> | ||
<td>2:42</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Give In to Me</td> | ||
<td>3:19</td> | ||
</tr> | ||
<tr> | ||
<td> Happiness</td> | ||
<td>2:53</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Give Me a Reason</td> | ||
<td>4:03</td> | ||
</tr> | ||
<tr> | ||
<td>Time That Remains</td> | ||
<td>3:12</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Expectations</td> | ||
<td>2:42</td> | ||
</tr> | ||
<tr> | ||
<td>Broken Glass</td> | ||
<td>3:21</td> | ||
</tr> | ||
<tr class="red"> | ||
<td>Unbreakable Heart</td> | ||
<td>3:26</td> | ||
|
||
</table> | ||
|
||
<footer class="cf"> | ||
<a href="http://twitter.com/chrisclear22"><img src="images/tweet.png" alt="twitter" class="tweet"></a>© <a href="source.html">Christopher Clear 2014 For Educational Purposes</a><br> | ||
</footer> | ||
</div> | ||
</body> | ||
<!--END BODY--> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.