-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html.old
143 lines (124 loc) · 5.73 KB
/
index.html.old
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href="https://orange.greenriverdev.com/weddingRentals/style.css" rel="stylesheet" type="text/css" />
<link href="https://orange.greenriverdev.com/weddingRentals/bootstrap5.css" rel="stylesheet">
<link href="extras.css" rel="stylesheet" type="text/css" />
<style>
</style>
</head>
<body>
<div class="container-fluid upper">
<div class="row">
<div class="col-md-3"><img src="img/logo.png" class="logo"> </div>
<div class="col-md-9">
</div>
</div></div>
<!--
-------------------- NAV BAR ---------------------------------------------------------------
-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<!--a class="navbar-brand" href="#">Navbar</a-->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://orange.greenriverdev.com/">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Sign Rental Sets
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="layeredArchSet.html">Layered Arch</a></li>
<li><a class="dropdown-item" href="modernround.html">Modern Round</a></li>
<li><a class="dropdown-item" href="vintagemirror.html">Vintage Mirror</a></li>
<li><a class="dropdown-item" href="darkwalnut.html">Dark Walnut</a></li>
<li><a class="dropdown-item" href="rusticWoodSet.html">Rustic Wood</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="extras.html">Extras</a></li>
</ul>
</li>
<!--li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li-->
</ul>
</div>
</div>
</nav>
<!--
-------------------- End of NAV BAR ---------------------------------------------------------------
-->
<br>
<br>
<div class = "container-fluid">
<div class = "row" style="height:300px">
<div class = "col-3 d-none d-md-block"></div>
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-12 col-md-4 text-center">
<a href="layeredArchSet.html">
<img class= "fit-img rounded-circle mx-auto d-block" src= "img/layeredarch.jpg" alt= "photo of layered arch">
</a>
<h3 class="under-start text-center">Layered Arch</h3>
</div>
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-3 d-none d-md-block"></div>
</div><!--end of row-->
<div class = "row" style="height:350px">
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<a href="modernround.html">
<img class= "fit-img rounded-circle float-end" src= "img/modernround.jpg" alt= "photo of modern round">
</a>
<h3 class="under-end text-end">Modern Round</h3>
</div>
<div class = "col-2 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<a href="vintagemirror.html">
<img class= "fit-img rounded-circle float-start" src= "img/vintagemirror.jpg" alt= "photo of vintage mirror">
</a>
<h3 class="under-start text-start">Vintage Mirror</h3>
</div>
<div class = "col-1 d-none d-md-block"></div>
</div><!--end of row-->
<div class = "row" style="height:300px">
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<a href="darkwalnut.html">
<img class= "fit-img rounded-circle float-end" src= "img/darkwalnut.jpg" alt= "photo of dark walnut">
</a>
<h3 class="under-end text-end">Dark Walnut</h3>
</div>
<div class = "col-2 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<a href="rusticWoodSet.html">
<img class= "fit-img rounded-circle float-start" src= "img/rusticwood.jpg" alt= "photo of rustic wood">
</a>
<h3 class="under-start text-start">Rustic Wood</h3>
</div>
<div class = "col-1 d-none d-md-block"></div>
</div><!--end of row-->
</div><!--End of container-fluid-->
<br>
<footer class="extras-footer">
<center>
<a class = "footer-style" href="extras.html">Contact Us</a>
<br><br>
<p class= "footer-style">WALNUT RIDGE LEATHER COMPANY<br>
ORRVILLE, OHIO</p>
<a class= "footer-style" href = "mailto: [email protected]">[email protected]</a>
</center>
</footer>
<script src="script.js"></script>
<!--
The following script is required for the nav bar to work
-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
</body>
</html>