-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (251 loc) · 11.7 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/js/all.min.js" integrity="sha512-F5QTlBqZlvuBEs9LQPqc1iZv2UMxcVXezbHzomzS6Df4MZMClge/8+gXrKw2fl5ysdk4rWjR0vKS7NNkfymaBQ==" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Aldrich&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-dark fixed-top">
<a class="navbar-brand" href="#"><span style="color: #007bff; font-family: 'Aldrich', sans-serif;">TECH COMPANY</span></a>
<button class="navbar-toggler bg-light" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link text-light text-uppercase font-weight-bold px-3" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-uppercase font-weight-bold px-3" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-uppercase font-weight-bold px-3" href="#projects" tabindex="-1" aria-disabled="true">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-uppercase font-weight-bold px-3" href="#team" tabindex="-1" aria-disabled="true">Team</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-uppercase font-weight-bold px-3" href="#contact" tabindex="-1" aria-disabled="true">Contact</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<!--banner-->
<section id="section1" width="100%">
<div class="container-fluid">
<div class="row justify-content-center align-items-center" style="height: 100vh;">
<div class="col-sm-10"><br><br>
<h1><span style="color: #007bff; font-family: 'Aldrich', sans-serif; font-weight: bolder;">TECH COMPANY</span><br><span>Welcome To Our Website!</span></h1><br>
<h4>We convert Ideas into real world applications.</h4><br><br>
<div class="row justify-content-center align-items-center">
<button type="button" class="btn btn-primary btn-lg rounded-pill p-1rem" style="padding: 0.8em 2em 0.8em 2em;">HIRE US</button>
</div>
</div>
</div>
</div>
</section>
<!--Skills Section-->
<section class="bg-light p-5" id="skills">
<div class="container-fluid">
<div class="row">
<div class="col text-center mb-3">
<h2 class="text-primary">SKILLS</h2>
<p class="lead text-secondary">We have skilled vbhfv hvbsjbvhds bvhsbvsb</p>
</div>
</div>
<div class="row text-center display-flex justify-content-around">
<div class="cool-lg-4 mb-5">
<i class="fas fa-desktop fa-6x text-primary mb-3"></i>
<h2 class="text-dark">Development</h2>
<p class="text-body my-4">
some dummy text to display.<br>
some dummy text to display.<br>
some dummy text to display.
</p>
</div>
<div class="cool-lg-4 mb-5">
<i class="far fa-edit fa-6x text-primary mb-3"></i>
<h2 class="text-dark">Design</h2>
<p class="text-body my-4">
some dummy text to display.<br>
some dummy text to display.<br>
some dummy text to display.
</p>
</div>
<div class="cool-lg-4 mb-5">
<i class="fas fa-cogs fa-6x text-primary mb-3"></i>
<h2 class="text-dark">Creativity</h2>
<p class="text-body my-4">
some dummy text to display.<br>
some dummy text to display.<br>
some dummy text to display.
</p>
</div>
</div>
</div>
</section><br>
<!--Projects-->
<section class="bg-light p-5" id="projects">
<div class="container-fluid">
<div class="row">
<div class="col text-center mb-3">
<h2 class="text-primary">PROJECTS</h2>
<p class="lead text-secondary">We have skilled vbhfv hvbsjbvhds bvhsbvsb</p>
</div>
</div>
<div class="row text-center display-flex justify-content-around">
<div class="card p-1 m-2 border-0" style="width: 18rem;" id="card1">
<img src="images/project1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">project1</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Learn more</a>
</div>
</div>
<div class="card p-2 m-2 border-0" style="width: 18rem;" id="card2">
<img src="images/project2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">project2</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Learn more</a>
</div>
</div>
<div class="card p-2 m-2 border-0" style="width: 18rem;" id="card3">
<img src="images/project3.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">project3</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Learn more</a>
</div>
</div>
<div class="card p-2 m-2 border-0" style="width: 18rem;" id="card4">
<img src="images/project4.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">project4</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<!--Team-->
<section class="bg-light p-5" id="team">
<div class="container-fluid">
<div class="row">
<div class="col text-center mb-3">
<h2 class="text-primary">Team</h2>
<p class="lead text-secondary">Some dummy text to display.</p>
</div>
</div>
<div class="row text-center display-flex justify-content-around">
<div class="card p-1 m-2 border-0" style="width: 18rem;">
<img class="card-img-top" src="images/member1.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">John</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#">facebook</a><br>
<a href="#">instagram</a>
</div>
</div>
<div class="card p-1 m-2 border-0" style="width: 18rem;">
<img class="card-img-top" src="images/member2.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Clark</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#">facebook</a><br>
<a href="#">instagram</a>
</div>
</div>
<div class="card p-1 m-2 border-0" style="width: 18rem;">
<img class="card-img-top" src="images/member3.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Martha</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#">facebook</a><br>
<a href="#">instagram</a>
</div>
</div>
<div class="card p-1 m-2 border-0" style="width: 18rem;">
<img class="card-img-top" src="images/member4.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Bruce</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#">facebook</a><br>
<a href="#">instagram</a>
</div>
</div>
</div>
</div>
</section>
<!--Contact-->
<section class="bg-warning p-5" id="contact">
<div class="container-fluid">
<div class="row">
<div class="col text-center mb-3">
<h2 class="text-dark">CONTACT</h2>
<p class="lead text-secondary">Some dummy text to display.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6 col-md-8 col-sm-10">
<div class="text-center text-secondary">
<h2>Got a Question?</h2>
<p>stay connected</p>
</div>
<form class="text-muted">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="name">Email</label>
<input type="text" class="form-control" id="email">
</div>
<div class="form-group">
<label for="name">Name</label>
<textarea class="form-control" id="message" rows="3"></textarea>
</div>
<button class="btn btn-outline-dark btn-block" type="submit">Submit Question</button>
</form>
</div>
</div>
</div>
</section>
<!--Footer-->
<footer class="bg-dark">
<div class="container">
<div class="row">
<div class="col text-center">
<h3 class="text-light font-weight-light font-italic mb-3">
some dummy text here. some dummy text here.
<div class="py-2">
<a href="#">
facebook
</a><br>
<a href="#">
email
</a>
<p class="text-light py-4 mb-0">©Copyright2020 - made by @mohsinogen</p>
</div>
</h3>
</div>
</div>
</div>
</footer>
<!--jquery, popper and bootstrap-->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@popperjs/core@2/dist/umd/popper.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>