-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhove.html
86 lines (70 loc) · 3.14 KB
/
hove.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
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="hove.css">
<link rel="stylesheet" href="navcss/navbar.css">
<link rel="stylesheet" href="container/container.css">
<link rel="stylesheet" href="footer/footer.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div id="container">
</div>
<div id="productsbanner">
<h1 style="font-size: 3rem;">Products</h1>
<div id="probanchild">
<div id="side1">
<h1 style="font-size: 2rem;">Featured Categories</h1>
<hr>
<h2>Living Room Furniture</h2>
<h2>Dining Room Furniture</h2>
<h2>Bedroom Furniture</h2>
<h2>Kitchen Furniture</h2>
<h2>Patio Furniture</h2>
<h2>Entryway Furniture</h2>
<h2>Home Office Furniture</h2>
<h2>Small Space Furniture</h2>
<h2>Bathroom Furniture</h2>
<h2>Mattresses</h2>
<h2>Recreation Room</h2>
<h2>Kids & Toddler Furniture</h2>
<h2>Home Gym</h2>
<h2>Shop All Furniture on Sale</h2>
</div>
<div id="side2">
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/12122022_Desktop_Furniture-AshleyFurniture.jpg?imwidth=680" alt="">
<p style="text-align: center;" >Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem aspernatur assumenda ab perspiciatis reiciendis inventore?</p>
</div>
<div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/052319_smallspaces-Daybeds.jpg" alt="">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit.</p>
<h2>Entryway Furniture</h2>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/shop_by_room_catg_small_spaces_dining_sets.jpg" alt="">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit.</p>
<h2>Recreation Room</h2>
</div>
</div>
</div>
</div>
</div>
<h1 style="text-align: center; margin-top: 40px;" >Popular Categories</h1>
<div id="product">
</div>
<footer id="footpath">
</footer>
</body>
</html>
<script src="hove.js" type="module">
</script>