-
Notifications
You must be signed in to change notification settings - Fork 7
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
Colleen
committed
Sep 28, 2015
1 parent
92037ee
commit 998f2a8
Showing
28 changed files
with
156 additions
and
2 deletions.
There are no files selected for viewing
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.
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.
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> | ||
<head> | ||
<title>Bloc Jams</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,800,600,700,300"> | ||
<link rel="stylesheet" type="text/css" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> | ||
<link rel="stylesheet" type="text/css" href="styles/normalize.css"> | ||
<link rel="stylesheet" type="text/css" href="styles/main.css"> | ||
<link rel="stylesheet" type="text/css" href="styles/collection.css"> | ||
</head> | ||
<body class="collection"> | ||
<nav class="navbar"> | ||
<a href="index.html" class="logo"> | ||
<img src="assets/images/bloc_jams_logo.png" alt="bloc jams logo"> | ||
</a> | ||
<div class="links-container"> | ||
<a href="collection.html" class="navbar-link">Collection</a> | ||
</div> | ||
</nav> | ||
|
||
<section class="album-covers container clearfix"> | ||
<div class="collection-album-container column fourth"> | ||
<img src="assets/images/album_covers/01.png"/> | ||
<div class="collection-album-info caption"> | ||
<p> | ||
<a class="album-name" href="#">The Colors</a> | ||
<br/> | ||
<a href="#">Pablo Picasso</a> | ||
<br/> | ||
X songs | ||
<br/> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="collection-album-container column fourth"> | ||
<img src="assets/images/album_covers/01.png"/> | ||
<div class="collection-album-info caption"> | ||
<p> | ||
<a class="album-name" href="#">The Colors</a> | ||
<br/> | ||
<a href="#">Pablo Picasso</a> | ||
<br/> | ||
X songs | ||
<br/> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="collection-album-container column fourth"> | ||
<img src="assets/images/album_covers/01.png"/> | ||
<div class="collection-album-info caption"> | ||
<p> | ||
<a class="album-name" href="#">The Colors</a> | ||
<br/> | ||
<a href="#">Pablo Picasso</a> | ||
<br/> | ||
X songs | ||
<br/> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="collection-album-container column fourth"> | ||
<img src="assets/images/album_covers/01.png"/> | ||
<div class="collection-album-info caption"> | ||
<p> | ||
<a class="album-name" href="#">The Colors</a> | ||
<br/> | ||
<a href="#">Pablo Picasso</a> | ||
<br/> | ||
X songs | ||
<br/> | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
</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
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,39 @@ | ||
body.collection { | ||
background-image: url(../assets/images/blurred_backgrounds/blur_bg_2.jpg); | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
background-position: center center; | ||
background-size: cover; | ||
} | ||
|
||
.album-covers { | ||
position: relative; | ||
} | ||
|
||
.collection-album-container { | ||
position: relative; | ||
margin-top: 30px; | ||
margin-bottom: 20px; | ||
text-align: center; | ||
} | ||
|
||
.collection-album-container .caption { | ||
margin-top: 10px; | ||
} | ||
.collection-album-container .caption p { | ||
font-size: 1rem; | ||
font-weight: 300; | ||
color: rgba(255, 255, 255, 0.6); | ||
} | ||
|
||
.collection-album-container .caption p a { | ||
color: rgba(255, 255, 255, 0.6); | ||
} | ||
|
||
.collection-album-container .caption p a.album-name { | ||
color: white; | ||
} | ||
|
||
.collection-album-container img { | ||
width: 80%; | ||
} |
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