# HG changeset patch # User rlm # Date 1262156485 18000 # Node ID 599d0315537d17b0f840040d2afada58474fd2f4 [svn r1] initial import diff -r 000000000000 -r 599d0315537d about.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/about.php Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,14 @@ + + + + + +Laser Kard + + + + + + + + diff -r 000000000000 -r 599d0315537d buy.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buy.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,65 @@ + + + + + + + +Laserkard | Design Studio + + + + + + + + + +PERL-REPLACE::TOP_MENU + + +
+
+

PICK your Materials?: 

+ +
+ Acrylic: + Clear + Blue + Green + +
+ +
+ Aluminum: + Red + Blue + Green + Black + +
+ + +
+
+ + + +
+
+ +
+
+ + + +
+
+ + + + + + + + diff -r 000000000000 -r 599d0315537d buy.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buy.pl Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,172 @@ +#!/usr/bin/perl + + +use List::Util qw(first max maxstr min minstr reduce shuffle sum); +use Storable; +use CGI::Ajax; +use CGI; + + + +my $q = new CGI; + + + +my %hash = ( + +'material' => \&material, +'template' => \&template, +'inputbox' => \&inputbox, +'display' => \&display, +'change_rules' => \&change_rules); + + + +my $pjx = CGI::Ajax->new(%hash); +#$pjx->JSDEBUG(1); +#$pjx->DEBUG(1); + +print $pjx->build_html($q,\&gen); # this outputs the html for the page + + + + + +sub material{ + + $newvar = shift; + + my $t = $newvar; + + $newvar =~ m/([^_]*)_/; + $newvar = $1; + + #return (($t =~ m/_acrylic_green/) ? 'CHECKED' : 'notchecked'); + + #$y = "$t
".(($t =~ m/_acrylic_green/) ? 'CHECKED' : 'notchecked')." + $y = ""." +
+

PICK your Materials?: 

+ +
+ Acrylic: + Clear + Blue + Green +
+ +
+ Aluminum: + Red + Blue + Green + Black +
+ + +
+ "; + + return $y; + + +} + + + +sub template +{ + +$all = shift; +$all =~ m/_(.*)/; + +$materialcolor = $1; + + +$r = " + + + + + + +"; + +return $r; +} + + + + +sub inputbox +{ + +#grab the type of template we'll be using <<<< + $type = shift; +# return $type; +# we have to care about both the type of template and the material and the color. these are stored in $type>>>> + +#Then, update with a special custon paypal form, taken from the paypal folder and specially designed for that particular template. +#will probaly eventually create a script to automate the generation of these files. + + +#take care of everythign but acrylic clear type +if (not($type =~ m/acrylic_clear/)) +{ +return "comming soon!"; +} + + +#every type has it's own associated paylist file the contains the things we need +open FILE, "<./paypal/$type.paylist"; +return do { local $/; }; + + + +} + + + + + + + + +sub display +{ + $all = shift; + + + + $t ="$all + + "; + return $t; + +} + + + + +sub gen +{ + { + local( $/, *FH ) ; + open( FH, "<./buy.html" ) or die "sudden flaming death\n"; + $a = ; + } + + { + local( $/, *FH ) ; + open( FH, "<./top_menu.include" ) or die "sudden flaming death\n"; + $b = ; + } + +$a =~ s/PERL-REPLACE::TOP_MENU/$b/; #equivalent to , but in perl with more memory problems :) + +return $a + + +}; + + diff -r 000000000000 -r 599d0315537d buycode.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buycode.js Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,185 @@ +function Dollar (val) { // force to valid dollar amount +var str,pos,rnd=0; + if (val < .995) rnd = 1; // for old Netscape browsers + str = escape (val*1.0 + 0.005001 + rnd); // float, round, escape + pos = str.indexOf ("."); + if (pos > 0) str = str.substring (rnd, pos + 3); + return str; +} + +var amt,des,obj,val,op1a,op1b,op2a,op2b,op3a,op3b,op4a,op4b,op5a,op5b,op6a,op6b,op7a,op7b,op8a,op8b,op9a,op9b,itmn; + +function ChkTok (obj1) { +var j,tok,ary=new Array (); // where we parse + ary = val.split (" "); // break apart + for (j=0; j 0) obj1.on0.value = op1a; + if (op1b.length > 0) obj1.os0.value = op1b; + if (op2a.length > 0) obj1.on1.value = op2a; + if (op2b.length > 0) obj1.os1.value = op2b; + if (op3a.length > 0) obj1.on2.value = op3a; + if (op3b.length > 0) obj1.os2.value = op3b; + if (op4a.length > 0) obj1.on3.value = op4a; + if (op4b.length > 0) obj1.os3.value = op4b; + if (op5a.length > 0) obj1.on4.value = op5a; + if (op5b.length > 0) obj1.os4.value = op5b; + if (op6a.length > 0) obj1.on5.value = op6a; + if (op6b.length > 0) obj1.os5.value = op6b; + if (op7a.length > 0) obj1.on6.value = op7a; + if (op7b.length > 0) obj1.os6.value = op7b; + if (op8a.length > 0) obj1.on7.value = op8a; + if (op8b.length > 0) obj1.os7.value = op8b; + if (op9a.length > 0) obj1.on8.value = op9a; + if (op9b.length > 0) obj1.os8.value = op9b; + if (itmn.length > 0) obj1.item_number.value = itmn; + obj1.item_name.value = des; + obj1.amount.value = Dollar (amt); + if (obj1.tot) obj1.tot.value = "$" + Dollar (amt); +} diff -r 000000000000 -r 599d0315537d cgi-bin/.htaccess --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgi-bin/.htaccess Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,2 @@ +Options +ExecCGI + diff -r 000000000000 -r 599d0315537d contact.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contact.php Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,28 @@ + + + + + + + + +Contact + + + + + + + + + + + + + diff -r 000000000000 -r 599d0315537d dylan/badindex.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dylan/badindex.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,33 @@ + + + + + + + laserkard personal branding service + + + + + + +
+

