-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
313 lines (281 loc) · 24.5 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="keywords" content="Official Hogwarts Wizarding World Magic School" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="icon" href="favicon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="css/styles.css">
<title>Hogwarts</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Crimson+Text:ital@1&family=Gayathri&family=Special+Elite&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<section id="NavBar">
<nav class="navbar navbar-expand-md navbar-custom topBar">
<a class="navbar-brand" href="https://www.wizardingworld.com/">
<img src="images/wizard-world.png" class="d-inline-block align-top logo" alt="logo" loading="lazy">
</a>
<button class="navbar-toggler custom-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon custom-toggler"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto lop">
<li class="nav-item">
<a class="nav-link n" href="#house">Houses</a></li>
<li class="nav-item">
<a class="nav-link n" href="#sorting">Get Sorted</a></li>
<li class="nav-item">
<a class="nav-link n" href="#footer">Contact </a></li>
</ul>
</div>
</nav>
</section>
<!-- Intro -->
<section id="intro1">
<div style="background-image: url('images/hogwartsBG.jpg')" class="container-fluid school">
<div class="row">
<div class="col-6 b">
<img src="images/hogwartsBanner1.png" class="banner" alt="">
<h1 class="titleC ">Hogwats</h1>
<p class="subC ">School of Witchcraft and Wizardary</p>
</div>
</div>
</div>
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/g.gif" class="d-block w-100 " alt="...">
</div>
<div class="carousel-item">
<img src="images/s.gif" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/r.gif" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/h.gif" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" 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="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section id="intro2">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="3"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/hogwarts.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/gSword.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/ra.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/ha.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/sCR.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" 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="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Advertisement -->
<!-- <section>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<script type="text/javascript" language="javascript">
var aax_size = '728x90';
var aax_pubname = 'ikp7730d-21';
var aax_src = '302';
</script>
<script type="text/javascript" language="javascript" src="http://c.amazon-adsystem.com/aax2/assoc.js"></script>
</div>
</div>
</div>
</section> -->
<!-- Houses -->
<section id="house">
<div class="container">
<img class="br" src="images/divider2.jpg" alt="">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6 symbol">
<img src="images/Gryffindor-Symbol.png" alt="">
<h5>Gryffindor</h5>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 symbol" data-aos="zoom-in">
<img src="images/Ravenclaw-Symbol.png" alt="">
<h5>Ravenclaw</h5>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 symbol" data-aos="zoom-in">
<img src="images/Hufflepuff-Symbol.png" alt="">
<h5>Hufflepuff</h5>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 symbol" data-aos="zoom-in">
<img src="images/Slytherin-Symbol.png" alt="">
<h5>Slytherin</h5>
</div>
</div>
<img src="images/divider2.jpg" class="br" alt="">
</div>
</section>
<!-- About School -->
<section id="about">
<div class="aboutSchool">
<div class=" container ">
<hr>
<div class="row">
<div class="col-lg-8">
<h3 class="info">About </h3>
<p class="infoS"> A huge, rambling, quite scary-looking castle, with a jumble of towers and battlements. Hogwarts has numerous charms and spells on and around it that make it impossible for a Muggle to locate it. Hogwarts is rated as the best Wizarding
School by Daily Prophet.</p>
<p class="infoS"> Happy Schooling <br> <a href="https://harrypotter.fandom.com/wiki/Hogwarts_School_of_Witchcraft_and_Wizardry" class="hog">Hogwarts Inc</a>
</p>
</div>
</div>
<hr>
</div>
</div>
</section>
<!-- Advertisement -->
<!-- <section>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B077W5Q4CS&asins=B077W5Q4CS&linkId=d5d20e1bf47f04ed3db1054567990644&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B01615RRYO&asins=B01615RRYO&linkId=760d282928ab47e74a790156e6781ffa&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B07K7TG1FY&asins=B07K7TG1FY&linkId=9489fe8bbe1dcf12dd252a0c11ec6cc0&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08GQZZQY3&asins=B08GQZZQY3&linkId=6d07f863344596a284c254ec62f23c8f&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08GZ6QNTC&asins=B08GZ6QNTC&linkId=4238664749fd381d8a7fcbd0a2723f71&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B07R25ZVGZ&asins=B07R25ZVGZ&linkId=568629159e06da808862e0d01670f78b&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08BKKXMGP&asins=B08BKKXMGP&linkId=b0169ec1c68a1bc20690aa208ec3cf76&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B01HIQYNJM&asins=B01HIQYNJM&linkId=ec37bf2f6ef9cf35b6b4c2366ce91ac3&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B07FFCN3DJ&asins=B07FFCN3DJ&linkId=979e2b2ddc4efc1a0b0b4b90036b2933&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08L5TGWD1&asins=B08L5TGWD1&linkId=b4d51e97d7d679e3db22a45627907266&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08SMZYP5B&asins=B08SMZYP5B&linkId=fa0a00caefbdc5a2e883f5aa3bca29b3&show_border=false&link_opens_in_new_window=false"></iframe>
</div>
</div>
</div>
</section>
-->
<!-- Get Sorted -->
<section id="sorting">
<div class="sort">
<div class="container">
<div class="row">
<div class="col-lg-6 wing">
<img src="images/wing-small.png" height="70%" alt="">
</div>
<div class="col-lg-6 col-sm-12 houseSort">
<h1> Get Sorted</h1>
<h2>Find out your Hogwarts house</h2>
<p class="cap">Are you brave, ambitious, loyal or wise? Take part in the Sorting Ceremony to see where the Sorting Hat puts you.</p>
<a href="https://my.wizardingworld.com/register/age-gate" class="sortBtn">Get Sorted</a>
</div>
</div>
</div>
</div>
</section>
<!-- Wizarding Community -->
<section id="community">
<div class="communityW">
<div class="container">
<div class="row">
<div class="col-lg-6 key1">
<img src="images/key.png" alt="" class="key1">
</div>
<div class="col-lg-6">
<h3 class="connectH">Protect Your Magic</h3>
<p class="connectS"> Join the Biggest Magical Community Online - "Wizarding World". It is the hub for the fans of Harry Potter.</p>
<a href="https://www.wizardingworld.com/harry-potter-fan-club-tiers" class="joinBtn">Join Us!</a>
</div>
<div class="col-lg-6 key2">
<img src="images/key.png" alt="" class="key2">
</div>
</div>
</div>
</div>
</section>
<!-- Advertisement -->
<!-- <section>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08P3MKBS4&asins=B08P3MKBS4&linkId=f7c5f8fbe344935cf75efa5b2279e086&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B0173NBNZC&asins=B0173NBNZC&linkId=a6f2ff6a29a33a600c044b86a4f179fe&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B07C8B7568&asins=B07C8B7568&linkId=823a2a6676638562b70881aaf9a5f15a&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08QJQMCJQ&asins=B08QJQMCJQ&linkId=14d123e41d3a7d83111c0761995c57de&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08NXJ31HF&asins=B08NXJ31HF&linkId=0fdba30c3c307c95004ae58b4ce820e1&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B077VFWGX5&asins=B077VFWGX5&linkId=e6a66dd88436ebf0e2353647354e76d2&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08SMZYP5B&asins=B08SMZYP5B&linkId=fa0a00caefbdc5a2e883f5aa3bca29b3&show_border=false&link_opens_in_new_window=false"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B01J6FMHIM&asins=B01J6FMHIM&linkId=a2a22a207d01bfd5c3fd9baf0c35a15d&show_border=true&link_opens_in_new_window=true"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B000UECV3U&asins=B000UECV3U&linkId=48792f6e30e520b1d9acd001e2b6adb8&show_border=true&link_opens_in_new_window=true"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B08RJPNTXQ&asins=B08RJPNTXQ&linkId=a2c8088f7c62104f79013b1916ca08d9&show_border=true&link_opens_in_new_window=true"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=9390222761&asins=9390222761&linkId=7481367056cc72ba8b45b4545722ba96&show_border=true&link_opens_in_new_window=true"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B082YC1JJK&asins=B082YC1JJK&linkId=6e88c68ff9a3f85bf435a9c4785de2c5&show_border=true&link_opens_in_new_window=true"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=0762494360&asins=0762494360&linkId=9a889cbcd0a0e39c03d7d7f79711e833&show_border=true&link_opens_in_new_window=true"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=ikp77300-21&language=en_IN&marketplace=amazon®ion=IN&placement=B07P7TR4X9&asins=B07P7TR4X9&linkId=976a65f5ef20bed7366bb04475c7a02c&show_border=true&link_opens_in_new_window=true"></iframe>
</div>
</div>
</div>
</section> -->
<!-- Footer -->
<footer id="footer">
<div class="row cr">
<div class="col-md-6 spaceCopyright">
<img src="images/logoH.png" height="100px" class="footerImg">
</div>
<div class="col-md-6 spaceIcons">
<a href="mailto:[email protected]" <i class="fa fa-envelope fa-lg bottom-icon" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/ikp_773/"> <i class="fa fa-instagram fa-lg bottom-icon" aria-hidden="true"></i></a>
<a href="https://github.com/ikp-773"> <i class="fa fa-github fa-lg bottom-icon" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/abhijith-kp-ab2a3916b/"> <i class="fa fa-linkedin fa-lg bottom-icon" aria-hidden="true"></i></a>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- FontAwesome Icons Kit -->
<script src="https://kit.fontawesome.com/563abdb11b.js" crossorigin="anonymous"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Local JS -->
</body>
</html>