-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (142 loc) · 6.71 KB
/
index.html
File metadata and controls
155 lines (142 loc) · 6.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Strict</title>
<link rel="stylesheet" href="./index.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container logo-1">
<a class="navbar-brand" href="#"><img src="Img/logo.png">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse dropdown-1" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">About Us</a>
</li>
<!-- Dropdown Menu -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Service Main 1</a></li>
<li><a class="dropdown-item" href="#">Service Main 2</a></li>
<li><a class="dropdown-item" href="#">Service Main 3</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="content">
<div class="container">
<h1>Simple & Pure Design</h1>
<p style="color:grey">Designers everywhere gush with admiration upon seeing a web design and exclaim "its beautiful". There are a countless numer of webdesign round-ups dedicated to 'clean' design and it is thrown around quite a bit in web design community. It can be easy to spot a good example of clean design.</p>
</div>
</section>
<div class=" text-center bg-body-tertiary feature-section info-section">
<div class="container">
<div class="row align-items-center">
<div class="col">
<br>
<img src="Img/1.png" class="h-25 w-25"><br><br>
<h4 class="m-3">Optimized for all devices</h4>
<p style="color:grey">STRICT has been designed to be fully responsive on all devices.</p>
</div>
<div class="col">
<br>
<img src="Img/2.png" class="h-25 w-25"><br><br>
<h4 class="m-3">Clean & Minimal Design</h4>
<p style="color:grey">This multipurpose Theme is especially created to be used for different projects</p>
</div>
<div class="col">
<br>
<img src="Img/3.png" class="h-25 w-25"><br><br>
<h4 class="m-3">Font Awesome Icon</h4>
<p style="color:grey">This ultipurpose theme is especially created to be used for different projects.</p>
</div>
</div>
</div>
</div>
<section class="content-1">
<div class="container m-5">
<h1>Sowcase your work like a pro</h1>
<p style="color:grey">Contact me if you lie my design.</p>
</div>
</section>
<div class="container text-center">
<div class="row row-cols-3 m-3">
<div class="col image-container">
<img src="Img/11.png" height="250px" width="300px">
<div class="overlay"></div>
</div>
<div class="col image-container ">
<img src="Img/22.png" height="250px" width="300px">
<div class="overlay"></div></div>
<div class="col image-container">
<img src="Img/33.png" height="250px" width="300px">
<div class="overlay"></div>
</div>
</div>
<div class="row row-cols-3 m-3">
<div class="col image-container">
<img src="Img/44.png" height="250px" width="300px">
<div class="overlay"></div>
</div>
<div class="col image-container">
<img src="Img/55.png" height="250px" width="300px">
<div class="overlay"></div>
</div>
<div class="col image-container">
<img src="Img/66.png" height="250px" width="300px">
<div class="overlay"></div>
</div>
</div>
</div>
<div class="container-fluid d-flex justify-content-center align-items-center dark-bg-section">
<div class="col-12 col-md-6 col-lg-4 p-4 dark-form-box">
<h2 class="text-center p-2 text-light">Stay with us</h2>
<p class="text-center text-light">We ensure quality & support</p>
<form action="#" method="POST">
<div class="m-3">
<input type="text" class="form-control bg-transparent border-light text-white" id="name" value="Full Name" required style="width:100%">
</div>
<div class="m-3">
<input type="email" class="form-control bg-transparent border-light text-white" id="email" value="Email Address" required style="width:100%">
</div>
<div class="m-3">
<textarea class="form-control bg-transparent border-light text-white" id="message" name="message" rows="4" required style="width:100%">Message</textarea>
</div>
<div class="justify-content-between align-items-center d-flex">
<div class="form-check">
<input type="checkbox" class="form-check-input" id="subscribe" name="subscribe" value="yes">
<label class="form-check-label text-light" for="subscribe">Subscribe newsletter</label>
</div>
<div><button type="submit" class="btn btn-outline-primary">Submit</button></div>
</div>
</form>
</div>
</div>
</div>
<footer class="bg-light text-tertiary text-left py-2 mt-auto">
<div class="container">
<p style="color:grey">© 2025 Your Company. All rights reserved.</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js"></script>
</body>
</html>