-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathebk.php
More file actions
52 lines (42 loc) · 1.66 KB
/
Copy pathebk.php
File metadata and controls
52 lines (42 loc) · 1.66 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
<!DOCTYPE html>
<html>
<head>
<title>EBK - CAP Distributing</title>
<meta name="description" content="EBK has all the mobile accessories you'll need to keep you going while traveling." />
<meta name="keywords" content="tablet stand, mobile accessories, ebk, iPad stand, portable" />
<?php include_once("head.html"); ?>
</head>
<body id="ebk">
<?php include_once("cap-logo.html"); ?>
<?php include_once("nav.html"); ?>
<div class="page-wrap">
<h1>EBK Electronics</h1>
<ul class="flex-container">
<li class="flex-item flex-item-ebk">
<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>
</div> <!-- End page-wrap -->
<?php include_once("footer.html"); ?>
</body>
</html>