updates and fixes
authorDylan Lloyd <dylan@dylansserver.com>
Mon, 30 Jun 2014 05:14:38 +0000 (22:14 -0700)
committerDylan Lloyd <dylan@dylansserver.com>
Mon, 30 Jun 2014 05:14:38 +0000 (22:14 -0700)
includes/index.js
includes/style.css
view/index.php

index f29299e..b0fd684 100644 (file)
@@ -269,9 +269,4 @@ b.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);
                        $(activeTab).show("puff", 600);
                $(activeTab).addClass("active_exhibit");
        });
-       $('#showdivs').click(function() {
-               for(i=0;i<divs.length;i++){
-                       divs[i].className += (" shownDiv");
-               }
-       });
 });
index c8d2309..596d072 100644 (file)
@@ -95,10 +95,6 @@ text-align:left;
 padding:10px;
 }
 
-.shownDiv {
-border:1px solid #000;
-}
-
 #contact_me {
 margin-top:100px;
 text-align:left;
@@ -187,11 +183,11 @@ font-family:MuseoSlab500;
 font-size:80%;
 }
 
-#drawcss_title,#drawcss_entry,#youtube_backup_title,#i_like_pandora_title,#fvlc_title,#irssi-notify_title, #powermate_title {
+.project_title {
 font-size:1.6em;
 }
 
-#youtube_backup_entry,#i_like_pandora_entry,#matrixnullspace_entry,#fvlc_entry,#irssi-notify_entry,#dylansserver_entry,#metadata_writer_entry,#powermate_entry,#cellular-automaton_entry {
+.project_entry {
 font-size:1.4em;
 }
 
index 3f7d1f9..33d5279 100644 (file)
       </div>
       <ul id="portfolio">
         <li>
-           <h3>my projects:</h3>
-        </li>
-        <?php
-          foreach ($this->projects as $project => $title) {
-              echo "<li><a class='tab' href='$title'>$title</a></li>";
-          }
-        ?>
-        <li>
-          <h3>things i've worked on:</h3>
+          <h3>professional work:</h3>
         </li>
 
+        <li><a href=
+        "https://kabam.com/">kabam.com</a></li>
+
         <li><a href=
         "http://phoenixage.com/">phoenixage.com</a></li>
  
 
         <li><a href=
         "http://tempositions.com">tempositions.com</a></li>
-        <li>
-          <h3>things i've made for others:</h3>
-        </li>
+
         <li><a href=
         "http://activehamptons.com">activehamptons.com</a></li>
  
-        <li><a href=
-        "http://transfishing.com">transfishing.com</a></li>
         <li>
-          <h3>my repositories:</h3>
+           <h3>personal projects:</h3>
+        </li>
+        <?php
+          foreach ($this->projects as $project => $title) {
+              echo "<li><a class='tab' href='$title'>$title</a></li>";
+          }
+        ?>
+        <li>
+          <h3>code repositories:</h3>
         </li>
  
         <li><a href=
@@ -88,6 +84,7 @@
             <a href= "mailto:dylan@dylansserver.com">@dylansserver.com</a>
            <br>
            <!-- [<a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;search=0xBE93C5C18CD4C40F">pgp key</a>] -->
+           <!-- [<a href="https://keybase.io/majuscule/key.asc">pgp key</a>] -->
            [<a href="/pubkey.pgp.asc">pgp key</a>]
           </div>
         </li>