forked from AttAditya/SST28-Batch-B
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path24bcs10304.html
50 lines (47 loc) · 2.18 KB
/
24bcs10304.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHSPECS Product Landing Page</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<section class="bg-light py-5 text-center">
<div class="container d-flex flex-column align-items-center">
<h1 class="display-5">TECHSPECS</h1>
<p class="lead">An innovative spectacle that scans everything around you.</p>
<img src="https://bgr.com/wp-content/uploads/2022/05/qualcomm-wireless-ar-smart-viewer-1.jpg?quality=82&strip=all" alt="TECHSPECS" class="img-fluid my-3" style="max-width: 300px;">
</div>
</section>
<section id="features" class="py-5">
<div class="container text-center">
<h2>Key Features</h2>
<div class="row mt-4">
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Effective</h5>
<p class="card-text">Tired of searching and finding the best things around you? leave it to TehcSpecs,an innovative tool to help you navigate through the world in fraction of seconds</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Futuristic</h5>
<p class="card-text">Gives you a seamless experience of the future, simply yet beautifully. Ready to feel like the coolest out there!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="buy" class="bg-primary text-white text-center py-4">
<div class="container">
<h2>Grab yours right away!</h2>
<a href="#" class="btn btn-light">Buy Now</a>
</div>
</section>
</body>
</html>