initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:34:24 -06:00
commit dbc7efddac
110 changed files with 2344 additions and 0 deletions

134
dellkeyboard_sk8110.htm Executable file
View File

@@ -0,0 +1,134 @@
<html>
<head>
<style type='text/css'>
/* CSS for eBay pages */
h1.yemarnn {
display: block;
background: #cfcfcf;
font-size: 1.4em;
font-weight: bold;
text-align: center;
padding: 10px;
border: solid black;
border-width: 0 1px 1px 1px;
margin: 0 10px 0 10px;
}
h2.yemarnn {
border-bottom: 1px dashed black;
font-size: 1em;
margin: 16px 8px 4px;
padding: 2px;
}
p.yemarnn {
margin: 6px 12px;
}
div#main {
position: relative;
width: 700px;
height: 880px;
margin: 0 auto;
font-size: 1.0em;
color: black;
font-family: Arial, sans-serif;
}
div#header {
background: url(http://www.benramey.com/ebay/graphics/logo.jpg) no-repeat center center;
height: 100px;
border: #083605 solid 6px;
}
div#body {
}
div#images_col {
float: left;
width: 190px;
}
div#images_col img {
width: 170px;
padding: 4px 10px;
}
div#text_col {
float: right;
width: 510px;
}
div#auction_dates{
border: #cfcfcf solid;
border-width: 0 1px 1px;
color: #cfcfcf;
font-size: 0.9em;
width: 350px;
margin: 0 auto;
text-align: center;
padding: 4px 4px;
}
</style>
</head>
<body>
<div id='main'>
<div id='header'></div>
<div id='body'>
<div id='images_col'>
<img src='http://www.benramey.com/ebay/graphics/dellkeyboard/DSC_2230.jpg' />
<img src='http://www.benramey.com/ebay/graphics/dellkeyboard/DSC_2219_2.JPG' />
<img src='http://www.benramey.com/ebay/graphics/dellkeyboard/DSC_2223_2.JPG' />
</div>
<div id='text_col'>
<h1 class='yemarnn'>Dell Keyboard</h1>
<div id='auction_dates'>
Item listed on: 9/3/2007 | Auction ends on: 9/10/2007
</div>
<h2 class='yemarnn'>Item Description</h2>
<p class='yemarnn'>
**If images are not appearing to the left, please check back again later. My hosting company
is experiencing problems at the moment.
</p>
<p class='yemarnn'>
Standard black Dell keyboard model SK-8110. The keyboard pictured to the
left in the top picture is the exact keyboard you will receive. The picture
of the cable and of the back is from another keyboard of the exact same model.
I just didn't want to take another set of pictures that wouldn't show anything different!
In the picture of the back, everything in the black sticker is exactly
the same. The numbers and bar code in the white sticker are different.
</p>
<p class='yemarnn'>
Personally, I love these keyboards. They work well, are quiet and feel
very good. I use them on all my PS2 PCs. This one is just an extra keyboard
that I do not need and so decided I'd be better of selling it than letting
it take up storage space.
</p>
<h2 class='yemarnn'>Item Specifications</h2>
<ul>
<li>Model: SK-8110</li>
<li>Connector: PS2</li>
<li>104 keys</li>
</ul>
<h2 class='yemarnn'>Shipping and Packaging Information</h2>
<p class='yemarnn'>
This item will be packaged to maximize its safe arrival. No extra packaging costs
will be applied to the buyer.
</p>
<p class='yemarnn'>
Buyer pays all shipping costs. Items will
be shipped from Kansas City, MO, USA.
</p>
<h2 class='yemarnn'>Payment Information</h2>
<p class='yemarnn'>
All payments must be made through PayPal! Money orders, cashier's checks and personal
checks will NOT be accepted!
</p>
<h2 class='yemarnn'>Additional Information</h2>
<p class='yemarnn'>
Feel free to e-mail me at any time at
<a href='mailto:ebay@rameydesign.net' title='My e-mail address'>ebay@rameydesign.net</a>
if you have any questions!
</p>
</div>
</div>
<div id='footer'>
</div>
</div>
</body>
</html>