- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
282 lines (256 loc) · 14.9 KB
/
Copy pathindex.html
File metadata and controls
282 lines (256 loc) · 14.9 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
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>
<htmllang="en">
<head>
<!-- Required meta tags -->
<metacharset="utf-8">
<metaname="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<linkrel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Bootstrap Tutorial</title>
<linkrel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<!-- Navbar -->
<navclass="navbar navbar-expand-lg navbar-light bg-light">
<aclass="navbar-brand" href="#">Boot>C</a>
<buttonclass="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<spanclass="navbar-toggler-icon"></span>
</button>
<divclass="collapse navbar-collapse" id="navbarSupportedContent">
<ulclass="navbar-nav mr-auto">
<liclass="nav-item active">
<aclass="nav-link" href="#">Home <spanclass="sr-only">(current)</span></a>
</li>
<liclass="nav-item">
<aclass="nav-link" href="#">Our blogs</a>
</li>
<liclass="nav-item dropdown">
<aclass="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
My videos
</a>
<divclass="dropdown-menu" aria-labelledby="navbarDropdown">
<aclass="dropdown-item" href="#">Action</a>
<aclass="dropdown-item" href="#">Another action</a>
<divclass="dropdown-divider"></div>
<aclass="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
<formclass="form-inline my-2 my-lg-0">
<inputclass="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<buttonclass="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<!-- Carousel -->
<divid="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<olclass="carousel-indicators">
<lidata-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<lidata-target="#carouselExampleIndicators" data-slide-to="1"></li>
<lidata-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<divclass="carousel-inner">
<divclass="carousel-item active">
<imgclass="d-block w-100" src="https://source.unsplash.com/1600x600/?technical" alt="First slide">
</div>
<divclass="carousel-item">
<imgclass="d-block w-100" src="https://source.unsplash.com/1600x600/?ai" alt="Second slide">
</div>
<divclass="carousel-item">
<imgclass="d-block w-100" src="https://source.unsplash.com/1600x600/?robots" alt="Third slide">
</div>
</div>
<aclass="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<spanclass="carousel-control-prev-icon" aria-hidden="true"></span>
<spanclass="sr-only">Previous</span>
</a>
<aclass="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<spanclass="carousel-control-next-icon" aria-hidden="true"></span>
<spanclass="sr-only">Next</span>
</a>
</div>
<!-- Card group -->
<h2class="text-danger d-flex justify-content-center" style="margin-top: 20px;">Our blogs</h2>
<hr>
<divclass="card-group container" style="margin-top: 20px; margin-bottom: 20px;">
<divclass="card" style="padding: 10px;">
<imgclass="card-img-top" src="https://source.unsplash.com/300x200/?ai" alt="Card image cap">
<divclass="card-body">
<h5class="card-title">BootStrapTutorial</h5>
<pclass="card-text">This is a wider card with supporting text below as a natural lead-in to
additional
content. This content is a little bit longer.</p>
<ahref="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<divclass="card" style="padding: 10px;">
<imgclass="card-img-top" src="https://source.unsplash.com/300x200/?blog" alt="Card image cap">
<divclass="card-body">
<h5class="card-title">CSS Tutorial</h5>
<pclass="card-text">This card has supporting text below as a natural lead-in to additional content.
</p>
<ahref="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<divclass="card" style="padding: 10px;">
<imgclass="card-img-top" src="https://source.unsplash.com/300x200/?company" alt="Card image cap">
<divclass="card-body">
<h5class="card-title">Js Tutorial</h5>
<pclass="card-text">This is a wider card with supporting text below as a natural lead-in to
additional
content. This card has even longer content than the first to show that equal height action.</p>
<ahref="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
<!-- jumbotron -->
<h2class="text-danger d-flex justify-content-center" style="margin-top: 20px;">Our Branding</h2>
<hr>
<divclass="jumbotron container" style="background-image: url(https://source.unsplash.com/1600x400/?product);">
<h1class="display-4 d-flex justify-content-center">Product</h1>
<pclass="lead d-flex justify-content-center">This is a simple hero unit, a simple jumbotron-style component for
calling extra attention to featured content or information.</p>
<pclass="lead d-flex justify-content-center">
<aclass="btn btn-success btn-md" href="#" role="button">Learn more</a>
</p>
<hrclass="my-4 d-flex justify-content-center">
<pclass="d-flex justify-content-center">It uses utility classes for typography and spacing to space content out
within the larger container.</p>
</div>
<!-- Side cards -->
<h2class="text-danger d-flex justify-content-center" style="margin-top: 20px;">Our Products</h2>
<hr>
<divclass="container">
<divclass="row mb-2">
<divclass="col-md-6">
<divclass="card flex-md-row mb-4 box-shadow h-md-250">
<divclass="card-body d-flex flex-column text-items-start">
<strongclass="d-inline-block mb-2 text-primary">World</strong>
<h3class="mb-0">
<aclass="text-dark" href="#">Featured post</a>
</h3>
<divclass="mb-1 text-muted">Nov 12</div>
<pclass="card-text mb-auto">This is a wider card with supporting text below as a natural
lead-in to additional content.</p>
<ahref="#">Continue reading</a>
</div>
<imgclass="card-img-right flex-auto d-none d-md-block" style="width: 200px; height: 250px;"
src="https://source.unsplash.com/400x300/?technical" data-holder-rendered="true">
</div>
</div>
<divclass="col-md-6">
<divclass="card flex-md-row mb-4 box-shadow h-md-250">
<divclass="card-body d-flex flex-column text-items-start">
<strongclass="d-inline-block mb-2 text-success">Design</strong>
<h3class="mb-0">
<aclass="text-dark" href="#" style="text-decoration: none;">Post title</a>
</h3>
<divclass="mb-1 text-muted">Nov 11</div>
<pclass="card-text mb-auto">This is a wider card with supporting text below as a natural
lead-in to additional content.</p>
<ahref="#">Continue reading</a>
</div>
<imgclass="card-img-right flex-auto d-none d-md-block" data-src="" alt="Thumbnail [200x250]"
src="https://source.unsplash.com/400x300/?marketing" data-holder-rendered="true"
style="width: 200px; height: 250px;">
</div>
</div>
</div>
</div>
<!-- Our team -->
<h2class="text-danger d-flex justify-content-center" style="margin-top: 20px;">Our Team</h2>
<hr>
<divclass="container marketing">
<!-- Three columns of text below the carousel -->
<divclass="row">
<!-- Three columns of text below the carousel -->
<divclass="row">
<divclass="col-lg-4">
<imgclass="rounded-circle" src="https://source.unsplash.com/400x300/?product"
alt="Generic placeholder image" width="140" height="140"
style="text-align: center;margin-left:110px;">
<h2style="text-align: center;">Heading</h2>
<pstyle="text-align: center;">Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod.
Nullam id dolor id nibh
ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
Praesent commodo cursus magna.</p>
<pstyle="text-align: center;"><aclass="btn btn-secondary" href="#" role="button">View details
»</a></p>
</div><!-- /.col-lg-4 -->
<divclass="col-lg-4">
<imgclass="rounded-circle" src="https://source.unsplash.com/400x300/?ai"
alt="Generic placeholder image" width="140" height="140"
style="text-align: center; margin-left:110px">
<h2style="text-align: center;">Heading</h2>
<pstyle="text-align: center;">Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget
lacinia odio sem nec elit.
Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo,
tortor mauris condimentum nibh.</p>
<pstyle="text-align: center;"><aclass="btn btn-secondary" href="#" role="button">View details
»</a></p>
</div><!-- /.col-lg-4 -->
<divclass="col-lg-4">
<imgclass="rounded-circle" src="https://source.unsplash.com/400x300/?google"
alt="Generic placeholder image" width="140" height="140"
style="text-align: center; margin-left:110px;">
<h2style="text-align: center;">Heading</h2>
<pstyle="text-align: center;">Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas
eget quam. Vestibulum id
ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris
condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<pstyle="text-align: center;"><aclass="btn btn-secondary" href="#" role="button">View details
»</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
</div>
<footerclass="text-center text-white" style="background-color: #f1f1f1;">
<!-- Grid container -->
<divclass="container pt-4">
<!-- Section: Social media -->
<sectionclass="mb-4">
<!-- Facebook -->
<aclass="btn btn-link btn-floating btn-lg text-dark m-1" href="#!" role="button"
data-mdb-ripple-color="dark"><iclass="fa fa-facebook-f"></i></a>
<!-- Twitter -->
<aclass="btn btn-link btn-floating btn-lg text-dark m-1" href="#!" role="button"
data-mdb-ripple-color="dark"><iclass="fa fa-twitter"></i></a>
<!-- Google -->
<aclass="btn btn-link btn-floating btn-lg text-dark m-1" href="#!" role="button"
data-mdb-ripple-color="dark"><iclass="fa fa-google"></i></a>
<!-- Instagram -->
<aclass="btn btn-link btn-floating btn-lg text-dark m-1" href="#!" role="button"
data-mdb-ripple-color="dark"><iclass="fa fa-instagram"></i></a>
<!-- Linkedin -->
<aclass="btn btn-link btn-floating btn-lg text-dark m-1" href="#!" role="button"
data-mdb-ripple-color="dark"><iclass="fa fa-linkedin"></i></a>
<!-- Github -->
<aclass="btn btn-link btn-floating btn-lg text-dark m-1" href="#!" role="button"
data-mdb-ripple-color="dark"><iclass="fa fa-github"></i></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<divclass="text-center text-dark p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2023 Copyright:
<aclass="text-dark" href="">Theviryual Mentor</a>
</div>
<!-- Copyright -->
</footer>
<scriptsrc="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<scriptsrc="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<scriptsrc="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>