2
0
Akira Laine 9 жил өмнө
parent
commit
2e42281ead

+ 6 - 5
app/client/app.css

@@ -1286,15 +1286,13 @@ nav form input[type="image"]{
 }
 
 .contact-name {
-    margin-left: 30px;
-    margin-top: 35px;
     float: left;
-    height: 90px;
-    margin-bottom: 0;
 }
 
 .contact-img {
     float: left;
+    margin-bottom: 20px;
+    margin-right: 20px;
 }
 
 .contact-ul {
@@ -1316,7 +1314,10 @@ nav form input[type="image"]{
     height: 28px;
     font-size: 28px !important;
 }
-
+.contact-pos {
+    padding-top: -10px;
+    margin-top: 70px;
+}
 .settings-label {
     color: #50a3a2;
     line-height: 18px;

+ 3 - 0
app/client/client.js

@@ -1258,6 +1258,9 @@ Template.playlist.events({
                 }
             })
         }
+    },
+    "click #pl-item": function(){
+        console.log($(this).text());
     }
 })
 

+ 4 - 0
app/client/templates/contact.html

@@ -7,6 +7,7 @@
                 <!-- Akira -->
                 <img height="100px" width="100px" class="img-circle contact-img" src="https://avatars0.githubusercontent.com/u/11958359?v=3&s=460" itemprop="image"/>
                 <h2 class="contact-name" itemprop="name">Akira Laine</h2>
+                <h3 class="contact-pos">Co Founder, Lead Developer & Whovian</h3>
                 <ul class="contact-ul">
                     <li class="contact-option place-contact"><i class="fa fa-2x fa-map-marker contact-icon"></i> <span itemprop="address">Noumea, New Caledonia</span></li>
                     <li class="contact-option email-contact"><i class="fa fa-2x fa-envelope contact-icon"></i> <span itemprop="email">Akira_Laine@outlook.com</span></li>
@@ -17,6 +18,7 @@
                 <!-- Kris -->
                 <img height="100px" width="100px" class="img-circle contact-img" src="https://avatars2.githubusercontent.com/u/9784561?v=3&s=460" itemprop="image"/>
                 <h2 class="contact-name" itemprop="name">Kristian Vos</h2>
+                <h3 class="contact-pos">Co Founder, Lead Developer & Fox</h3>
                 <ul class="contact-ul">
                     <li class="contact-option place-contact"><i class="fa fa-2x fa-map-marker contact-icon"></i> <span itemprop="address">Haarlem, The Netherlands</span></li>
                     <li class="contact-option email-contact"><i class="fa fa-2x fa-envelope contact-icon"></i> <span itemprop="email">KrisVos130@gmail.com</span></li>
@@ -29,6 +31,7 @@
                 <!-- Johand -->
                 <img height="100px" width="100px" class="img-circle contact-img" src="https://avatars2.githubusercontent.com/u/6952369?v=3&s=460" itemprop="image"/>
                 <h2 class="contact-name" itemprop="name">Johannes Andersen</h2>
+                <h3 class="contact-pos">Co Founder, Lead Developer & Marketing Mangager</h3>
                 <ul class="contact-ul">
                     <li class="contact-option place-contact"><i class="fa fa-2x fa-map-marker contact-icon"></i> <span itemprop="address">Fredrikstad, Norway</span></li>
                     <li class="contact-option email-contact"><i class="fa fa-2x fa-envelope contact-icon"></i> <span itemprop="email">Johand@johand.me</span></li>
@@ -40,6 +43,7 @@
                 <!-- Wesley -->
                 <img height="100px" width="100px" class="img-circle contact-img" src="https://avatars0.githubusercontent.com/u/1158013?v=3&s=460" itemprop="image"/>
                 <h2 class="contact-name" itemprop="name">Wesley McCann</h2>
+                <h3 class="contact-pos">Web Developer</h3>
                 <ul class="contact-ul">
                     <li class="contact-option place-contact"><i class="fa fa-2x fa-map-marker contact-icon"></i> <span itemprop="address">USA</span></li>
                 </ul>