-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct2.html
More file actions
184 lines (176 loc) · 6.98 KB
/
product2.html
File metadata and controls
184 lines (176 loc) · 6.98 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rhyno EV - SE03</title>
<link rel="stylesheet" href="styles.css">
<style>
.specs-table {
width: auto;
max-width: 80%;
margin: 20px auto;
border-collapse: collapse;
}
.specs-table th, .specs-table td {
border: 2px solid #ddd;
padding: 10px 15px;
text-align: left;
}
.specs-table th {
background-color: yellow;
font-weight: bold;
color : black;
}
.image {
text-align: center;
margin-bottom: 20px;
}
.color-options {
display: flex;
justify-content: left;
margin: 20px 0;
margin-left : 20px;
}
.color-circle {
width: 40px;
height: 40px;
border-radius: 50%;
margin: 0 10px;
border: 2px solid white;
}
.color-label {
font-size: 18px;
margin-right: 10px;
}
.color-black { background-color: black; }
.color-green { background-color: green; }
.color-gold { background-color: gold; }
.color-maroon { background-color: maroon; }
</style>
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="logo1.png" width = "400" alt="Rhyno EV Logo">
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li class="dropdown">
<a href="products.html">Products</a>
<div class="dropdown-content">
<a href="product1.html">SE03 Lite</a>
<a href="product2.html">SE03</a>
<a href="product3.html">SE03 Max</a>
<a href="compare.html">Compare All</a>
</div>
</li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="prebook.html">Pre-book Now</a></li>
<li>
<a href="https://www.instagram.com/rhyno.in?igsh=Z2xtZnJoNjVrNnd3" target="_blank">
<img src="insta.jpeg" width="20" alt="Instagram" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/rhyno-wheels/" target="_blank">
<img src="linkedin.png" width = "20" alt="LinkedIn" />
</a>
</li>
</ul>
</nav>
</header>
<main class="product-page">
<div class="image">
<h1>Rhyno SE03</h1><br>
<img src="se03.png" alt="Rhyno SE03" width="800">
</div>
<div class="color-options">
<h3 class="color-label">Available Colours:</h3>
<div class="color-circle color-black" title="Black"></div>
<div class="color-circle color-green" title="Green"></div>
<div class="color-circle color-gold" title="Gold"></div>
<div class="color-circle color-maroon" title="Maroon"></div>
</div>
<div class="details">
<p>Indulge in the perfect harmony of power and range with this Rhyno. Offering an exhilarating experience with its robust 2000W motor, it ensures a thrilling ride while still delivering an impressive 80-100 km range on a single charge. Like its counterparts, this machine features the safety assurance of a fire-safe advanced LFP battery, along with the comprehensive benefits of owning a Rhino. Boasting a formidable combination of a 2000W motor and a 2.7kWh battery, this beast is ready to roar on the roads, providing an electrifying journey at every turn. Check out the other details below!</p>
<table class="specs-table">
<tr>
<th>Specification</th>
<th>Rhyno SE03</th>
</tr>
<tr>
<td>Battery</td>
<td>2.7Kwh</td>
</tr>
<tr>
<td>Battery features</td>
<td>LFP with 1500 cycles<br>Active Balancing<br>Waterproof (IP67)</td>
</tr>
<tr>
<td>Battery warranty</td>
<td>3 Years</td>
</tr>
<tr>
<td>Charging time</td>
<td>4 hours(12A)</td>
</tr>
<tr>
<td>Motor</td>
<td>1500W</td>
</tr>
<tr>
<td>Max speed</td>
<td>55 km/h</td>
</tr>
<tr>
<td>Warranty on electronics</td>
<td>1 year</td>
</tr>
<tr>
<td>Max range (@30km/h)</td>
<td>150 km</td>
</tr>
<tr>
<td>Max range (@45km/h)</td>
<td>110 km</td>
</tr>
<tr>
<td>Max range (@full speed)</td>
<td>90 km</td>
</tr>
<tr>
<td>Other key benefits</td>
<td>Fire-safe battery<br>Range prediction<br>Comfortable ride<br>Stable and safe</td>
</tr>
</table>
<a href="prebook.html?model=Rhyno+SE03" class="buy-btn">Buy Now</a>
</div>
</main>
<footer>
<ul class="footer-links">
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="refund.html">Refund Policy</a></li>
<li><a href="terms.html">Website Policy</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="https://www.linkedin.com/company/rhyno-wheels/" target="_blank">Career</a></li>
<li><a href="rentals.html">Rentals</a></li>
<class="social-icons">
<li>
<a href="https://www.instagram.com/rhyno.in?igsh=Z2xtZnJoNjVrNnd3" target="_blank">
<img src="insta.jpeg" width="25" alt="Instagram" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/rhyno-wheels/" target="_blank">
<img src="linkedin.png" width = "25" alt="LinkedIn" />
</a>
</li>
</ul>
</footer>
<script src="scripts.js"></script>
</body>
</html>