-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
274 lines (237 loc) · 10.2 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
<!doctype html>
<html lang="en">
<head>
<!-- Rahul mishra -->
<!-- Ass Mention in the Doc we add the Bootstrap also for Desinging -->
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!-- Including the CSS file -->
<link rel="stylesheet" href="./CSS/style.css">
<!-- Including the Title of SuperheroApp -->
<title>SuperHeroApp</title>
</head>
<body>
<!--Navbar for the Superhero Project -->
<nav class="navbar">
<div class="parent-container">
<div class="container">
<a class="navbar-brand" href="#">
<img src="./Assests/superhero.png" alt="" width="50" height="44">
</a>
</div>
<div class="container">
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
<button type="button" class="btn btn-outline-danger me-md-2"><a style="text-decoration:none" href="./home.html"><p style="color:white;">SUPERHEROZONE</p></a></button>
</div></div>
</div>
</nav>
<!-- Carusole of the project -->
<main>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<!-- Caursole with 3 Different Image -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./Assests/avengers-endgame-marvel-mcu-easter-eggs-references_1_.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./Assests/jl_final_banner_color.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./Assests/The-Top-10-Greatest-Superheroes-Without-Superpowers-In-Comics-Today.jpg" class="d-block w-100" alt="...">
</div>
</div>
<!-- Button to Press the next option or just for sliding -->
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</main>
<!-- Same basic tesk -->
<div class="container-text">
<center><h2>SUPER HEROES</h2></center>
</div>
<!-- List of herocard -->
<div class="hero-card">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card w-70">
<img src="./Assests/dribbleshots-thorragnarokdetail1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<center> <h5 class="card-title">THOR</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/ironman-full_4x.jpg" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">IRON MAN</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/shot-cropped-1558463307961.webp" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">CAPTAIN AMERICA</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/cda0801a966b81a74d8786a05296a876.jpg" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">SUPER MAN</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/148041399f1513817d83348f4ec5db7f.webp" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">BAT MAN</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/d883af2d6c28553393e2bda94c9e9281.webp" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">AQUA MAN</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/a0226ff0c58287f9b45f041acdbcf4d0.jpg" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">FLASH</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/dribbble02-01.webp" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">HULK</h5></center>
</div>
</div>
</div>
<div class="col">
<div class="card w-70">
<img src="./Assests/tom-holland.webp" class="card-img-top" alt="...">
<div class="card-body">
<center><h5 class="card-title">SPIDER MAN</h5></center>
</div>
</div>
</div>
</div>
</div>
<!-- About the Marvel and DC -->
<div class="superhero-zone">
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<img src="./Assests/d8d80a51766659.58f8feb30d642.jpg" class="card-img-top" alt="...">
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<img src="./Assests/images.png" class="card-img-top" alt="...">
</div>
</div>
</div>
</div>
</div>
<!-- How It work -->
<div class="working-about">
<!-- Button trigger modal -->
<center><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
How SuperHeroApp Work
</button></center>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">SUPERHEROZONE</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li><p>Open the Top Most Button SUPERHEROZONE </p></li>
<li><p>Enter the Name of hero</p></li>
<li><p>Add Favorties</p></li>
<li><p>By Clicking See About Power and Many Details of Superhero</p></li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- About me -->
<footer class="bg-light text-center text-white">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Google -->
<a
class="btn btn-primary btn-floating m-1"
style="background-color: #dd4b39;"
href="#!"
role="button"
><i class="fab fa-google"></i
></a>
<!-- Linkedin -->
<a
class="btn btn-primary btn-floating m-1"
style="background-color: #0082ca;"
href="https://www.linkedin.com/in/rahul-mishra-b2970813b/"
role="button"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Github -->
<a
class="btn btn-primary btn-floating m-1"
style="background-color: #333333;"
href="https://github.com/rahulmishra117"
role="button"
><i class="fab fa-github"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
<p style="color: black;">Desing BY RAHUL MISHRA</p>
<a class="text-white" href="index.html">SuperHeroApp</a>
</div>
<!-- Copyright -->
</footer>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</body>
</html>