-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
153 lines (131 loc) · 6.22 KB
/
Copy pathindex.php
File metadata and controls
153 lines (131 loc) · 6.22 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html>
<head>
<title>Home - CAP Distributing</title>
<meta name="description" content="CAP Distributing is dedicated to providing the best products availiable at the lowest prices." />
<meta name="keywords" content="distribution, headphones, wallets, shirts, electronics, mobile accessories" />
<?php include_once("head.html"); ?>
</head>
<body id="index">
<?php include_once("cap-logo.html"); ?>
<?php include_once("nav.html"); ?>
<div class="page-wrap">
<h1>Our New Items!</h1>
<ul class="flex-container">
<li class="flex-item flex-item-audio-technica">
<div class="product-img product-img-audio-technica on-sale">
<img src="./images/audio-technica/AX3iSBK.jpg" alt="Black Headphone AX3iS" >
</div> <!-- End product-img -->
<div class="product-title product-title-audio-technica">
<h2>AudioTechnica SonicFuel Over-Ear AX3iS (Black)</h2>
</div> <!-- End product-title -->
<div class="product-bullets product-bullets-audio-technica">
<ul>
<li>Large 40 mm drivers deliver enhanced sound</li>
<li>Durable construction for active, everyday use</li>
<li>Earcups fold flat for easy storage</li>
</ul>
</div> <!-- End product-bullets -->
<div class="buy-button">
<svg class="buy-button-svg">
<a xlink:href="http://www.amazon.com/AudioTechnica-ATH-AX3IS-SonicFuel-Over-Ear-Headphones/dp/B00JTBHCR0?ie=UTF8&m=A2THIGJ83VMAAL&qid=1459574341&ref_=sr_1_73&s=merchant-items&sr=1-73">
<rect width="175" height="30" x="10" y="0" class="svg-rect"/>
<text x="30" y="20" class="svg-text">Buy on Amazon >></text>
</a>
</svg>
</div> <!-- End buy-button -->
</li>
<li class="flex-item">
<div class="product-img product-img-water-tanks">
<img src="images/edp/250-gallon-blue5.jpg" alt="250 Gallon Water Tank Blue" >
</div> <!-- End product-img -->
<div class="product-title product-title-water-tanks">
<h2>Storm Tanker 250 Gallon Water Tank (Blue)</h2>
</div> <!-- End product-title -->
<div class="product-bullets product-bullets-water-tanks">
<ul>
<li>BPA Free Food Grade Plastic Over 1/4" Thick</li>
<li>The water tank's footprint takes up the same space a 55 gallon drum does while almost holding 5 times the amount of water.</li>
</ul>
</div> <!-- End product-bullets -->
<div class="buy-button">
<svg class="buy-button-svg">
<a xlink:href="http://www.amazon.com/gp/product/B01BJ2XP8G?keywords=storm%20tanker&m=A2THIGJ83VMAAL&qid=1454808556&ref_=sr_1_1&s=merchant-items&sr=1-1">
<rect width="175" height="30" x="10" y="0" class="svg-rect"/>
<text x="30" y="20" class="svg-text">Buy on Amazon >></text>
</a>
</svg>
</div> <!-- End buy-button -->
</li>
<li class="flex-item">
<div class="product-img product-img-concert-shirts">
<img src="images/fea/Picture24.png" alt="Winged Devil" >
</div> <!-- End product-img -->
<div class="product-title product-title-concert-shirts">
<h2>Van Halen - Winged Devil T-Shirt</h2>
</div> <!-- End product-title -->
<div class="product-bullets">
</div> <!-- End product-bullets -->
<div class="buy-button">
<svg class="buy-button-svg">
<a xlink:href="http://www.amazon.com/Van-Halen-Winged-T-shirt-X-large/dp/B005CQRHYO/ref=sr_1_1?m=A2THIGJ83VMAAL&s=merchant-items&ie=UTF8&qid=1454385544&sr=1-1&keywords=clothing">
<rect width="175" height="30" x="10" y="0" class="svg-rect"/>
<text x="30" y="20" class="svg-text">Buy on Amazon >></text>
</a>
</svg>
</div> <!-- End buy-button -->
</li>
<li class="flex-item-small"></li>
<li class="flex-item-large">
<div class="product-img product-img-ebk">
<img src="./images/ebk/47180.JPG" alt="EBK Tablet Stand" >
</div> <!-- End product-img -->
<div class="product-title product-title-ebk">
<h2>EBK Portable Tablet Stand 47180 (Black)</h2>
</div> <!-- End product-title -->
<div class="product-bullets product-bullets-ebk">
<ul>
<li>Height adjustable to accommodate many electronic devices</li>
<li>Quick setup and convenient storage</li>
<li>Enhances airflow around your electronic device to help keep it cool</li>
</ul>
</div> <!-- End product-bullets -->
<div class="buy-button">
<svg class="buy-button-svg">
<a xlink:href="http://www.amazon.com/EBK-Portable-Tablet-Stand-47180/dp/B00UZ9C5B8/ref=sr_1_1?m=A2THIGJ83VMAAL&s=merchant-items&ie=UTF8&qid=1450986490&sr=1-1&keywords=ebk">
<rect width="175" height="30" x="10" y="0" class="svg-rect"/>
<text x="30" y="20" class="svg-text">Buy on Amazon >></text>
</a>
</svg>
</div> <!-- End buy-button -->
</li>
</ul>
<br />
<hr />
<br />
<h1><a href="news.php">Recent News</a></h1>
<h5>February 6, 2016</h5>
<h3>Storm Tanker</h3>
<div class="news-info">
<div class="news-img">
<a href="water-tanks.php">
<img src="images/edp/250-gallon-granite.jpg" alt="250 Gallon Water Tank Blue" />
</a>
</div> <!-- End news-img -->
<p>When it comes to extreme situations, water is the most important element for survival. Your body loses on average 2.5 liters (or 2/3 of a gallon) of water everyday, but can handle only a loss of about 10-22% (which happens after about 3 days of no water) of its water weight before it becomes fatal. Secure your family's health by obtaining a fresh water supply now to prepare for emergencies like earthquakes, violent storms, or contaminated public water supplies with this high-capacity water tank.</p>
<p>Check out our <a href="/water-tanks.php">Storm Tanker Water Tanks</a> today.</p>
</div> <!-- End news-info -->
<h5>November 11, 2015</h5>
<h3>Concert T-shirts</h3>
<div class="news-info">
<div class="news-img">
<a href="concert-shirts.php">
<img src="images/fea/Picture14.png" alt="Concert Shirt" />
</a>
</div> <!-- End news-img -->
<p>Today we launched our <a href="/concert-shirts.php">Concert T-shirts</a> on Amazon. We have big bands like Aerosmith, Boston, Van Halen, Lynyrd Skynyrd, and so much more.</p>
</div> <!-- End news-info -->
</div> <!-- End page-wrap -->
<?php include_once("footer.html"); ?>
</body>
</html>