-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
97 lines (82 loc) · 4.55 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cards Buy The Box</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcss02.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
<link rel="stylesheet" type="text/css" href="niftyPrint.css" media="print">
<script type="text/javascript" src="nifty.js"></script>
<script type="text/javascript">
window.onload=function(){
if(!NiftyCheck())
return;
<!--Rounded("div#content","all","#E5FFF9","#FFE146","smooth");-->
<!--Rounded("ul#side","all","#E5FFF9","#0361AD","smooth");-->
Rounded("div#content","all","#5F5F5F","#FFE146","smooth");
Rounded("ul#side","top","#5F5F5F","#C5EDFF","smooth");
Rounded("ul#side","bottom","#5F5F5F","#0361AD","smooth");
<!--Rounded("div#thebody","top","#C2C2C2","#5F5F5F","smooth");-->
}
</script>
</head>
<body>
<div id="container">
<div id="header">
<h1>Cards Buy The Box</h1>
<ul id="nav">
<li class="location"><a href="index.htm">Home</a></li>
<li><a href="shop.htm">Buy Online</a></li>
<li><a href="contact.htm">Contact</a></li>
</ul>
</div><!--header-->
<div id="thebody">
<div id="content">
<h2>Welcome!</h2>
<p>The same great quality cards and service you've received from Scott Card Company for over 50 years is <em>now available on-line.</em></p>
<p>Introducing... <em>CardsBuytheBox.com</em></p>
<p>As the on-line division of Scott Card Company, CardsBuytheBox.com allows you to purchase our entire line of boxed greeting cards, gift wraps and accessories, 2 year planners, Graceline napkins, stationery products and gift items.</p>
<p>This new service offers you the advantages of on-line buying while maintaining the excellent services provided by Scott Card Company. At this time, we are accepting orders from the U.S. and Canada.</p>
<p><em>Buy by the box and save!</em></p>
</div><!--content-->
<ul id="side">
<li><h4>Categories</h4></li>
<li><a href="bio.htm">Bio</a></li>
<li><a href="halloween/halloween1.htm">Halloween</a></li>
<li><a href="thanksgiving/thanksgiving1.htm">Thanksgiving</a></li>
<li><a href="christmas/christmasnocards.htm">Christmas</a></li>
<li><a href="easter/easter1.htm">Easter</a></li>
<li><a href="valentine/valentine1.htm">Valentine</a></li>
<li><a href="alloccasion/alloccasions1.htm">All Occasion</a></li>
<li><a href="anniversary/anniversary1.htm">Anniversary</a></li>
<li><a href="baby/baby1.htm">Baby</a></li>
<li><a href="birthday/birthday1.htm">Birthday</a></li>
<li><a href="gifts/gifts1.htm">Blank Note Cards</a></li>
<li><a href="thinkingofyou/thinkofyou1.htm">Cheer & Hello</a></li>
<li><a href="alloccasion/alloccasions3.htm">Church Occasion</a></li>
<li><a href="confirmation/conformation1.htm">Confirmation</a></li>
<li><a href="encouragement/encouragement1.htm">Encouragement</a></li>
<li><a href="thinkingofyou/thinkofyou1.htm">Friendship & Caring</a></li>
<li><a href="getwell/getwell1.htm">Get Well</a></li>
<li><a href="graduation/graduation1.htm">Graduation</a></li>
<li><a href="thinkingofyou/thinkofyou1.htm">Praying for You</a></li>
<li><a href="secretpal/secretpal1.htm">Secret Sister/Pal</a></li>
<li><a href="sympathy/sympathy1.htm">Sympathy</a></li>
<li><a href="thinkingofyou/thinkofyou1.htm">Thinking of You</a></li>
<li><a href="thankyou/thankyou1.htm">Thank You</a></li>
<li><a href="wedding/wedding1.htm">Wedding</a></li>
</ul>
</div><!--thebody-->
<div id="bottom">
<span class="left"><a href="index.htm">Home</a> |
<a href="shop.htm">Buy Online</a> |
<a href="contact.htm">Contact</a></span>
<a href="http://www.3amproductions.net">another 3AM Production</a> (
<a title="Validate as XHTML" rel="validate external" href="http://validator.w3.org/check?uri=http://rowe.3amproductions.net"><abbr title="eXtensible Hypertext Markup Language"><acronym title="eXtensible Hypertext Markup Language">XHTML</acronym></abbr></a> |
<a title="Validate CSS" rel="validate external" href="http://jigsaw.w3.org/css-validator/validator?uri=http://rowe.3amproductions.net/indexcss02.css"><abbr title="Cascading Style Sheets"><acronym title="Cascading Style Sheets">CSS</acronym></abbr></a> )
<!--<a title="Validate as Section 508 Compliant" rel="validate external" href="http://www.contentquality.com/mynewtester/cynthia.exe?Url1=http://rowe.3amproductions.net"><abbr title="Section 508"><acronym title="Section 508">508</acronym></abbr></a> )-->
</div><!--bottom-->
</div><!--container-->
</body>
</html>