diff --git a/music/index.html b/music/index.html new file mode 100644 index 0000000..7c05373 --- /dev/null +++ b/music/index.html @@ -0,0 +1,58 @@ +<head> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> + <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'> + <style> + body { + font-family: Roboto; + margin: 0; + padding: 0; + } + </style> + +</head> +<body> + + <div style="height:97%;width:100%;"> + +<div class="featured" style="float:left;height:100%;width:60%;"> + <div class="card" style="width: 98%;margin:0;"> + <div class="card-block"> + <h2>Newest Release</h2> + + <iframe style="border: 0; width: 99%; height: 85%;" src="https://bandcamp.com/EmbeddedPlayer/album=3082028873/size=large/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="http://retrylife.bandcamp.com/album/sir-dankleys-mlg-restaurant">Sir Dankley's MLG Restaurant by RetryLife</a></iframe> + </div> + </div> +</div> + + +<div class="about" style="float:right; width:40%;height:100%;"> + <div class="card" style="width: 13rem;"> + <div class="card-block"> + <p class="card-text">Hey! this isn't our only release. The rest can be found by clicking on the button below.</p> + </div> + </div> + + <div style="height:0.5rem;"></div> + <div class="card" style="width: 13rem;"> + <div class="card-block"> + <a href="https://retryilfe.bandcamp.com" class="btn btn-primary" style="width:10.2rem;">More Music!</a> + + + </div> + </div> + + + + + +</div> + +</div> + + + +<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script> + +</body>