LaserKard

+
+ + +
+






+

Buy

+

Contact

+

About Us

+
+ + + + + + + \ No newline at end of file diff -r 000000000000 -r 599d0315537d dylan/clr_000.jpg Binary file dylan/clr_000.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/clr_001.jpg Binary file dylan/clr_001.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/clr_002.jpg Binary file dylan/clr_002.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/clr_003.jpg Binary file dylan/clr_003.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/dot.jpg Binary file dylan/dot.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/glow.gif Binary file dylan/glow.gif has changed diff -r 000000000000 -r 599d0315537d dylan/glow.jpg Binary file dylan/glow.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/goodindex.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dylan/goodindex.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,38 @@ + + + + + + + laserkard personal branding service + + + + + + + +

LaserKard

+ +

Buy

+

Contact

+

About Us

+ + + + + + + + \ No newline at end of file diff -r 000000000000 -r 599d0315537d dylan/grace.jpg Binary file dylan/grace.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/grace_000.jpg Binary file dylan/grace_000.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/grace_001.jpg Binary file dylan/grace_001.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dylan/index.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,34 @@ + + + + Laserkard | Personal branding service + + + +
+
+ + + + + +
+
+ + +

+

    +
  • ph: 580.716.7930
  • +
  • e: service@laserkard.com
  • +
+

