Browse Source

removed dashboard html

unknown 9 years ago
parent
commit
357efaeb9d
2 changed files with 3 additions and 25 deletions
  1. 2 9
      app/app.css
  2. 1 16
      app/app.html

+ 2 - 9
app/app.css

@@ -314,20 +314,13 @@ footer a:hover{
   cursor: pointer;
 }
 #dashboard .station{
-  background-color: rgba(255,255,255,0.3);
-  height: 250px;
-  color: white;
-  margin-top: 1em;
-  cursor: pointer;
-  transition: 0.3s;
+  
 }
 #dashboard .station:hover{
   background-color: rgba(102,205,170,0.7);
 }
 #dashboard .station .station-name{
-  text-align: center;
-  font-size: 3em;
-  font-weight: 600;
+
 }
 #dashboard .station .song-info{
   text-align: center;

+ 1 - 16
app/app.html

@@ -50,21 +50,6 @@
 
 <template name="dashboard">
   <div class="landing">
-    <div id="name-container"> <h1>{{currentUser.username}}{{currentUser.services.facebook.first_name}} {{currentUser.services.facebook.last_name}}{{currentUser.services.github.username}}<i class="fa fa-power-off logout" tooltip="Logout"></i></h1></div>
-    <div class="row">
-      <div class="col-md-4">
-        <div class="station">
-          <p class="station-name">EDM</p>
-          <div class="song-info">
-            <p class="song-title">Immortals</p>
-            <p class="song-artist">Fall Out Boy</p>
-          </div>
-          <!-- <button class="button-tunein">Tune in to station!</button> -->
-          <i id="play" class="fa fa-play controls"></i>
-          <i id="stop" class="fa fa-stop controls" style="display:none"></i>
-        </div>
-      </div>
-    </div>
 
     <ul class="bg-bubbles">
     	<li></li>
@@ -125,7 +110,7 @@
 
 <template name="Room">
     <h1>{{{type}}}</h1>
-    
+
     <h2>{{duration}}</h2>
     <h2>{{song}}</h2>
 </template>