-
Notifications
You must be signed in to change notification settings - Fork 0
/
rules.html
801 lines (713 loc) · 26.8 KB
/
rules.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
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="C:/Users/harsh/Downloads/bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"/>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/jpg" href="sjbhsmunlogo.png"/>
<title>Policy | SJBHSMUN 2021</title>
<link rel="stylesheet" href="styleshome.css">
<link rel="stylesheet" href="https://dl.dropbox.com/s/w9ywuzlvqvv7kln/codepen-template.scss">
<style>
*{
margin: 0px;
padding: 0px;
}
body{
}
.context {
width: 100%;
background-color: #4158D0;
background-image: linear-gradient(43deg, darkblue, darkgoldenrod);
width: 100%;
height:100vh;
z-index: -4;
}
a{color: #000;}
.content1{
align-content: center;
max-width: 100%;
width: 100%; text-align: center;
}
.content2{
}
.noise{
font-family: Mont;color: white; text-align: center;
z-index: 5;padding: 14vw;padding-bottom: 0;font-size: 5vw;
}
.eventsbig{
font-family: Mont; font-size:120px; color: red;letter-spacing: 10;
}
.column {
float: left;
width: 50%;
padding: 0px;
height: auto;
}
.column2 {
float: left;
width: calc(33.33vw);
padding: 0px;
height: auto;
}
.column4 {
float: left;
width: 50%;
padding: 0px;
height: auto;
}
.row:after {
content: "";
display: table;
clear: both;
}
#youretard{
padding-top: 50px;
width: 400px;
}
.content{
align-content: center;
width: 100%;
height: 80%;
}
.
background-attachment: fixed;background-repeat: no-repeat;background-size: cover;background-position: center center;height: 556px;width: 100%;background-image: url(tj-holowaychuk-1EYMue_AwDw-unsplash2.jpg);
}
.split{
width:100%;
}
main{
width: 100%;
height:700px;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.8;
padding: 1% 0;
position: relative;
background: rgba(21,21,21,0.8);
box-shadow: 0px -10px 60px rgba(0,0,0,0.25);
}
.whatyou{
font-size: 35px;
}
#container1{
margin-top: 12%;
}
footer p{
font-size: .8rem;
font-weight: bold;
color: #ccc;
}
footer a{color: #ccc;}
/* --- Important Pen Styles --- */
footer{ background:black; }
.zoom{
overflow: hidden;
padding-bottom: 55%;
}
.zoom img{
position: fixed;
top: 15%;
left: 50%;
max-width: 200%;
width: 100%;
transform: translateX(-50%);
overflow: hidden;
}
@media (max-width: 667px) {
.zoom{
overflow: hidden;
padding-bottom: 50%;
}
}
.multicolortext {
background-image: linear-gradient(to right, red,white);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
}
.vl {
border-left: 1px solid red;
height: 450px;
position: absolute;
left: 50%;
margin-left: -3px;
top: 8%;
}
.social{
margin-left: 30px;
}
#idontlikeyou{
font-size: 4vw;
}
@media(max-width: 1510px){
}
@media(max-width: 1400px){
.column2{
width: 50%;
}
#logonoone{
display: none;
}
}
}
@media (max-width: 1100px){
.column4{
width: 100%;
}
}
@media(max-width: 700px){
.column2{
width: 100%;
}
#idontwant{
margin-left: 0px;
}
#idontw{
margin-left: 0px;
}
.noise{
padding-top: 7vw;
font-size: 7vw;
}
.social{
margin-left: 0px;
}
ul{
padding-left: 10px;
}
.button1{
margin-left: 10px;
}
#youretard{
padding-top: 100px;
padding-bottom: 100px;
width: 300px;
}
#idontlikeyou{
font-size: 7vw;
}
}
@media(max-width: 400px){
.content2{
padding-left: 0vw;
}
#youretard{
padding-left: 15px;
margin-left: 7%;
}
.button2{
margin-left: 70px;
}
}
@media(max-width: 350px){
#youretard{
margin-left: 3%;
}
}
@media(max-width: 340px){
#youretard{
margin-left: 2%;
}
}
@media(max-width: 330px){
#youretard{
margin-left: 1%;
}
}
@media(max-width: 320px){
#youretard{
margin-left: 0%;
}
}
@media(max-width: 310px){
#youretard{
margin-left: -1%;
}
}
@media(max-width: 300px){
#youretard{
margin-left: -2%;
}
}
@media(max-width: 290px){
#youretard{
margin-left: -3%;
}
}
@media(max-width: 280px){
#youretard{
margin-left: -4%;
}
}
.area{
background-color: #4158D0;
background-image: url(specpol.jpeg);
background-position: center;
background-attachment: fixed;
background-size: cover;
width: 100%;
height:calc(100vh - 100px);
margin-top: -10px;
z-index: -3;
}
.nobl{
background-image: linear-gradient(43deg, darkblue, darkgoldenrod);
width: 100%;
height:100vh;
}
.circles{
position: relative;
top: 0;
left: 0;
width: 100%;
height: auto;
overflow: hidden;
}
.circles li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 80px;
border: 1px solid rgba(255, 255, 255, 0.18);
animation: animate 25s linear infinite;
bottom: -150px;
z-index: 0;
}
.circles li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}
.circles li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
.circles li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}
.circles li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}
.circles li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
.circles li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
}
.circles li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}
.circles li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
.circles li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
.circles li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}
100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
}
</style>
<style>
html, body{
max-width: 100%;
overflow-x: hidden;
}
.button {
background-color: white;
color: black;
border: 2px solid red; /* Green *//* Green */
height: 100px;
width: 100px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
position: relative;
border-radius: 100%;
margin: 0px;
}
.button1{
background-color: black;
color: red;
border-width: 2px;
border-color: white;
height: 4vw;
width: 4vw;
margin-left: 0px;
margin-top: 20px;
}
.button2{
background-color: rgba(0,0,0,0);
border-color: white;
border-width: 2px;
color:white;
height: 60px;
width: 200px;
border-radius: 10px;
margin: 25px;
}
.buttonevent{
margin-top: 0%;
}
.button1:hover {
transform: scale(1.2);
}
.button2:hover {
background-color: white;
color: darkblue;
border-color: 2px solid white;
}
.social{
margin-left: 0px;
}
@media (max-width: 1200px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
#bruh{
margin-top: 120px;
}
.zoom{
padding-bottom: 50%;
}
}
#sklogo{
width: 350px;
}
@media (max-width: 700px){
.button1{
width: 5vw;
height: 5vw;
}
}
</style>
<style>
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body class="opa" style="background-image:url(munbg2.png);background-repeat: no-repeat;background-size: cover;">
<style>
.btn {
position: absolute;
margin-left: -50px;
margin-top: 23px;
width: 60px;
cursor: pointer;
}
.span {
display: block;
width: 100%;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
border-radius: 3px;
height: 5px;
background: #fff;
transition: all .3s;
position: relative;
background-color: darkgoldenrod;
}
.span + .span {
margin-top: 7px;
}
.active .span:nth-child(1) {
animation: ease .7s top forwards;
}
.not-active .span:nth-child(1) {
animation: ease .7s top-2 forwards;
}
.active .span:nth-child(2) {
animation: ease .7s scaled forwards;
}
.not-active .span:nth-child(2) {
animation: ease .7s scaled-2 forwards;
}
.active .span:nth-child(3) {
animation: ease .7s bottom forwards;
}
.not-active .span:nth-child(3) {
animation: ease .7s bottom-2 forwards;
}
@keyframes top {
0% {
top: 0;
transform: rotate(0);
}
50% {
top: 12px;
transform: rotate(0);
}
100% {
top: 12px;
transform: rotate(45deg);
}
}
@keyframes top-2 {
0% {
top: 12px;
transform: rotate(45deg);
}
50% {
top: 12px;
transform: rotate(0deg);
}
100% {
top: 0;
transform: rotate(0deg);
}
}
@keyframes bottom {
0% {
bottom: 0;
transform: rotate(0);
}
50% {
bottom: 12px;
transform: rotate(0);
}
100% {
bottom: 12px;
transform: rotate(135deg);
}
}
@keyframes bottom-2 {
0% {
bottom: 12px;
transform: rotate(135deg);
}
50% {
bottom: 12px;
transform: rotate(0);
}
100% {
bottom: 0;
transform: rotate(0);
}
}
@keyframes scaled {
50% {
transform: scale(0);
}
100% {
transform: scale(0);
}
}
@keyframes scaled-2 {
0% {
transform: scale(0);
}
50% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
</style>
<div id="navbar" style="opacity: 1;">
<button type="button" data-toggle="collapse" class="navbar-toggle" data-target="#bruh">
<a style="margin-top: 0px; margin-right: 0px;padding: 0;margin: 0;" href="#default" id="logo"><div class="btn not-active">
<span class="span"></span>
<span class="span"></span>
<span class="span"></span>
</div></a>
</button>
<div class="fade-in">
<div style="position: relative;"><a href="" id="logo" style="margin-top: -10px;">
<img class="someimg" src="sjbhsmunlogo.png" style="padding-top: 10px;"></a>
</div>
<div id="bruh" class="collapse navbar-collapse" style="text-align: center;">
<ul class="nav navbar-nav navbar-center">
<li><a href="index.html">Home</a></li>
<li><a href="secgen.html">Secretariat</a></li>
<li class="dropdown" style="z-index:20;">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Committees <span class="caret"></span></a>
<ul class="dropdown-menu" style="padding:none;background-color: white;">
<li style=""><a href="format.html">ALL COMMITTEES</a></li>
<li><a href="specpol.html">SPECPOL</a></li>
<li><a href="klaqc.html">KLAQS</a></li>
<li><a href="hsc.html">HSC</a></li>
<li><a href="lok.html">LOK SABHA</a></li>
<li><a href="interpol.html">INTERPOL</a></li>
</ul>
</li>
<li><a href="https://drive.google.com/drive/folders/1xOHomjXTB80-UfOhgJV9Rt0xSnbZqRdj?usp=sharing">Brochure</a></li>
<li><a href="rules.html">Policy</a></li>
<li><a href="regis.html">Registration</a></li>
<li><a href="prep.html">Preparation</a></li>
<li><a href="eb.html">EB</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<script>
var btn = $('.btn');
btn.on('click', function() {
$(this).toggleClass('active');
$(this).toggleClass('not-active');
});
</script>
<center> <div class="content" style="overflow: hidden;height: auto;padding-bottom: 0px;">
<div class="square square3" style="margin:20px;width: auto;padding-bottom: 20px;">
<div style="padding-top: 10px;width: 90%;"><h1 id="idontlikeyou" style="font-family: Regis; color: darkgoldenrod; text-align: center;padding-bottom: 0px;">Anti-Harrassment Policy</h1><br>
<p style="font-family: Mont; font-size: calc(10px + 1vw); color: white;padding: 0;text-align: left;">We at SJBHS, have a firm stance against harassment of any kind. Keeping in mind the mode of conducting the conference, and the complications which may arise from the same, we have written down some basic guidelines which all delegates must adhere to, failing which they shall be removed from the committee, and not be considered for any awards. The delegation may also be affected if more than one member engages in prohibited activity as mentioned here. <br><br>
Depending on the severity of the offence the matter may be reported to the PRINCIPAL / TEACHER CO-ORDINATOR of the respective school/college from which the participant hails. NO REFUND WILL BE ISSUED TO THE DELEGATE IN THE AFOREMENTIONED SITUATION.<br><br>
The following must be kept in mind before and during the conference:</p><br>
<ol style="text-align: left;font-size: calc(10px + 1vw);color: white;margin-left: 10px;line-height: calc(30px + 2vw)"><li>No vulgarity of any kind will be tolerated at any stage of the conference.</li><li>No abusive language against and/or slurs on other delegates, logistic members, organizers, teachers and the executive board members will be tolerated.</li><li>Racial, religious, and /or sexual comments will lead to immediate disqualification.</li><li>Messaging fellow delegates, logistic members, teachers, Executive board members, or any person present in the meeting unnecessarily will result in a warning (first offence) followed by disqualification (if deemed fit) for subsequent offences</li><li>Delegates are prohibited from changing their names on zoom. You will be debarred from entering the meeting in such instances and removed from the meeting if already present. </li><li>
The screen share option will be available at the discretion of the EB. However, sharing irrelevant/inappropriate content will result in strict action.</li><li>Cyber bullying of ANY kind, on social media (Instagram, WhatsApp, Facebook, etc.) or via Phone call will result in immediate action on the part of the organizers. The cyber security department shall be contacted in case of any serious violations.</li><li>In the process of bloc formation and/or voting for resolutions, delegates found exercising undue influence on other delegates by virtue of power/experience shall be immediately disqualified.</li></ol><br><p style="font-family: Mont; font-size: calc(10px + 1vw); color: white;padding: 0;text-align: left;">If a delegate/delegation faces any of the above mentioned in (1) to (8), or anything else deemed unfit, the following steps can be followed to report the same:</p><ul style="text-align: left;font-size: calc(10px + 1vw);color: white;margin-left: 10px;line-height: calc(30px + 2vw)"><li>SUITABLE PROOF MUST BE PROVIDED TO CORROBORATE THE COMPLAINT.</li><li>THE COMPLAINT MUST BE MADE THROUGH THE TEACHER RESPONSIBLE FOR THAT PARTICULAR PARTICIPANT OR DELEGATION.</li></ul><br><p style="font-family: Mont; font-size: calc(10px + 1vw); color: white;padding: 0;text-align: left;">The following teacher coordinators can be contacted with the proof mentioned above: </p><br><ul style="text-align: left;font-size: calc(10px + 1vw);color: white;margin-left: 10px;line-height: calc(30px + 2vw)"><li>Mrs. Hemavathy P: +91 98804 32300.<br>If in case a participant has registered as an individual, he is required to go to the Executive Board members of the committees, further to which the complaint will be dealt accordingly, under the supervision of Mrs. Hemavathy P. </li></ul><br><p style="font-family: Mont; font-size: calc(10px + 1vw); color: white;padding: 0;text-align: left;">We hope that all delegates strictly adhere to this policy, to make it an enjoyable experience for all.</p></div></div>
<div class="square square3" style="margin:20px;width: auto;padding-bottom: 20px;">
<div style="padding-top: 10px;width: 90%;"><h1 id="idontlikeyou" style="font-family: Regis; color: darkgoldenrod; text-align: center;padding-bottom: 0px;">Rules & Regulations</h1><br>
<p style="font-family: Mont; font-size: 1vw; color: white;padding-right: 20px; padding-left: 20px;text-align: left;"><ol style="text-align: left;font-size: calc(10px + 1vw);color: white;margin-left: 10px;line-height: calc(30px + 2vw);"><li><b>General Rules and Regulations</b><br><ul style="text-align: left;font-size: calc(10px + 1vw);color: white;margin-left: 10px;line-height: calc(20px + 2vw)"><li>SJBHSMUN is open to students from class 7 to students pursuing their first year in their respective undergraduate courses.</li><li>
All delegates must attend the conference using laptops with a working camera and microphone. Virtual backgrounds of any sort are prohibited.</li><li>
The dress code is western formals. Indian formals are allowed for the delegates of the Lok Sabha.</li><li>
The prize money mentioned on the website is subject to change.
</li></ul></li><li><b>Rules With Regard to Registrations</b><br><ul style="text-align: left;font-size: calc(10px + 1vw);color: white;margin-left: 10px;line-height: calc(20px + 2vw)"><li>The registration fee is to be paid within 48 hours after receiving the confirmation email. A payment link shall be sent for the same.</li><li>
After the payment to the account mentioned in the confirmation email is made, a screenshot/ confirmation of the same must be sent to [email protected].</li><li>
In case of cancellation after payment, refunds shall be allowed up to 2 days prior to the mun.</li><li>
Registrations shall be made on a first come-first serve basis.</li><li>
Kindly ensure that the phone number submitted at the time of registration is a WhatsApp number.</li><li>
A valid ID proof (school ID, Aadhar Cards etc.) must be submitted at the time of registration. The photo must be clear and visible.
</li></ul></li><li><b>Committee Rules</b><br><ul style="text-align: left;font-size: calc(10px + 1vw);color: white;margin-left: 10px;line-height: calc(20px + 2vw)"><li>The conference will be held on the ZOOM platform.</li><li>
Delegates are required to join the zoom link 20 minutes prior to the commencement of the session.</li><li>
The participants are required to rename themselves as follows – (Country/portfolio – individual name).</li><li>
Any participant failing to join on time will be required to give an explanation for the same to the EB members.</li><li>
The chat option on the ZOOM platform shall be open for direct communication. Delegates can make use of the same, keeping in mind the Anti-harassment Policy.</li><li>
All grievances can be mailed to [email protected] or a message can be sent to the student coordinators.</li><li>
No vulgarity or inappropriate language/gestures will be tolerated.</li><li>
The decision of the Executive Board Members is final.</li><li>
There must be AT LEAST 1 executive board member on each of the WhatsApp groups of respective bloc groups. This is with respect to the marking of the delegates.</li><li>
The delegates are requested to upload the profile picture of the respective country/portfolio as their display picture on zoom. The same shall be forwarded to them after the payment of the amount.</li><li>
We expect the active cooperation of everyone to make SJBHSMUN a memorable experience for all.
</li></ul></li></ol></div></div>
</div></center>
<div id="footer" style="width:100vw;background-image: url(munbg.png);z-index: 20;">
<div class="row" style="height: auto;padding-top: 50px;width: 100%;">
<center><div class="column2" style="margin-right: none;padding-top: 20px;">
<h1 class="social" style="font-family: Mont; font-size: 30px; color: darkgoldenrod; text-align: center;">Quick Links</h1>
<ul style="font-family: Mont; font-size: 20px; color: white;list-style-type: none;" ><br>
<a href="index.html" ><li style="color:white;margin-left: -10px;">Home</li></a>
<a href="secgen.html" ><li style="color:white;margin-left: -10px;">Secretariat</li></a>
<a href="format.html" ><li style="color:white;margin-left: -10px;">Committees</li></a>
<a href="regis.html" ><li style="color:white;margin-left: -10px;">Registration</li></a>
<a href="prep.html" ><li style="color:white;margin-left: -10px;">Preparation</li></a>
<a href="about.html" ><li style="color:white;margin-left: -10px;">About</li></a>
<a href="contact.html" ><li style="color:white;margin-left: -10px;">Contact Us</li></a>
</ul>
<br>
<h1 class="social" style="font-family: Mont; font-size: 30px; color: darkgoldenrod; text-align: center;">We're Social!</h1>
<a href = "https://www.instagram.com/sjbhsmun/"><button class="button button1" style="width: 50px;height: 50px;border: none;background-color: transparent;"><img src="logos/New/social%20logos/insta.png" style="width: 30px;height: auto;margin: none; padding: none;"></button></a>
<a href="mailto: [email protected]"><button class="button button1" style="width: 50px;height: 50px;border: none;background-color: transparent;"><img src="logos/New/social%20logos/mail.png" style="width: 40px;height: auto;margin: none; padding: none;padding-right: 5px;padding-bottom: 5px;"></button></a>
</div></center>
<div class="column2" id="idontw" style="padding-top: 20px;">
<h1 style="font-family: Mont; font-size: 30px; color: darkgoldenrod; text-align: center;">Title Sponsor</h1>
<center><img src="logos/oba.png" style="width: 300px;padding-top: 20px;padding-bottom: 20px;"></center>
</div>
<div class="column2" id="idontwant" style="padding-top: 20px;">
<h1 style="font-family: Mont; font-size: 30px; color: darkgoldenrod; text-align: center;">Sponsor</h1>
<center><img src="logos/nh.png" style="width: 280px;padding-top: 20px;padding-bottom: 20px;"></center>
</div>
</div><center><h1 class="social" style="font-family: Mont; font-size: calc(7px + 1vw); color: darkgoldenrod; text-align: center;margin-top: 50px;position: relative;text-align: center;padding-bottom: 50px;"><span>©</span> 2021 St Joseph's Boys' High School. All Rights Reserved</h1></center> </div>
<style>
@media (max-width: 700px){
.column2{
margin-left: 10px;
}
#idontw{
margin-left: 14px;
}
#idontwant{
margin-left: 14px;
}
}
</style>
</body>
</html>