-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (179 loc) · 8.12 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ocean gate limited</title>
<!-- bootstrap cdn -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- bootstrap links -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="./bootstrap-5.0.2-dist/css/bootstrap.min.css">
<script src="./bootstrap-5.0.2-dist/js/bootstrap.min.js"></script>
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- custom css-->
<link rel="stylesheet" href="snippets.css">
<link rel="stylesheet" href="index.css">
<!-- custom js -->
<script src="snippets.js"></script>
</head>
<body>
<!-- nav bar -->
<header id="NAV">
</header>
<section class="center mt-5">
<div class="container">
<div class="row ">
<div class="col-lg-8 p-5">
<img src="./assets/logo2.jpg" alt="">
</div>
<div class="col-lg-4 pt-lg-5 mb-5">
<p class=""> Welcome to <span class="text-primary">OceanGate Limited</span>, your trusted partner in the world of <span class="text-primary">data storage</span> solutions. </p>
</div>
</div>
</div>
</section>
<!-- products -->
<section class="products bg-light p-5 mt-5">
<h1>Products</h1>
<div class="container">
<div class="row justify-content-evenly m-4">
<div class="colp col-lg-2 col-md-4 m-md-3">
<a href="floppy.html">
<div class="pic">
<img src="./assets/floppy-removebg-preview.png" alt="Floppy disk">
</div>
<h3>Floppy disks</h3>
<p>A classic storage medium that is still used in some applications.</p>
</a>
</div>
<div class="colp col-lg-2 col-md-4 m-md-3">
<a href="CD.html">
<div class="pic">
<img src="./assets/cd-removebg-preview.png" alt="CD-ROM">
</div>
<h3>CD-ROMs</h3>
<p>A versatile storage medium that can be used for data, music, and video.</p>
</a>
</div>
<div class="colp col-lg-2 col-md-4 m-md-3">
<a href="DVD.html">
<div class="pic">
<img src="./assets/dvd-removebg-preview.png" alt="DVD-ROM">
</div>
<h3>DVD-ROMs</h3>
<p>A high-capacity storage medium that is ideal for movies and other large files.</p>
</a>
</div>
<div class="colp col-lg-2 col-md-4 m-md-3">
<a href="usb.html">
<div class="pic">
<img src="./assets/usb-removebg-preview.png" alt="USB flash drive">
</div>
<h3>USB flash drives</h3>
<p>A portable storage medium that is easy to use and transport.</p>
</a>
</div>
<div class="colp col-lg-2 col-md-4 m-md-3">
<a href="SSD.html">
<div class="pic">
<img src="./assets/WDS240G2G0A-removebg-preview.png" alt="Solid-state drive">
</div>
<h3>Solid-state drives</h3>
<p>A fast and reliable storage medium that is ideal for demanding applications.</p>
</a>
</div>
</div>
</div>
</section>
<!-- features -->
<section class="feature">
<div class="container">
<h2>Features</h2>
<div class="row justify-content-evenly">
<div class="colf col-lg-2 col-md-5 col-sm-5">
<i class=" icon fa-solid fa-check"></i>
<h3>High quality</h3>
<p>Our products are made from the highest quality materials.</p>
</div>
<div class="colf col-lg-2 col-md-5 col-sm-5 ">
<i class="icon fa-solid fa-thumbs-up"></i>
<h3>Reliability</h3>
<p>Our products are designed to last.</p>
</div>
<div class="colf col-lg-2 col-md-5 col-sm-5 ">
<i class="icon fa-solid fa-hand-holding-dollar"></i>
<h4>Affordability</h4>
<p>Our products are priced competitively.</p>
</div>
<div class="colf col-lg-2 col-md-5 col-sm-5 ">
<i class=" icon fa-solid fa-puzzle-piece"></i>
<h4>Compatibility</h4>
<p>Our products are compatible with a wide range of devices.</p>
</div>
<div class="colf col-lg-2 col-md-5 col-sm-5 ">
<i class=" icon fa-solid fa-marker"></i>
<h3>Warranty</h3>
<p>Our products are backed by a comprehensive warranty.</p>
</div>
</div>
</div>
</section>
<!-- testimonials -->
<div class="container-fluid mt-5" id="testi">
<div class="row justify-content-evenly mb-5">
<h1>Testimonials</h1>
<div class="colt col-lg-3 col-md-3 p-4">
<div class="circle">
<img src="./assets/johnsmith.jpg" alt="">
</div>
<div class="stars p-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
<p>"OceanGate products are the best I've ever used. They're always reliable and never let me down."</p>
<h4>- John Smith</h4>
</div>
<div class="colt col-lg-3 col-md-3 p-4">
<div class="circle">
<img src="./assets/janeDoe.jpg" alt="">
</div>
<div class="stars p-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<p>"I've been using OceanGate products for years and I've never had a problem. They're the best in the business."</p>
<h4>- Jane Doe</h4>
</div>
<div class="colt col-lg-3 col-md-3 p-4">
<div class="circle">
<img src="assets/micheal.jpg" alt="">
</div>
<div class="stars p-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<p>"I would highly recommend OceanGate products to anyone looking for high-quality, reliable data storage solutions."</p>
<h4>- Michael Johnson</h4>
</div>
</div>
</div>
<!-- footer -->
<footer class="bg-light text-dark p-5" id="FOOT">
</footer>
</body>
</html>