-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
192 lines (130 loc) · 6.79 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="img/plismun19_a_favicon.png">
<title>About – PLISMUN</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" />
<!-- css -->
<link href="css/pages/about.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link href="color/default.css" rel="stylesheet">
<style>
@media (max-width: 1080px) {
#load img {
height: 500px;
width: 500px;
}
}
@media (max-width: 700px) {
#load img {
height: 300px;
width: 300px;
}
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120398250-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120398250-1');
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<div id="preloader-overlay"></div>
<!-- navbar, inserted via js -->
<div id="header"></div>
<!-- intro -->
<section id="intro" class="intro parallax-window" data-parallax="scroll" data-image-src="img/school_img2.jpg">
<div class="slogan">
<h2>About PLISMUN 2022</h2>
</div>
</section>
<!--intro-->
<!-- content -->
<section id="main" class="home-section">
<div class="content container">
<div class="heading-about">
<div class="container row wow fadeInDown" data-wow-delay="0s">
<div class="section-heading">
<h3>About PLISMUN</h3>
</div>
</div>
</div>
<div class="wow fadeInDown" data-wow-delay="0s">
<p>With pride, we present to you the fifth annual
Model United Nations conference hosted by <a href="https://www.parklane-is.com">Park Lane International School</a>. The conference is open to all
students aged 13 – 18, targeted at both Model UN debutants and seasoned debating veterans.</p>
<p>The conference is completely student-led, with a passionate team of high-school MUN enthusiasts paving the way for
several days of quality debate. We have worked day and night to ensure that all attendees develop skills and experience
that will last a lifetime.</p>
<p>PLISMUN'22 is the result of several years of hard work that went towards perfecting the ultimate MUN experience. We have
no doubt that this conference will be a successful event that participants will never forget!</p>
</div>
<div class="heading-about">
<div class="container row wow fadeInDown" data-wow-delay="0s">
<div class="section-heading">
<h3>Our mission</h3>
</div>
</div>
</div>
<div class="wow fadeInDown" data-wow-delay="0s">
<p>PLISMUN is proudly hosted by Park Lane International school and we believe in crafting an experience that follows our
school motto, 'preparing the young people of today for the unknown occupations of tomorrow.'</p>
<p>With this in mind, we have set ourselves six key goals which we aim to achieve:</p>
<p> 1. Ensuring high-quality and challenging debate in which experienced participants are pushed to the limit,</p>
<p> 2. Providing a supportive environment where beginner delegates are introduced to MUN,</p>
<p> 3. Broadening all participants' spectrum of knowledge and creating well-rounded global citizens,</p>
<p> 4. Promoting mutual cooperation and rational conflict resolution,</p>
<p> 5. Educating today's generation about the work of the United Nations and the importance of diplomacy,</p>
<p> 6. Kindling new friendships and expanding a dynamic community of MUN enthusiasts.</p>
<p>It is our mission to contribute to the future of democracy by teaching the generations of today to influence the future world.</p>
</div>
<!-- <div class="heading-about">
<div class="container row wow fadeInDown" data-wow-delay="0s">
<div class="section-heading">
<h3>A message from the Secretary General</h3>
</div>
</div>
</div>
<div class="wow fadeInDown" data-wow-delay="0s">
<blockquote>
<p>Dab dab yeet yeet</p>
<p><i>- Jasmin R. Zakie, Secretary General of PLISMUN19</i></p>
</blockquote>
</div> -->
</div>
</section>
<!-- /content -->
<!-- footer-->
<div id="footer"></div>
<!-- /footer -->
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<!--reveal while scrolling script-->
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/custom.js"></script>
<!-- parallax script -->
<script src="js/parallax.min.js"></script>
<script type="text/javascript">
// include footer
$(function() {
$("#header").load("navbar");
$("#footer").load("footer");
$("#preloader-overlay").load("preloader");
});
</script>
</html>