+ + + + + \ No newline at end of file diff -r 000000000000 -r 599d0315537d dylan/laserkard.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dylan/laserkard.css Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,93 @@ + +p {margin-left:20px} +body {} +body +{ + +margin:0; +padding:0; +background-color:red +} + +.main +{ +position:relative; +margin-left: auto ; +margin-right: auto ; +background-color:blue; +width: 300px ; +} + + +.cards +{ +position:relative; +width: 700px ; +height: 300px; +margin-left: auto; +margin-right: auto; +background-color:#00ff00; + +} + + +h1 +{ +width:250px; +padding:10px; +border:5px solid gray; +margin:10px; +min-width: 200px; +min-height: 200px; + + +} + + +.contact +{ +position:absolute; +left:10px; +top:5px; +background-color:#FEE2F9; +min-width: 245px; +min-height: 140px; + + + + +} +a:link {color:#FF0000} /* unvisited link */ +a:visited {color:#00FF00} /* visited link */ +a:hover {color:#FF00FF} /* mouse over link */ +a:active {color:#0000FF} /* selected link */ + + + + +.buy +{ +position:absolute; +left:100px; +top:300px; +background-color:#423333; +} + + + + + + +.about +{ +position:absolute; +left:100px; +top:300px; +background-color:#9373fa; +} + + + + + + diff -r 000000000000 -r 599d0315537d dylan/laserkard_dark.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dylan/laserkard_dark.css Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,60 @@ +html,body,p{padding:0px;margin:0px;} + +h1,h2,h3,h4,h5,h6{margin:4px;padding:0px;} +ul,li{list-style-type:none;} +li{display:inline;padding:0px 1em;} + +body{ + padding:48px; + font:14px "Palatino Linotype","Times New Roman",serif; + font-family:"Lucida Grande","UI Genoe",Arial,Helvetica,Verdana,sans-serif; + background:#000; + color:#fff; + text-align:center; + +} + +a{color:#0af;text-decoration:none;margin:0px 1.5em;font-size:115%!important;} +a:hover{text-decoration:underline;} + + +div.case{ + border:1px solid #333; + width:600px; + padding:4px; + margin:8% auto; +} +div.main { + border:1px solid #333;border:none; + text-align:center; + padding:64px; + padding-bottom:24px; + background:#000 url("grace_000.jpg") no-repeat; + background-position:96% center; + background:#000; +} + +div.lynx{margin:2em 0px;} + + +.logo{ + background:transparent url("logo.jpg") no-repeat; + background-position:top center; + display:block; + width:360px; + padding-top:75px; + margin:2px auto;margin-bottom:2em; +} + +.slim, .contact li{ + font-size:14px; + color:#ccc; + letter-spacing:2px; + word-spacing:.5em; +} + + +.contact li { font-size:12px;color:#666;} +.contact li b{color:#888;} + + diff -r 000000000000 -r 599d0315537d dylan/logo.jpg Binary file dylan/logo.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/logo_000.jpg Binary file dylan/logo_000.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/logo_001.jpg Binary file dylan/logo_001.jpg has changed diff -r 000000000000 -r 599d0315537d dylan/logo_002.jpg Binary file dylan/logo_002.jpg has changed diff -r 000000000000 -r 599d0315537d filter.pm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/filter.pm Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,26 @@ +package Filter; +use base 'Exporter'; +our @EXPORT = ('filter'); + + +sub filter +{ + + $ref = shift; + @list = @_; + my @ret = (); + + for $element(@list) + { + if ($ref->($element)) + { + push @ret, $element; + } + } + + return @ret + +} + + +1; \ No newline at end of file diff -r 000000000000 -r 599d0315537d images/Website Pic Edit Clean2.jpg Binary file images/Website Pic Edit Clean2.jpg has changed diff -r 000000000000 -r 599d0315537d images/asdswt_sm.jpg Binary file images/asdswt_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/bl_sm.jpg Binary file images/bl_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/gr_sm.jpg Binary file images/gr_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/kkwt_sm.jpg Binary file images/kkwt_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/oldbl_sm.jpg Binary file images/oldbl_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/oldgr_sm.jpg Binary file images/oldgr_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/oldor_sm.jpg Binary file images/oldor_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/or_sm.jpg Binary file images/or_sm.jpg has changed diff -r 000000000000 -r 599d0315537d images/topbar.png Binary file images/topbar.png has changed diff -r 000000000000 -r 599d0315537d images/wt_sm.jpg Binary file images/wt_sm.jpg has changed diff -r 000000000000 -r 599d0315537d index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.php Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,30 @@ + + + + + +Laser Kard + + + + + + + + + +
+ +
+

Competition is tough. Everyone wants that next job, that next opportunity.
+ Everyone looks the same.
+ Same suit, same hair, same business card.

+

But not you &mdash laserkard is a unique way to make an impact when it counts.

+
+ +
+ + + + + diff -r 000000000000 -r 599d0315537d main.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.css Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,139 @@ +@charset "UTF-8"; +/* CSS Document */ +body +{ + background-color:#000; + margin:0; + margin-top:-4px; + padding:0; + + + + +} +div.topbar +{ + background-repeat:repeat-x; + height:60px; + margin-top:2px; +} +div.headlinks +{ + font-family: Helvetica, sans-serif, Arial; + text-transform:uppercase; + font-weight:bold; + text-align:center; + color:#000; + padding-top:1px; + margin-top:0px; + margin-left:-30px; +} +div.headlinks a +{ + text-decoration:none; + color:#666; + text-shadow:#555 0px 0px 5px; +} +div.headlinks a:hover +{ + text-decoration:none; + color:#333; + text-shadow:#222 0px 0px 8px; +} +div.headlinks ul +{ + margin-top:10px; +} +div.headlinks ul li +{ + text-align:center; + display: inline; + list-style-type: none; + padding-left: 90px; + padding-right: 90px; +} +attn +{ + color:#777; +} +attn:hover +{ + color:#444; +} +div.center +{ + display:block; + width:425px; + height:244px; + background-color:#939; + margin-left:auto; + margin-right:auto; + margin-top:100px; + margin-bottom:auto; + padding:0px; +} +div.text +{ + color:#888; + font-family:Helvetica, sans-serif, Arial; + font-size:11px; + margin-top:80px; + margin-bottom:30px; +} +div.leftslab +{ + float:left; + width:400px; + position:relative; + left:50%; + margin-left:-200px; +} +div.templates +{ + margin-left:auto; + margin-right:auto; + width:300px; + background-color:#333; + border:thin; + border-color:#FFF; + color:#FFF; + font-family:Arial, Helvetica, sans-serif; + font-size:11px; +} +div.materials +{ + margin-left:auto; + margin-right:auto; + width:300px; + background-color:#333; + border:thin; + border-color:#FFF; + color:#FFF; + font-family:Arial, Helvetica, sans-serif; + font-size:11px; +} +div.inputbox +{ + margin-left:auto; + margin-right:auto; + width:300px; + background-color:#333; + border:thin; + border-color:#FFF; + color:#FFF; + font-family:Arial, Helvetica, sans-serif; + font-size:11px; +} +div.rightslab +{ + float:left; + width:400px; + position:relative; + left:50%; + margin-left:0; +} +img +{ + margin:0; + padding:0; +} diff -r 000000000000 -r 599d0315537d not-used/about.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/about.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,23 @@ + + + + + +Laser Kard + + + +
+ +
+ + + + + diff -r 000000000000 -r 599d0315537d not-used/about.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/about.pl Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,16 @@ +#!/usr/bin/perl + + +sub gen +{ +open FILE, "<./about.php"; +return do { local $/; }; + +}; + +print "Content-type: text/html\n\n"; + +$rr = &gen(); +print "\n"; +print $rr; +print "\n"; diff -r 000000000000 -r 599d0315537d not-used/buy.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/buy.php Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,77 @@ + + + + + + + + + +BUY LASERKARDS!!! + + + + + + + + + + + + + +
+ + + +
+

PICK your Materials?: 

+ +
+ Acrylic: + Clear + Blue + Green + +
+ +
+ Aluminum: + Red + Blue + Green + Black + +
+ + +
+
+ + + +
+
+ +
+
+ + + +
+
+ + + + + + + + diff -r 000000000000 -r 599d0315537d not-used/buy2.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/buy2.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,77 @@ + + + + +BUY LASERKARDS!!! + + + + + + + +
+
+ + + +
+

PICK your Materials?: 

+ +
+ Acrylic: + Clear + Blue + Green + +
+ +
+ Aluminum: + Red + Blue + Green + Black + +
+ + +
+
+ +
+ + + + + +
+ + + + + +
+ + + custom form for the card
+ +
+ +
+ + +
+
+ + +
+
+ + + + + + + + diff -r 000000000000 -r 599d0315537d not-used/buy2.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/buy2.pl Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,142 @@ +#!/usr/bin/perl + + +use List::Util qw(first max maxstr min minstr reduce shuffle sum); +use Storable; +use CGI::Ajax; +use CGI; + + + +my $q = new CGI; + + + +my %hash = ( +'template_material' => \&template_material, + + + +'materials_template' => \&materials_template, +'display' => \&display, +'inputbox_template' => \&inputbox_template, + + + 'change_rules' => \&change_rules); + + + +my $pjx = CGI::Ajax->new(%hash); +#$pjx->JSDEBUG(1); +#$pjx->DEBUG(1); + +print $pjx->build_html($q,\&gen); # this outputs the html for the page + + + + + + +sub template_material +{ + +$all = shift; +$all =~ m/_(.*)/; + +$materialcolor = $1; + + +$r = "$materialcolor + + + + + + +"; + +return $r; +} + + + +sub display +{ + $all = shift; + + + + $t ="$all + + "; + return $t; + +} + + + + +sub materials_template{ + + $newvar = shift; + + my $t = $newvar; + + $newvar =~ m/([^_]*)_/; + $newvar = $1; + + #return (($t =~ m/_acrylic_green/) ? 'CHECKED' : 'notchecked'); + + $y = "$t
".(($t =~ m/_acrylic_green/) ? 'CHECKED' : 'notchecked')." +
+

PICK your Materials?: 

+ +
+ Acrylic: + Clear + Blue + Green +
+ +
+ Aluminum: + Red + Blue + Green + Black +
+ + +
+ "; + + + + +} + +sub inputbox_template +{ + $all = shift; + return $all; +} + + + + + + + + + + + + +sub gen +{ +open FILE, "<./buy2.html"; +return do { local $/; }; + +}; + + diff -r 000000000000 -r 599d0315537d not-used/buy3.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/buy3.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,69 @@ + + + + + +Laserkard | Design Studio + + + + + + + +
+
+
+

1Select a material

+ + + +
+

Acrylic series:

+ Clear + Blue + Green +
+

Aluminum series:

+ Red + Blue + Green + Black +
+
+
+

2Select a layout

+ + + + +
+
+ + + +
+ + +
+ + + + +
+
+ +
+ + +
+
+
+
+ + + + + + + diff -r 000000000000 -r 599d0315537d not-used/buybkup.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/buybkup.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,63 @@ + + + + +BUY LASERKARDS!!! + + + + + + + + + + +
+ + + +
+

PICK your Materials?: 

+ +
+ Acrylic: + Clear + Blue + Green + +
+ +
+ Aluminum: + Red + Blue + Green + Black + +
+ + +
+
+ + + +
+
+ +
+
+ + + +
+
+ + + + + + + + diff -r 000000000000 -r 599d0315537d not-used/celegans.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/celegans.css Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,48 @@ +html,body,table{ font:12px Helvetica,Arial,sans-serif;color:#fff;margin:0px;padding:0px;} +body{ + background:#000; + margin:0px; + padding:12px; +} + + +.leftslab form{margin-bottom:4em;} + + +div.leftslab{ + float:left; + width:520px; + border:1px solid #888; + padding:16px; + padding-top:30px; + + margin-left:24px; + background:#000; +} + + +h3{font:20px Palatino,"Palatino Linotype","Times New Roman",serif;} + +.leftslab td{padding-right:2.6em;} +.leftslab h3{margin:0px;margin-bottom:1em;font-weight:normal;} +.leftslab h3 em {font-size:120%;padding-right:1.2em;display:none;} +.leftslab h4{margin:0px 4px;} + +.leftslab a { + color:#48f; + text-decoration:none; + cursor:default; +} + +#radiobuttons2 img{ + width:120px; + padding-right:4px; + border:1px solid transparent; + cursor:pointer; + cursor:hand; +} +#radiobuttons2 img:hover{border:1px solid #fc8;} + +#templates{display:none;} +/*.leftslab *{vertical-align:middle;}*/ + diff -r 000000000000 -r 599d0315537d not-used/contact.shtml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/contact.shtml Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,31 @@ + + + + + + + + + +Contact + + + + + + + + + + + + + + + diff -r 000000000000 -r 599d0315537d not-used/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/not-used/index.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,36 @@ + + + + + +Laser Kard + + + + + +
+ +
+ +
+ +
+

Competition is tough. Everyone wants that next job, that next opportunity.
And most of all, everyone looks the same.
+ Same suit, same hair, same business card.

+

But not you &mdash laserkard is a unique way to make an impact when it counts.

+
+ +
+ + + + + diff -r 000000000000 -r 599d0315537d paypal/classic.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paypal/classic.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + + + + +Widget Flower Bouquet + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Select Size:   + + +

+ + +Extras: +

+ +Hand Tied Ribbon and Bow Wrapper Package - $5.00 +   +

+ +1 Lb Box Homemade Dark Chocolates Bites - $9.00 +   + + + +

+Requested Delivery Date:   + + +

+Deliver To:   + + +

+Phone:   + + +

+Address:   + + +

+Town/City:   + + +

+From:   + + +

+Your Email:   + + +

+Your Phone:   + + +

+Message:   + + + + +


+ +Total Cost:    + + +

+ + + +

+ + + + +
+ + + + diff -r 000000000000 -r 599d0315537d paypal/classic_acrylic_clear.code --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paypal/classic_acrylic_clear.code Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,186 @@ + + + \ No newline at end of file diff -r 000000000000 -r 599d0315537d paypal/classic_acrylic_clear.paylist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paypal/classic_acrylic_clear.paylist Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,153 @@ + + +Clarity LaserKard --- Classic Style + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + + 30 cards -- $120 + +
+ + + + 40 cards -- $150 +

+ + +   + + + +
+Line 1:   + + +

+Line 2:   + + +

+Line 3:   + + +

+Line 4:   + + +

+Line 5:   + + +

+Side:   + + + + + + +

+ + +Add a penny! ^__^ +

+ +Total Cost:    + + +

+ + + + +
+ + + diff -r 000000000000 -r 599d0315537d paypal/classic_aluminum.paylist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paypal/classic_aluminum.paylist Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,1 @@ +hi! :) diff -r 000000000000 -r 599d0315537d paypal/classic_aluminum_black.paylist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paypal/classic_aluminum_black.paylist Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,1 @@ +Comming Soon! diff -r 000000000000 -r 599d0315537d paypal/comming_soon.paylist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paypal/comming_soon.paylist Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,2 @@ + +Comming Soon diff -r 000000000000 -r 599d0315537d sexy.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sexy.css Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,41 @@ + + + +div#materials +{ +position:absolute; +left:2%; +top:20px; +background-color:#F0A35F; +} + +div#templates +{ +position:absolute; +left:0%; +top:70%; +background-color:#96F99C; +} + + + +div#display +{ +position:absolute; +left:30%; +top:20px; +background-color:#FEE2F9; +} + + + + +div#inputbox +{ +position:absolute; +left:10%; +top:20%; +background-color:#B3DFFF; +} + + diff -r 000000000000 -r 599d0315537d shadowbar.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shadowbar.css Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,68 @@ +@charset "UTF-8"; +/* CSS Document */ +body +{ + background-color:#000; + margin:0; + margin-top:-4px; + padding:0; +} +div.topbar +{ + background-image:url(images/topbar.png); + background-repeat:repeat-x; + height:60px; + margin-top:2px; +} +div.headlinks +{ + font-family: Helvetica, sans-serif, Arial; + text-transform:uppercase; + font-weight:bold; + text-align:center; + color:#000; + padding-top:1px; + margin-top:0px; + margin-left:-30px; +} +div.headlinks a +{ + text-decoration:none; + color:#000; + text-shadow:#555 0px 1px 0.5px; +} +div.headlinks a:hover +{ + text-decoration:none; + color:#555; + text-shadow:#000 0px 0px 50px, #000 0px 0px 20px, #111 0px 1px 0.5px; +} +div.headlinks ul +{ + margin-top:7px; +} +div.headlinks ul li +{ + text-align:center; + display: inline; + list-style-type: none; + padding-left: 90px; + padding-right: 90px; +} +div.center +{ + display:block; + width:425px; + height:244px; + background-color:#939; + margin-left:auto; + margin-right:auto; + margin-top:170px; + margin-bottom:auto; + padding:0px; +} +img +{ + margin:0; + padding:0; +} \ No newline at end of file diff -r 000000000000 -r 599d0315537d templates/akward.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/akward.css Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,39 @@ +div#display +{ +position:absolute; +left:30%; +top:20px; +background-color:#FEE2F9; +} + + + +div#inputbox +{ +position:absolute; +left:10%; +top:20%; +background-color:#B3DFFF; +} + + + + +div#templates +{ +position:absolute; +left:0%; +top:70%; +background-color:#96F99C; +} + + + + +div#materials +{ +position:absolute; +left:2%; +top:20px; +background-color:#F0A35F; +} \ No newline at end of file diff -r 000000000000 -r 599d0315537d templates/contact.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/contact.html Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,42 @@ + + + + + + + + + +Contact + + + + + + + + + + + +
+ +
+ + + + + diff -r 000000000000 -r 599d0315537d templates/display/basic_acrylic_blue.jpg Binary file templates/display/basic_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_acrylic_clear.jpg Binary file templates/display/basic_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_acrylic_green.jpg Binary file templates/display/basic_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_acrylic_orange.jpg Binary file templates/display/basic_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_acrylic_pink.jpg Binary file templates/display/basic_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_acrylic_red.jpg Binary file templates/display/basic_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_acrylic_yellow.jpg Binary file templates/display/basic_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_aluminum_black.jpg Binary file templates/display/basic_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_aluminum_blue.jpg Binary file templates/display/basic_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_aluminum_green.jpg Binary file templates/display/basic_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/basic_aluminum_red.jpg Binary file templates/display/basic_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_acrylic_blue.jpg Binary file templates/display/big_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_acrylic_clear.jpg Binary file templates/display/big_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_acrylic_green.jpg Binary file templates/display/big_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_acrylic_orange.jpg Binary file templates/display/big_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_acrylic_pink.jpg Binary file templates/display/big_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_acrylic_red.jpg Binary file templates/display/big_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_acrylic_yellow.jpg Binary file templates/display/big_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_aluminum_black.jpg Binary file templates/display/big_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_aluminum_blue.jpg Binary file templates/display/big_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_aluminum_green.jpg Binary file templates/display/big_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/big_aluminum_red.jpg Binary file templates/display/big_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_acrylic_blue.jpg Binary file templates/display/classic_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_acrylic_clear.jpg Binary file templates/display/classic_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_acrylic_green.jpg Binary file templates/display/classic_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_acrylic_orange.jpg Binary file templates/display/classic_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_acrylic_pink.jpg Binary file templates/display/classic_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_acrylic_red.jpg Binary file templates/display/classic_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_acrylic_yellow.jpg Binary file templates/display/classic_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_aluminum_black.jpg Binary file templates/display/classic_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_aluminum_blue.jpg Binary file templates/display/classic_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_aluminum_green.jpg Binary file templates/display/classic_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/classic_aluminum_red.jpg Binary file templates/display/classic_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_acrylic_blue.jpg Binary file templates/display/lines_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_acrylic_clear.jpg Binary file templates/display/lines_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_acrylic_green.jpg Binary file templates/display/lines_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_acrylic_orange.jpg Binary file templates/display/lines_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_acrylic_pink.jpg Binary file templates/display/lines_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_acrylic_red.jpg Binary file templates/display/lines_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_acrylic_yellow.jpg Binary file templates/display/lines_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_aluminum_black.jpg Binary file templates/display/lines_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_aluminum_blue.jpg Binary file templates/display/lines_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_aluminum_green.jpg Binary file templates/display/lines_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/display/lines_aluminum_red.jpg Binary file templates/display/lines_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_acrylic_blue.jpg Binary file templates/thumbnails/basic_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_acrylic_clear.jpg Binary file templates/thumbnails/basic_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_acrylic_green.jpg Binary file templates/thumbnails/basic_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_acrylic_orange.jpg Binary file templates/thumbnails/basic_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_acrylic_pink.jpg Binary file templates/thumbnails/basic_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_acrylic_red.jpg Binary file templates/thumbnails/basic_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_acrylic_yellow.jpg Binary file templates/thumbnails/basic_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_aluminum_black.jpg Binary file templates/thumbnails/basic_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_aluminum_blue.jpg Binary file templates/thumbnails/basic_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_aluminum_green.jpg Binary file templates/thumbnails/basic_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/basic_aluminum_red.jpg Binary file templates/thumbnails/basic_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_acrylic_blue.jpg Binary file templates/thumbnails/big_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_acrylic_clear.jpg Binary file templates/thumbnails/big_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_acrylic_green.jpg Binary file templates/thumbnails/big_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_acrylic_orange.jpg Binary file templates/thumbnails/big_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_acrylic_pink.jpg Binary file templates/thumbnails/big_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_acrylic_red.jpg Binary file templates/thumbnails/big_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_acrylic_yellow.jpg Binary file templates/thumbnails/big_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_aluminum_black.jpg Binary file templates/thumbnails/big_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_aluminum_blue.jpg Binary file templates/thumbnails/big_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_aluminum_green.jpg Binary file templates/thumbnails/big_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/big_aluminum_red.jpg Binary file templates/thumbnails/big_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_acrylic_blue.jpg Binary file templates/thumbnails/classic_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_acrylic_clear.jpg Binary file templates/thumbnails/classic_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_acrylic_green.jpg Binary file templates/thumbnails/classic_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_acrylic_orange.jpg Binary file templates/thumbnails/classic_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_acrylic_pink.jpg Binary file templates/thumbnails/classic_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_acrylic_red.jpg Binary file templates/thumbnails/classic_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_acrylic_yellow.jpg Binary file templates/thumbnails/classic_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_aluminum_black.jpg Binary file templates/thumbnails/classic_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_aluminum_blue.jpg Binary file templates/thumbnails/classic_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_aluminum_green.jpg Binary file templates/thumbnails/classic_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/classic_aluminum_red.jpg Binary file templates/thumbnails/classic_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/clr_002.jpg Binary file templates/thumbnails/clr_002.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_acrylic_blue.jpg Binary file templates/thumbnails/lines_acrylic_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_acrylic_clear.jpg Binary file templates/thumbnails/lines_acrylic_clear.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_acrylic_green.jpg Binary file templates/thumbnails/lines_acrylic_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_acrylic_orange.jpg Binary file templates/thumbnails/lines_acrylic_orange.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_acrylic_pink.jpg Binary file templates/thumbnails/lines_acrylic_pink.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_acrylic_red.jpg Binary file templates/thumbnails/lines_acrylic_red.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_acrylic_yellow.jpg Binary file templates/thumbnails/lines_acrylic_yellow.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_aluminum_black.jpg Binary file templates/thumbnails/lines_aluminum_black.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_aluminum_blue.jpg Binary file templates/thumbnails/lines_aluminum_blue.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_aluminum_green.jpg Binary file templates/thumbnails/lines_aluminum_green.jpg has changed diff -r 000000000000 -r 599d0315537d templates/thumbnails/lines_aluminum_red.jpg Binary file templates/thumbnails/lines_aluminum_red.jpg has changed diff -r 000000000000 -r 599d0315537d top_menu.include --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/top_menu.include Wed Dec 30 02:01:25 2009 -0500 @@ -0,0 +1,17 @@ + +
+ +
+ +