-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (77 loc) · 3.17 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>T4US</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<header>
<div class=head_wrapper>
<div class=brand>
<h1>T4US</h1>
<h2>This is for us</h2>
</div>
<div class=headernav>
<div class=headernavl>
<div><a href="# ">Shop All</a></div>
<div><a>|</a></div>
<div><a href="# ">New Arrivals</a></div>
</div>
<div class=headernavr>
<div><a href="# ">Register</a></div>
<div><a>|</a></div>
<div><a href="# ">Sign Up</a></div>
</div>
</div>
</div>
</header>
<main>
<section id="main">
<br/>
<br/>
<h1>About Us</h1>
<p>T4US was created to help you find the products you want or the products we can find at a very reasonable price. If we don't have it we can find it for you. </p>
<p>Our Mission is to become the Number 1 online reseller of any item you'ld need.We are a family owned business just like you.</p>
<br/>
<br/>
<div class="panel">
<img src="../Storefront/img/electronics.jpg " class="categoryType " alt="electronics " />
<h2>Electronics</h2>
<p1>Looking for the latest gadget. You deserve it.</p1>
<button>Shop Now</button>
</div>
<div class="panel">
<img src="../Storefront/img/autoparts.jpg " class="categoryType " alt="autoparts " />
<h2>Auto Parts</h2>
<p1>You need to mantain, repair your car? We got it.</p1>
<button>Shop Now</button>
</div>
<div class="panel">
<img src="../Storefront/img/clothing.jfif " class="categoryType " alt="clothing " />
<h2>Clothing</h2>
<p1>The greatest fashion for all the familty. We have it.</p1>
<button>Shop Now</button>
</div>
</section>
</main>
<footer>
<div class=menufoot>
<ul id="menuFooter ">
<li><a href="# ">Sitemap</a></li>
<li><a href="# ">Privacy Policy</a></li>
<li><a href="# ">Terms of Use</a></li>
<li><a href="# ">Contact Us</a></li>
</ul>
</div>
<div class="foot_images">
<div class="images ">
<a href="https://www.instagram.com "><img src=" ../Storefront/img/inst_logo.png " alt="Instagram " border="0 " class="socialIcon " /></a>
<a href="https://www.facebook.com "><img src="../Storefront/img/fb_logo.png " alt="Facebook " border="0 " class="socialIcon " /></a>
<a href="https://www.twitter.com "><img src="../Storefront/img/tw_logo.png " alt="Twitter " border="0 " class="socialIcon " /></a>
</div>
</div>
</footer>
</body>
</html>