chgd effects, fixd typos, betr formatting, += copy
authordylan <dylan@MAJUSCULE.(none)>
Tue, 19 Oct 2010 23:31:03 +0000 (19:31 -0400)
committerdylan <dylan@MAJUSCULE.(none)>
Tue, 19 Oct 2010 23:31:03 +0000 (19:31 -0400)
need to: analyze http requests, get rid of unnecessary jquery components

includes/style.css
includes/tabs.js
index.php

index 3bc475c..813ec72 100644 (file)
@@ -3,6 +3,10 @@
        margin: 0;
        }
 
+a {
+       text-decoration:none;
+}
+
 #structure {
        padding-top:1px;
        background-color:#fff;
        margin-right:17px;
 }
 
+.exhibit {
+       
+}
+
 .tabs {
        width:300px;
-       height:100%;
-       min-height:550px;
+       min-height:600px;
        border:1px solid black;
-       padding-left:10px;
-}
-
-.minimizer {
-       float:right;
-       width:5px;
-       height:100%;
-       min-height:550px;
+       padding:10px;
 }
 
 .project {
 .active_tab {
        /*margin-right:15px;*/
 }
+
+.reprap_entry-title {
+       font: 1.5em georgia, times, serif;
+       text-decoration: none;
+       color: black;
+       display: block;
+}
+
+.peepshow_entry {
+       font:1.6em verdana;
+}
+
+.readoo_entry{
+       font:1.6em verdana;
+}
index 511d314..4cec99c 100644 (file)
@@ -1,15 +1,15 @@
 $(document).ready(function() {
        $(".tabs").hide();
        var i = 0;
-       $("ul.portfolio li").click(function() {
+       $("ul.portfolio li.project a.exhibit").click(function() {
                i++;
                $(".tabs").hide();
                $("ul.portfolio li").removeClass("active");
                $(this).addClass("active_project");
 
-               var activeTab = $(this).find("a").attr("href");
+               var activeTab = $(this).attr("href");
                if (i==1)
-                       $(activeTab).show("fold", 400);
+                       $(activeTab).show("slide", 400);
                else
                        $(activeTab).show("puff", 600);
                $(activeTab).addClass("active_tab");
index 995f3d5..657ce30 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
 
 <html>
 <head>
 
 <body>
   <div id="structure">
-    <div id="banner"><img src="images/dylanstestserver.png" alt=
-    "dylanstestserver"></div>
+    <div id="banner">
+      <a href=
+      "http://validator.w3.org/check?verbose=1&amp;uri=http%3A%2F%2Fdylanstestserver.com%2F">
+      <img src="images/dylanstestserver.png" alt="dylanstestserver"
+      border="0"></a>
+    </div>
 
     <div id="content">
       <div id="exhibit">
         <div class="tabs" id="repthis">
-          <div class="minimizer"></div><a href=
-          "http://repthis.com">REPTHIS</a><br>
+          <div class="minimizer"></div><br>
+          <span class="reprap_entry-title">3D printing is a form of
+          additive manufacturing technology where a three
+          dimensional object is created by successive layers of
+          material. [1]:<a href=
+          "http://repthis.info/">http://en.wikipedia.org/wiki/3D_printing</a><br>
+
+          <br>
+          <a href="reprap.org">reprap</a> is a <a href=
+          "http://en.wikipedia.org/wiki/Free_software">free</a>
+          desktop 3D printer capable of printing plastic
+          objects.<br>
+          <br>
+          <a href="http://repthis.info">repthis.info</a> is the account of a friend and I learning to build our own. <br>
           <br>
-          <i>rapid prototyping replicator</i>
+
         </div>
 
-        <div class="tabs" id="peepshow">
-          <i><a href=
-          "foxy-addons/peepshow">foxy-addons/peepshow</a></i>
+        <div class="tabs" id="peepshow"> 
+          <h3><i><a href=
+          "http://foxy-addons/peepshow">foxy-addons/</a></i></h3>
+
+          <h1><i><a href=
+          "http://foxy-addons/peepshow">peepshow</a></i></h1>
+<br><br><br>
+
+       <span class="peepshow_entry">a <a href="http://www.mozilla.com/en-US/products/download.html">firefox</a> addon, to load linked images inline (like on <a href="reddit.com/r/pics">reddit</a>).<br><br>
+
+       here's the <a href="http://github.com/nospampleasemam/peepshow/">repo</a> for the source code.</span>
         </div>
 
         <div class="tabs" id="readoo">
-          <b><a href="readoo/">READOO</a></b>
+       <span class="readoo_entry"><a href="readoo">readoo</a> helps you find search keywords to target.<br><br>
+       it reads your IIS logs, and finds successful keywords worth focusing on.<br><br>
+       it's not done yet! here's the <a href="github.com/nospampleasemam/READOO">source code</a>.</span>
         </div><br>
         <br>
         <br>
           <h3>my projects:</h3>
         </li>
 
-        <li class="project"><a href=
+        <li class="project"><a class="exhibit" href=
         "#repthis">repthis.info</a></li>
 
         <li style="list-style: none"><br></li>
 
-        <li class="project"><a href=
-        "#peepshow">foxy-addons/peepshow/</a></li>
+        <li class="project"><a class="exhibit" href=
+        "#peepshow">foxy-addons/peepshow</a></li>
 
         <li style="list-style: none"><br></li>
 
-        <li class="project"><a href="#readoo">readoo/</a></li>
+        <li class="project"><a class="exhibit" href=
+        "#readoo">readoo</a></li>
 
         <li style="list-style: none">
           <br>
         </li>
 
         <li class="project"><a href=
-        "kjondesign/">kjondesign/</a></li>
+        "kjondesign/">kjondesign</a></li>
 
         <li style="list-style: none">
           <br>
           <br>
 
-          <h3>things i've worked on</h3>
+          <h3>something i've worked on:</h3>
         </li>
 
         <li class="project"><a href=
-        "tempositions.com">tempositions.com</a></li>
+        "http://tempositions.com">tempositions.com</a></li>
 
         <li style="list-style: none">
           <br>
         </li>
 
         <li class="project"><a href=
-        "http://github.com/nospampleasemam">github@github.com:nospampleasemam/</a></li>
+        "http://github.com/nospampleasemam">github@github.com:nospampleasemam</a></li>
 
         <li style="list-style: none">
           <br>
           <br>
           <br>
 
-          <h2>i am</h2>
-
           <h1><a href="mailto:dylan@psu.edu">dylan</a></h1><a href=
           "mailto:dylan@psu.edu">@psu.edu</a>
         </li>