-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
282 lines (229 loc) · 9.29 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
<!DOCTYPE html>
<html>
<head>
<title>Business Website</title>
<link rel="stylesheet" type="text/css" href="css\index.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<!--------------NavigationBar----------------------->
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img style="" src="Resources\logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav" >
<ul class="navbar-nav ml-auto" >
<li class="nav-item active">
<a class="nav-link" href="#" style="width:100px">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">OUR TEAM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">PRICE-PLANS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">TESTIMONIALS</a>
</li><li class="nav-item">
<a class="nav-link" href="#">CONTACTS</a>
</li>
</ul>
</div>
</nav>
</section>
<!----------Navigation bar end----------------->
<!---------Slider------->
<header>
<div id="slider" >
<div id="headerSlider" class="carousel slide" data-ride="carousel" >
<ol class="carousel-indicators">
<li data-target="#headerSlider" data-slide-to="0" class="active"></li>
<li data-target="#headerSlider" data-slide-to="1"></li>
<li data-target="#headerSlider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Resources\Koala.jpg" class="d-block img-fluid">
<div class="carousel-caption">
<h5>How to create slider ?</h5>
</div>
</div>
<div class="carousel-item">
<img src="Resources\Lighthouse.jpg" class="d-block img-fluid">
<div class="carousel-caption">
<h5>How to create responsive website ?</h5>
</div>
</div>
<div class="carousel-item">
<img src="Resources\Penguins.jpg" class="d-block img-fluid">
<div class="carousel-caption">
<h5>Welcome, You are in right place !</h5>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#headerSlider" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#headerSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</header>
<!------------ Slider-End---------->
<!----------about------------------------->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>About us</h2>
<div class="about-content">
Job Description and Resume Examples provides job seekers, employers, hiring managers, and recruiters the resources they need, including free examples of job descriptions and resumes, and other career and employment resources.
We are a little group of professional writers and editors dedicated to providing valuable information to people in the career and employment market.
</div>
<button type="button" class="btn btn-primary">Read More>></button>
</div>
<div class="col-md-6 skills-bar">
<p> Adobe Photoshop</p>
<div class="progress">
<div class="progress-bar" style="width: 80%;">80%</div>
</div>
<p> UI Design</p>
<div class="progress">
<div class="progress-bar" style="width: 75%;">75%</div>
</div>
<p> Graphics Design</p>
<div class="progress">
<div class="progress-bar" style="width: 85%;">85%</div>
</div>
<p> Word Press</p>
<div class="progress">
<div class="progress-bar" style="width: 50%;">50%</div>
</div>
</div>
</div>
</div>
</section>
<!-----------About------------------>
<!--------------Services------------------->
<section id="services">
<div class="container">
<h1>Our Services</h1>
<div class="row">
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-desktop"></i>
</div>
<h3 style="color:black!important;">Web Development</h3>
<p style="color:black!important;">Web development is the work involved in developing a website for the Internet and can range from developing a simple single static page.</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-tablet"></i>
</div>
<h3 style="color:black!important;">App Development</h3>
<p style="color:black!important;">App development is the act or process by which a mobile app is developed for mobile devices, such as personal digital assistants, enterprise digital assistants or mobile phones.</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-line-chart"></i>
</div>
<h3 style="color:black!important;">Digital Marketing</h3>
<p style="color:black!important;">Digital marketing is the component of marketing that utilizes internet and online based digital technologies such as desktop computers, mobile phones and other digital media and platforms to promote products and services</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-paint-brush"></i>
</div>
<h3 style="color:black!important;">Graphics Designing</h3>
<p style="color:black!important;">Graphic design is the process of visual communication and problem-solving through the use of typography, photography, iconography and illustration.</p>
</div>
</div>
</div>
</section>
<!----------------------service-End ----------------------------->
<!-----------------------Our-Team ----------------------------->
<section id="team">
<div class="container">
<h1>Our Team</h1>
<div class="row">
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="Resources\t2.jpg" class="img-responsive" style="max-width: 200px!important; height: auto!important;">
<ul>
<a href="#"><li><i class="fa fa-facebook"></i></li></a>
<a href="#"><li><i class="fa fa-twitter"></i></li></a>
<a href="#"><li><i class="fa fa-linkedin"></i></li></a>
</ul>
</div>
<h2>Kevin</h2>
<h3>Founder/CEO</h3>
<p> The CEO of Despical Movie.<br>He is passionate to his work and does it with full efforts.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="Resources\t1.jpg" class="img-responsive" style="max-width: 200px!important; height: 320px!important;">
<ul>
<a href="#"><li><i class="fa fa-facebook"></i></li></a>
<a href="#"><li><i class="fa fa-twitter"></i></li></a>
<a href="#"><li><i class="fa fa-linkedin"></i></li></a>
</ul>
</div>
<h2>Peter</h2>
<h3>Actor</h3>
<p> The Actor in Minions and Despical Movie.<br>He is passionate to his work and does it with full efforts.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="Resources\t2.jpg" class="img-responsive" style="max-width: 200px!important; height: auto!important;">
<ul>
<a href="#"><li><i class="fa fa-facebook"></i></li></a>
<a href="#"><li><i class="fa fa-twitter"></i></li></a>
<a href="#"><li><i class="fa fa-linkedin"></i></li></a>
</ul>
</div>
<h2>Samuel</h2>
<h3>Director</h3>
<p> The Director of Despical Movie.<br>He is passionate to his work and does it with full efforts.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="Resources\t1.jpg" class="img-responsive" style="max-width: 200px!important; height: 320px!important;">
<ul>
<a href="#"><li><i class="fa fa-facebook"></i></li></a>
<a href="#"><li><i class="fa fa-twitter"></i></li></a>
<a href="#"><li><i class="fa fa-linkedin"></i></li></a>
</ul>
</div>
<h2> Williams</h2>
<h3>Singer</h3>
<p> The Singer in Despical Movie.<br>He is passionate to his work and does it with full efforts.</p>
</div>
</div>
</div>
</section>
<!-----------------------Our-Team end----------------------------->
<!-----------------------Promo----------------------------->
<section id="promo">
<div class="container">
<p>Get free Domain and Web Hosting</p>
<a href="#" class="btn btn-primary">Contact Us</a>
</div>
</section>
<!-----------------------Promo end----------------------------->
</body>
</html>