-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
114 lines (76 loc) · 5.24 KB
/
Copy pathabout.php
File metadata and controls
114 lines (76 loc) · 5.24 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Jamison Stamps & Books</title>
<meta name="description" content="Learn about Jamison Stamps & Books, your trusted source for rare U.S. stamps, collectible books, expert appraisals, and philatelic services. Discover our mission to preserve history and inspire collectors.">
<meta name="keywords" content="Jamison Stamps & Books, U.S. stamps, rare stamps, stamp dealer, philately, stamp collecting, stamp appraisals, stamp consignment, collectible books, rare books, vintage stamps, book collecting, stamp grading, philatelic resources, collector services">
<meta property="og:site_name" content="Jamison Stamps & Books">
<meta property="og:title" content="About Jamison Stamps & Books">
<meta property="og:description" content="Learn about Jamison Stamps & Books—our mission, services, and passion for stamps and books.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jamisonstamps.com/about.php">
<meta property="og:image" content="https://jamisonstamps.com/picts/aboutus.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="About Jamison Stamps & Books">
<meta name="twitter:description" content="Learn about Jamison Stamps & Books—our mission, services, and passion for stamps and books.">
<meta name="twitter:image" content="https://jamisonstamps.com/picts/aboutus.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://jamisonstamps.com/about.php">
<link rel="icon" href="./favicon.png" type="image/png">
<link rel="stylesheet" href="./css/style.css" type="text/css">
<script type="text/javascript" src="./js/javascripts.js"></script>
</head>
<body id="top">
<a class="skip-link" href="#maincontent">Skip to main content</a>
<div id="outerdiv">
<?php include __DIR__ . '/includes/header.php'; ?>
<?php include __DIR__ . '/includes/menu.php'; ?>
<div class="pageheight">
<div id="wrapper" class="pagewidth">
<figure class="image-bar">
<img src="./picts/about.png" class="main-image" alt="About Jamison Stamps & Books">
</figure>
<div id="contentdiv">
<main id="maincontent" tabindex="-1" aria-labelledby="page-title">
<article class="content-pad just">
<header>
<h1 id="page-title" class="title sr-only">About Us</h1>
</header>
<div class="page-splits" aria-hidden="true"></div>
<figure>
<img src="./picts/Jamison-Stamps-Logo-small.png" class="img-space rimage" alt="Jamison Enterprises logo">
</figure>
<p>At Jamison Stamps & Books, we’re more than just a shop—we’re curators of history. Founded on a passion for philately and fine literature, we’ve built a space where collectors of all levels can discover rare finds, build meaningful collections, and deepen their appreciation for the stories behind every piece.</p>
<p>Our mission is simple: <strong>to preserve the past and inspire the future through stamps and books that matter.</strong></p>
<div class="page-splits" aria-hidden="true"></div>
<section aria-labelledby="services-heading">
<h2 id="services-heading" class="subtitle padB-10">Services We Offer:</h2>
<div class="services-grid">
<div class="floatlist">
<ul class="list">
<li><span>Curated U.S. Stamp Inventory</span></li>
<li><span>Stamp & Book Appraisals</span></li>
</ul>
</div>
<div class="floatlist">
<ul class="list">
<li><span>Rare & Collectible Books</span></li>
<li><span>Collector Resources & Guidance</span></li>
</ul>
</div>
</div>
</section>
<div class="page-splits" aria-hidden="true"></div>
<p>At Jamison Stamps & Books, we believe every stamp and book has a story worth telling. <strong>Let us help you find your next great piece of history.</strong></p>
</article>
</main>
<?php include __DIR__ . '/includes/sidebar.php'; ?>
</div>
<div class="divclear" aria-hidden="true"></div>
</div>
</div>
<?php include __DIR__ . '/includes/footer.php'; ?>
</div>
</body>
</html>