-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathawards.html
118 lines (104 loc) · 8.08 KB
/
awards.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
<!DOCTYPE HTML>
<html>
<head>
<title>Awards - SNSFMUN</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#cfffcc">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/110x110.png" alt="" /></span><span class="title">SNSFMUN</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a class="hidden-xl-up" href="#menu">Menu</a></li>
<li><a class="hidden-lg-down" id="homebutstart" href="index.html" style="font-size: 0.8em; border-bottom-right-radius: 0; border-top-right-radius: 0">Home</a></li>
<li><a class="hidden-lg-down" id="homebut" href="resources.html" style="font-size: 0.8em; border-radius: 0">Resources</a></li>
<li><a class="hidden-lg-down" id="homebut" href="gallery.html" style="font-size: 0.8em; border-radius: 0">Gallery</a></li>
<li><a class="hidden-lg-down" id="homebut" href="awards.html" style="font-size: 0.8em; border-radius: 0">Awards</a></li>
<li><a class="hidden-lg-down" id="homebut" href="conference.html" style="font-size: 0.8em; border-radius: 0">Conference</a></li>
<li><a class="hidden-lg-down" id="homebutend" href="committees.html" style="font-size: 0.8em; border-bottom-left-radius: 0; border-top-left-radius: 0">Committees</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="conference.html">Conference</a></li>
<li><a href="committees.html">Committees</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>SNSF MUN 2023 Awards</h1>
<p style="font-size: 1.6em">Awards for delegates include</p>
<ul style="font-size: 1.3em; margin-top:-30px; margin-bottom:-30px;">
<li>Best Delegate</li>
<li>High Commendation</li>
<li>Honorable Mention </li>
<li>Delegate Choice</li>
<li>Best Position Paper </li>
<li>Best Delegation </li>
<li>Participation Certificate for every Delegate</li>
</ul>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Get in touch</h2>
<ul>
<li>E-Mail: <a href="mailto:[email protected]">[email protected]</a></li>
<li>MUN Core Team Members: <a href="mailto:[email protected]">Ms Meenakshi Sharma</a>, <a href="mailto:[email protected]">Ms Nikita Shaw</a>, <a href="mailto:[email protected]">Ms Mitu Majumdar</a></li>
<li>Secretary General: <a href="mailto:[email protected]">Ashutosh Sundresh ([email protected])</a></li>
<li>Director General: <a href="mailto:[email protected]">Samya Arora ([email protected])</a></li>
<li>Chargé D'Affaires: <a href="mailto:[email protected]">Rehat Bazral ([email protected])</a></li>
<li>Head of International Press: <a href="mailto:[email protected]">Lakshita Sharma ([email protected])</a></li>
<li>Director Media Outreach: <a href="mailto:[email protected]">Aryan Veer Goenka ([email protected])</a></li>
</ul>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://www.instagram.com/snsfmun23/" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.youtube.com/user/shivnadarschools" class="icon brands style2 fa-youtube"><span class="label">YouTube</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© SNSFMUN. Designed by <a href="mailto:[email protected]">Ashutosh Sundresh.</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>