-
Notifications
You must be signed in to change notification settings - Fork 3
/
conference.html
133 lines (117 loc) · 9.31 KB
/
conference.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
<!DOCTYPE HTML>
<html>
<head>
<title>Conference - 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>Conference</h1>
<p style="font-size: 1.3em">Read messages from the Principal's Desk and the Secretariat.</p>
<section class="tiles" style="margin-bottom:-30px">
<article class="styleprincipal">
<span class="image">
<img src="conference/principal.jpg" alt="" />
</span>
<a href="principal.html">
<h2>Principal's Message</h2>
<div class="content">
</div>
</a>
</article>
<article class="stylesecretariat">
<span class="image">
<img src="conference/secretariat.jpg" alt="" />
</span>
<a href="secretariat.html">
<h2>Secretariat's Messages</h2>
<div class="content">
</div>
</a>
</article>
</section>
</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>