-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroofpro.html
187 lines (181 loc) · 9.04 KB
/
roofpro.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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!doctype html>
<html lang="en">
<head>
<title>Real Solutions</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS v5.3.2 -->
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<style>
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
.navbar {
background-color: #343a40;
}
.navbar img {
height: 50px;
}
.navbar a {
color: #ffffff;
padding: 14px 20px;
text-decoration: none;
}
.navbar a:hover {
background-color: #495057;
}
.navbar-toggle {
cursor: pointer;
font-size: 24px;
color: #ffffff;
display: none;
}
@media (max-width: 768px) {
.navbar ul {
display: none;
flex-direction: column;
}
.navbar ul.show {
display: flex;
}
.navbar-toggle {
display: block;
}
}
.form-section {
background-color: #ffffff;
padding: 20px;
border-radius: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-section img {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
footer {
background-color: #343a40;
color: #ffffff;
}
footer a {
color: #ffffff;
}
</style>
</head>
<body>
<div class="navbar d-flex justify-content-between align-items-center p-3" id="myNavbar">
<img src="img/real solution.jpg" alt="Real Solutions Logo">
<span class="navbar-toggle" id="js-navbar-toggle">☰</span>
<ul id="js-menu" class="d-flex">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./concat.html">Contact</a></li>
</ul>
</div>
<form action="https://formspree.io/f/xbjnvqwr" method="POST">
<section style="background-color: #eee;">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6">
<div class="form-section">
<div class="row g-0">
<div class="col-md-4">
<img src="img/roofing1.png" class="img-fluid" alt="Mosquito net for doors">
</div>
<div class="col-md-8">
<div class="card-body">
<div class="d-flex justify-content-between">
<div>
<p><a href="#!" class="text-dark">Roofing Sheet</a></p>
<p class="small text-muted">Roofing Sheet</p>
</div>
<div>
<div class="d-flex flex-row justify-content-end mt-1 mb-4 text-danger">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="small text-muted">Rated 4.0/5</p>
</div>
</div>
<div class="form-floating mb-2">
<input class="form-control" id="address" name="address" type="text" placeholder="Address" required />
<label for="address">Address</label>
<div class="invalid-feedback">Address is required.</div>
</div>
<div class="form-floating mb-3">
<input class="form-control" id="pincode" name="pincode" type="text" placeholder="Pincode" pattern="\d{6}" required />
<label for="pincode">Pincode</label>
<div class="invalid-feedback">Pincode must be exactly 6 digits.</div>
</div>
<div class="form-floating mb-2">
<input class="form-control" id="number" name="number" type="text" placeholder="Number" pattern="\d{10}" title="Please enter exactly 10 digits" required />
<label for="number">Number</label>
</div>
<div class="d-flex justify-content-between align-items-center pb-2 mb-1">
<a href="./index.html" class="text-dark fw-bold">Cancel</a>
<button type="submit" class="btn btn-primary">Order</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</form>
<hr style="border-top: 2px solid #45526e;">
<footer class="text-center text-lg-start text-white">
<div class="container p-4 pb-0">
<section class="">
<div class="row">
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Company name</h6>
<p>
Experience real solutions for real-world challenges. Embrace the future and thrive.
Discover innovation that transforms daily life. Live smarter and more sustainably.
Step into a better tomorrow today.
</p>
</div>
<hr class="w-100 clearfix d-md-none" />
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Products</h6>
<p>Mosquito Net</p>
<p>Sensor Mirror</p>
<p>ROOF</p>
</div>
<hr class="w-100 clearfix d-md-none" />
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Opening Hours</h6>
<p>MON-SAT : 9.00 AM TO 6.00 PM</p>
<p>SUNDAY : OFFDUTY</p>
</div>
<hr class="w-100 clearfix d-md-none" />
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">Contact</h6>
<p><i class="fas fa-home mr-3"></i> **********</p>
<p><i class="fas fa-envelope mr-3"></i> [email protected]</p>
<p><i class="fas fa-phone mr-3"></i> 8078876880</p>
<p><i class="fas fa-print mr-3"></i> 04962203819</p>
</div>
</div>
</section>
<hr class="my-3">
<section class="p-3 pt-0">
<div class="row d-flex align-items-center">
<div class="col-md-7 col-lg-8 text-center text-md-start">
<div class="p-3">
© 2024 Copyright:
<a class="text-white" href="#">Realsolution.com</a>
</div>
</div>
</div>
</section>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7p