From: dylan Date: Tue, 19 Oct 2010 23:31:03 +0000 (-0400) Subject: chgd effects, fixd typos, betr formatting, += copy X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=0ad1a29dd3d17291b28b14e7b2d65e145281673b;p=dylansserver.git chgd effects, fixd typos, betr formatting, += copy need to: analyze http requests, get rid of unnecessary jquery components --- diff --git a/includes/style.css b/includes/style.css index 3bc475c..813ec72 100644 --- a/includes/style.css +++ b/includes/style.css @@ -3,6 +3,10 @@ margin: 0; } +a { + text-decoration:none; +} + #structure { padding-top:1px; background-color:#fff; @@ -64,19 +68,15 @@ 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 { @@ -92,3 +92,18 @@ .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; +} diff --git a/includes/tabs.js b/includes/tabs.js index 511d314..4cec99c 100644 --- a/includes/tabs.js +++ b/includes/tabs.js @@ -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"); diff --git a/index.php b/index.php index 995f3d5..657ce30 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ - + @@ -22,25 +22,51 @@
- +
-
REPTHIS
+

+ 3D printing is a form of + additive manufacturing technology where a three + dimensional object is created by successive layers of + material. [1]:http://en.wikipedia.org/wiki/3D_printing
+ +
+ reprap is a free + desktop 3D printer capable of printing plastic + objects.
+
+ repthis.info is the account of a friend and I learning to build our own.

- rapid prototyping replicator +
-
- foxy-addons/peepshow +
+

foxy-addons/

+ +

peepshow

+


+ + a firefox addon, to load linked images inline (like on reddit).

+ + here's the repo for the source code.
- READOO + readoo helps you find search keywords to target.

+ it reads your IIS logs, and finds successful keywords worth focusing on.

+ it's not done yet! here's the source code.



@@ -55,17 +81,18 @@

my projects:

-
  • repthis.info

  • -
  • foxy-addons/peepshow/
  • +
  • foxy-addons/peepshow

  • -
  • readoo/
  • +
  • readoo

  • @@ -90,17 +117,17 @@
  • kjondesign/
  • + "kjondesign/">kjondesign


  • -

    things i've worked on

    +

    something i've worked on:

  • tempositions.com
  • + "http://tempositions.com">tempositions.com

  • @@ -110,7 +137,7 @@
  • github@github.com:nospampleasemam/
  • + "http://github.com/nospampleasemam">github@github.com:nospampleasemam

  • @@ -120,8 +147,6 @@

    -

    i am

    -

    dylan

    @psu.edu