-
Notifications
You must be signed in to change notification settings - Fork 0
/
interview.html
644 lines (595 loc) · 27.1 KB
/
interview.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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/logo.png" type="img/png">
<meta name="description"
content="Want to practice medical interviews such as the MMI? We provide mock interviews to make sure you're ready for the big day.">
<title>The Medical Geeks | Interview Service</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="css/responsive.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="css/service.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- FOR 5 STAR REVIEW -->
<!-- THIS IS NEEDED FOR NAV BAR + NOTIFICATION BELL -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- FOR CATEOGORIES SECTION-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166932878-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-166932878-1');
</script>
</head>
<body>
<header class="header_area">
<div class="main_menu">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" style="background-color: #5985BA">
<a class="navbar-brand" href="./index.html">
<img src="img/logo.png" width="60" height="60" class="d-inline-block align-center" alt="">TheMedicalGeeks
</a>
<button class="navbar-toggler" 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 ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="./interview.html">Interview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./ucat.html">UCAT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./bmat.html">BMAT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./personal-statement.html">Personal Statement</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Blog
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="blog.html">
<img src="img/icons/dropdown-home.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">Home</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/UCAT/ucat-hm-blog.html">
<img src="img/icons/dropdown-ucat.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">UCAT</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/PS/ps-hm-blog.html"><img
src="img/icons/dropdown-ps .png" width="30" height="30" style="margin:0 1em 0 0 " alt="">Personal
Statement</a></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/BMAT/bmat-hm-blog.html"><img
src="img/icons/dropdown-bmat.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">BMAT</a></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/Interview/interviewe-hm-blog.html"><img
src="img/icons/dropdown-int.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">Interview</a></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="blog-individuals/admission/work-exp-hm.html"><img
src="img/icons/dropdown-admission.png" width="30" height="30" style="margin:0 1em 0 0 "
alt="">Admissions Process</a></a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./freebies.html">Free Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About Us</a>
</li>
<div class="wrapper" onclick="clickCounter(); openNav();">
<div class="notification" onclick="openNav(); clickCounter();">
<i class="far fa-bell"></i>
<div class="text" onclick="closeBar();">Notifications</div>
<div class="notify-count count1 common-count" id="common-count" count="0">
<div class="value" id="value">0</div>
</div>
</div>
</div>
</ul>
</div>
</nav>
</div>
</header>
<section class="interview-hero-banner d-flex align-items-center"></section>
<section class="interview-area" style="background: white;">
<div class="interview-area-inner d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<div class="area-heading">
<h1>Interview Guide</h1>
</div>
<div class="card-deck">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="img/guides/interview-guide-1.png" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">What is it?</h5>
<p class="card-text" style="font-family:sans-serif">We spent many hours perfecting an
interview guide that covers everything
you need. This
includes a range of how
to answer ethical questions, to
nailing the, "Why Medicine"
question. All in a simple to read
guide perfected by
medical students and their
experiences.</p>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="img/guides/interview-guide-2.png" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Who is it for?</h5>
<p class="card-text" style="font-family:sans-serif">This guide is for everyone and will improve
anyone's ability in the MMI or
panel interview.
We go through past
experiences of what each university
looks out for in the interview
to
maximize
your chance of standing out on the day.
You just need to practice the guide!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="interview-area" style="background: white;">
<div class="interview-area-inner d-flex align-items-center">
<div class="container">
<div class="card mb-3 mx-auto" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="img/icons/our-customer.png" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">What do our customers think?</h5>
<p class="card-text" style="font-family:sans-serif">A great guide that covers all areas of the interview
that I need!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="interview-preview area-padding" style="background: white;">
<div class="interview-preview-inner d-flex align-items-center">
<div class="container">
<div class="area-heading">
<h1>Preview Of Our Guide</h1>
</div>
<div class="row">
<div class="column">
<img src="img/guides/interview-guide-1.png" alt="..." style="width:100%">
</div>
<div class="column">
<img src="img/guides/interview-guide-2.png" alt="..." style="width:100%">
</div>
<div class="column">
<img src="img/guides/interview-guide-3.png" alt="..." style="width:100%">
</div>
</div>
</div>
</div>
</section>
<section class="mmi-service-area area-padding">
<div class="mmi-area-inner d-flex align-items-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-7 col-lg-6 col-lg-6 col-lg-6">
<div class="mmi_service_content">
<h1>MMI Service</h1>
<h3>It’s great having a guide. But not having any practice is just as bad as not having a guide at all.
</h3>
<p>At TheMedicalGeeks, we can offer you an interview style practice at the comfort of your own home.
All you need is a computer and internet.</p>
<div class="card-deck">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="img/icons/nervous-emoji.png" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<p class="card-text">We make sure you dont
feel anxious for the big day! We’re friendly folks and can offer the advice you
need to feel ready for interview day.</p>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="img/icons/tick-icon.png" class="card-img" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<p class="card-text">We provide questions that you are likely to be asked at your chosen
universities. Just let us know what uni you’re applying to and we’ll tailor it to you!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="interview-products-available" style="background: white;">
<div class="products-available-inner d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<div class="area-heading">
<h1>Products Available</h1>
</div>
<div class="card-deck">
<div class="col-sm-4 mx-auto">
<div class="card">
<img class="card-img-top" src="img/icons/guide-price-1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title text-center">Interview Guide</h5>
<hr style="width:70%; background-color:gray;">
<p class="card-text text-center"
style="text-decoration: line-through; text-decoration-color: red; font-size:xx-large">
£13.99</p>
<p class="card-text text-center" style="font-family: sans-serif; font-size: x-large;">
<strong>£6.99</strong></p>
<p class="card-paragraph text-center">28pg Guide<br>Everything You Need<br>Created By Med
Students<br>Take On The Go<br>Compatible For All Devices<br>All Day Support</p>
<div class="container-fluid" style="text-align: center;">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<hr style="width:70%; background-color:gray;">
<a href="https://transactions.sendowl.com/products/78191768/8420D617/view" rel="nofollow"
class="btn stretched-link btn-lg btn-block">Buy Now</a>
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js"></script>
</div>
</div>
</div>
<div class="col-sm-4 mx-auto">
<div class="card">
<img class="card-img-top" src="img/icons/interview-price.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title text-center">Interview Practice</h5>
<hr style="width:70%; background-color:gray;">
<p class="card-text text-center"
style="text-decoration: line-through; text-decoration-color: red; font-size:xx-large">
£39.99</p>
<p class="card-text text-center" style="font-family: sans-serif; font-size: x-large;">
<strong>£19.99</strong></p>
<p class="card-paragraph text-center">28pg Guide Included<br>Practice 5 MMI Stations<br>2x 1hr
Sessions<br>eFeedback Post Interview<br>Interviewed By 2 Med Students<br>All Day Support</p>
<div class="container-fluid" style="text-align: center;">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<hr style="width:70%; background-color:gray;">
<a href="https://transactions.sendowl.com/products/78277534/14CEDFD8/view" rel="nofollow"
class="btn stretched-link btn-lg btn-block">Buy Now</a>
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js"></script>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="page-footer font-small blue pt-4">
<div class="container-fluid text-center text-md-left">
<div class="row">
<div class="col-md-4 mx-auto">
<a class="footer-logo" style="font-family: Arial Black, sans-serif; font-size: 25px;">
<img src="img/logo.png" width="60" height="60" class="d-inline-block align-center"
alt=""><strong>TheMedicalGeeks
</strong>
</a>
<p><i>Founded by medical students, for future medical students</i></p>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Services</h5>
<ul class="list-unstyled">
<li>
<a href="./ucat.html">UCAT</a>
</li>
<li>
<a href="./bmat.html">BMAT</a>
</li>
<li>
<a href="./personal-statement.html">Personal Statement</a>
</li>
<li>
<a href="./interview.html">Interview</a>
</li>
<li>
<a href="./faqs.html">FAQs</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Freebies</h5>
<ul class="list-unstyled">
<li>
<a href="#./freebies">UCAT Questions</a>
</li>
<li>
<a href="./freebies.html">BMAT Questions</a>
</li>
<li>
<a href="./freebies.html">PS Examples</a>
</li>
<li>
<a href="./freebies.html">Interview Questions</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">About Us</h5>
<p>TheMedicalGeeks<br>71-75 Shellon Street</br>Covent Garden<br>London</br>WC2H 9JQ</p>
</div>
</div>
</div>
<hr>
<div class="row d-flex align-items-center">
<div class="col-md-7 col-lg-8">
<p class="footer-copyright text-center text-md-left">© 2020
<a href="./index.html">
<strong>TheMedicalGeeks Ltd</strong>
</a>
</p>
</div>
<div class="col-md-5 col-lg-4 ml-lg-0">
<div class="footer-terms text-center text-md-right">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="./tnc.html">T&Cs</a>
</li>
<li class="list-inline-item">
<a href="privacy-policy.html">Privacy & Cookies</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<a id="extra-container-fluid" class="background-close" href="javascript:void(0)" onclick="closeNav()"></a>
</div>
<div id="mySidenav" class="sidenav">
<div class="side-navbar-header">
<div class="container-fluid">
<h1><a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
TheMedicalGeeks Info Centre</h1>
</div>
</div>
<div class="sidebar-card-container">
<div class="card">
<div class="card-side">
<div class="newdate">
<p1>5th June 2020</p1>
</div>
<a href="covid+ucat.html">
<h3>Latest Update On UCAT UK And Covid-19</h3>
</a>
<a href="covid+ucat.html">
<img class="side-img" src="img/background/ucat-covid-banner.png">
</a>
<h8><strong>Important Information Update</strong></h8>
<br>
<p9>The UCAT has announced on 1st June 2020 that:</p9>
<br>
<br>
<ul>✅ You can sign up for UCAT from <strong>1st July 2020</strong></ul>
<ul>
✅ Exam can be taken from <strong> 3rd Aug to 1st Oct</strong>
</ul>
<ul>
✅ UCAT can be <strong>sat online</strong>
</ul>
<ul>
✅ UCAT can be done at <strong>Pearson Vue's centres</strong>
</ul>
<br>
<p9>You can find out <strong><a href="https://www.ucat.ac.uk/ucat/ucat-2020-update/" target="_blank">
more information here...</a></strong></p9>
<br>
<br>
<p9>📅 To keep up to date with the latest information regarding Covid-19 and the UCAT exam,
make
sure to follow us on <strong><a href="https://www.instagram.com/themedicalgeeks/" target="_blank">Instagram
for
the latest news!</a></strong></p9>
<br>
<br>
<p5>🚀 To improve your UCAT score, read our <strong><a href="blog.html">blogs
here</a></strong>
or
check
out our <a href="ucat.html"><strong>UCAT guide here.</strong></a></p5>
</div>
<div class="card-side">
<div class="newdate">
<p1>1st June 2020</p1>
</div>
<a href="blog-individuals/UCAT/tips-UCAT.html">
<h3>How To Improve Your UCAT Score Blog!</h3>
</a>
<a href="blog-individuals/UCAT/tips-UCAT.html">
<img class="side-img" src="img/background/UCAT-banner-side.png">
</a>
<h8><strong>What's In The Blog?</strong></h8>
<br>
With UCAT Tests around the corner, its time to read tips on how to improve your score! We look
at:
<br>
<br>
<strong>
<ul>✅ Time Management</ul>
</strong>
<ul>
<strong>✅ How To Guess</strong>
</ul>
<ul>
<strong>✅ How To Practice</strong>
</ul>
<ul>
<strong>✅ How To Improve Marginal Gains </strong>
</ul>
<br>
<p3>📅 To keep up to date with the latest information regarding Covid-19 and the UCAT exam, make
sure to follow us on <strong> <a href="https://www.instagram.com/themedicalgeeks/" target="_blank">Instagram
for
the latest news!</a></strong></p3>
<br>
<br>
<p5>🚀 To improve your UCAT score, read our <strong><a href="blog.html">blogs
here</a></strong>
or check
out our <strong><a href="ucat.html">UCAT guide here.</a></strong></p5>
</div>
<div class="card-side">
<div class="newdate">
<p1>1st June 2020</p1>
</div>
<a href="blog-individuals/PS/tips-ps.html">
<h3>How To Improve Your Personal Statement Blog!</h3>
</a>
<a href="blog-individuals/PS/tips-ps.html">
<img class="side-img" src="img/background/ps-sidebar.png">
</a>
<h8><strong>What's In The Blog?</strong></h8>
<br>
Not sure where to start with your personal statement? In this blog, we cover:
<br>
<br>
<strong>
<ul>✅ How To Make It Interesting</ul>
</strong>
<ul>
<strong>✅ Making Sure You Don't Forget The Important Information</strong>
</ul>
<ul>
<strong>✅ How To Make It Personal!</strong>
</ul>
<br>
<p3>📅 To keep up to date with the latest information regarding Covid-19 and the UCAT exam, make
sure to follow us on <strong> <a href="https://www.instagram.com/themedicalgeeks/" target="_blank">Instagram
for
the latest news!</a></strong></p3>
<br>
<br>
<p5>🚀 To improve your Personal Statement, read our <strong><a href="blog.html">blogs
here</a></strong>
or check
out our <strong><a href="personal-statement.html">Personal Statement guide
here.</a></strong></p5>
</div>
</div>
</div>
<!--Opens up side nav upon clicking on bell // also contains clicking on side to close sidenav bar-->
<script>
function openNav() {
var x = document.getElementById("mySidenav");
if (window.matchMedia("(max-width:768px)").matches) {
document.getElementById("mySidenav").style.width = "100vw";
document.body.style.backgroundColor = "rgba(1,1,1,1)";
document.getElementById("extra-container-fluid").style.width = "100vw";
}
else {
document.getElementById("mySidenav").style.width = "45vw";
document.body.style.backgroundColor = "rgba(1,1,1,1)";
document.getElementById("extra-container-fluid").style.width = "100vw";
}
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.body.style.backgroundColor = "white";
document.getElementById("extra-container-fluid").style.width = "0";
}
function closeBar() {
document.getElementById("navbarTogglerDemo02").style.height = "0";
document.getElementById("navbarTogglerDemo02").style.width = "0";
}
</script>
<!--Setting local storage to clear the notification symbol if user closes browser or reopens tab-->
<script type="text/javascript">
function clickCounter() {
if (typeof (Storage) !== "undefined") {
if (sessionStorage.clickcount) {
sessionStorage.clickcount += 1;
document.getElementById('common-count').style.display = "none";
} else {
sessionStorage.clickcount = 1;
document.getElementById('common-count').style.display = "block";
}
}
}
if (sessionStorage.clickcount) {
document.getElementById('common-count').style.display = "none";
}
</script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>