-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathecosoc.html
172 lines (147 loc) · 7.15 KB
/
ecosoc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>NITR IMUNC-2018 : Home</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="assets/images/favicon1.png"/>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!-- Font Awesome for rupee icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Slick slider -->
<link href="assets/css/slick.css" rel="stylesheet">
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet">
<!-- Montserrat for title -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="assets/custom/css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="assets/custom/css/icomoon.css">
<!-- Modernizr JS -->
<script src="assets/custom/js/modernizr-2.6.2.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Header -->
<header id="mu-hero" class="" role="banner">
<!-- Start menu -->
<nav class="navbar navbar-fixed-top navbar-default mu-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html">NITR IMUNC 2018</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="sochum.html">SOCHUM</a></li>
<li><a href="disec.html">DISEC</a></li>
<li><a href="#">ECOSOC</a></li>
<li><a href="aippm.html">AIPPM</a></li>
<li><a href="press.html">International Press</a></li>
<!-- <li><a href="#mu-pricing">Price</a></li>
<li><a href="#mu-register">Register</a></li>-->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End menu -->
</header>
<!-- End Header -->
<!-- Start main content -->
<main role="main">
<!-- Start About -->
<div class="container">
<section>
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="mu-speakers-area">
<!-- Start Feature Content -->
<div class="mu-title-area">
<!-- Start center image -->
<div class="mu-message-img-area">
<a class="mu-message-img" href="#"><img src="assets/images/ecosoc2.png" alt="ecosoc img"width="250px"></a>
</div>
<!-- End center image -->
<h2 class="mu-title">Economic and Social Council</h2>
<p>Economic and Social Council (ECOSOC), one of the six principal organs of the United Nations (UN), responsible for the direction and coordination of the economic, social, humanitarian, and cultural activities carried out by the UN. It is the UN’s largest and most complex subsidiary body. ECOSOC was established by the UN Charter (1945), which was amended in 1965 and 1974 to increase the number of members from 18 to 54. ECOSOC membership is based on geographic representation: 14 seats are allocated to Africa, 11 to Asia, 6 to eastern Europe, 10 to Latin America and the Caribbean, and 13 to western Europe and other areas. Members are elected for three-year terms by the General Assembly. Four of the five permanent members of the Security Council have been continuously reelected because they provide funding for most of ECOSOC’s budget, which is the largest of any UN subsidiary body. Decisions are taken by simple majority vote. The presidency of ECOSOC changes annually.</p>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Executive Board Poster>-->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-title-area">
<img src="assets/images/eb_ecosoc.jpg" alt="AIPPM Poster" \>
</div>
</div>
</div>
</div>
<!-- End poster -->
</main>
<!-- End main content -->
<!-- Start footer -->
<footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<div class="mu-footer-top">
<div class="mu-social-media">
<a href="https://www.facebook.com/NITRimunc" target="blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/NImunc" target="blank"><i class="fa fa-twitter"></i></a>
<!-- <a href="#" target="blank"><i class="fa fa-google-plus"></i></a>
<a href="#" target="blank"><i class="fa fa-linkedin"></i></a>-->
<a href="https://www.instagram.com/nitr_imunc/" target="blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
<div class="mu-footer-bottom">
<p class="mu-copy-right">© Copyright <a rel="nofollow" href="http://markups.io" target="blank">markups.io</a>. All right reserved.</p>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.min.js"></script>
<!-- Event Counter -->
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<!-- Ajax contact form -->
<script type="text/javascript" src="assets/js/app.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>