Skip to content
Open

fin #64

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 77 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,79 @@


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>


</body>
</html>

<head>
<meta charset="utf-8">
<title> Playlist </title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<div class="container">

<!-- <div class = "holds2containers"> -->

<div class="rcontainer">
<button type="button" onclick="alert('Test')">Click Me!</button>
<header>

<h1>Track Bin</h1>


</header>
<button type="button" onclick="alert('Test')"><h1>Choose Tracks</h1></button>
</div>




<div class="main-container">

<!-- <img src="https://raw.githubusercontent.com/reese22adamonis/playlist/master/resources/track.jpg" alt="tracks"> -->




</div>


<!-- </div> -->

<div class="navtop">

</div>


<div class="navbot">
<div class="wrapper">


<div class="link">© 2015 Reese Adamonis</div>


</div>



</div>






<!-- container div -->
</div>








</body>

</html>
65 changes: 65 additions & 0 deletions page2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title> Playlist2 </title>
<link rel="stylesheet" href="style2.css">
</head>

<body>

<div class="container2">

<div class = "holds2containers2">

<div class="rcontainer2">

</div>




<div class="main-container2">

</div>


</div>

<div class="navtop2">
<div class="link2">Click an album to add its tracks to the bin</div>
</div>


<div class="navbot2">
<div class="wrapper2">


<div class="link2">© 2015 Reese Adamonis</div>


</div>



</div>






<!-- container div -->
</div>








</body>

</html>
118 changes: 118 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
* {
margin:0;
padding: 0;

}


.container {
margin: 0;
padding: 0;
background-color: ;
width: 100%;
height: 100%;

}

.navtop {
width:100%;
height:60px;
background-color: grey;
position: fixed;
list-style-type: none;
margin: 0;
padding: 0;
top: 0;
border-bottom: 1px solid black;
}



.link{
display: inline-block;
color: white;
text-align: center;
padding: 14px 4px;
text-decoration: none;
font-family: sans-serif
}



h1 {
color: black;
}

.main-container {
width: 735px;
height: 780px;
/*border: 1px solid black;*/
display: inline-block;
background-color: red;
float: right;
background-image: url("https://raw.githubusercontent.com/reese22adamonis/playlist/master/resources/track.jpg");
background-size: cover;
opacity: 0.5;
}

/*.thirds {


display: inline-block;
border: solid black 1px;
width:250px;
height:270px;

}*/

.navbot{
width:100%;
height:50px;
background-color: grey;
position: fixed;
list-style-type: none;
margin: 0;
padding: 0;
bottom:0px;
border-top: 1px solid black;

}



.rcontainer{
width: 700px;
height: 800px;
/*border: 1px solid black;*/
margin-left: 0px;
display: inline-block;
background-color: white;
float: left
padding-top:50px;

}

img
{
/*display: inline-block;*/
/*max-width:100%;
max-height:100%;*/
display: inline-block;
margin-left: 5px;
height: 50px;
width: 10px;
border-radius: 100%;
border: 2px solid black



}

.holds2containers{


}

button {
padding:25px 25px 25px 25px;
}
87 changes: 87 additions & 0 deletions style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@



* {
margin:0;
padding: 0;

}


.container2 {
margin: 0;
padding: 0;
background-color: white;
width: 100%;
height: 100%;
}

.navtop2 {
width:100%;
height:120px;
background-color: grey;
position: fixed;
list-style-type: none;
margin: 0;
padding: 0;
top: 0;
border-bottom: 1px solid black;
display: table-cell;
vertical-align: bottom;
}



.link2{
display: inline-block;
color: white;
text-align: center;
padding: 14px 4px;
text-decoration: none;
font-family: sans-serif
}




.main-container2 {
width: 50%;
height: 100%;
border: 1px solid black;
display: inline-block;
background-color: red;
float: right;
}


.navbot2{
width:100%;
height:50px;
background-color: grey;
position: fixed;
list-style-type: none;
margin: 0;
padding: 0;
bottom:0px;
border-top: 1px solid black;


}



.rcontainer2{
width: 700px;
height: 800px;
border: 1px solid black;
margin-left: 0px;
display: inline-block;
background-color: brown;
float: left

}

.holds2containers2{


}