-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d90159c
commit 93afc43
Showing
436 changed files
with
10,178 additions
and
602 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Meta, title, CSS, favicons, etc. --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<title>NSTUMUNA </title> | ||
<link rel="icon" href="assets/icons/logo.png"> | ||
<!-- Styles --> | ||
<link rel='stylesheet' href='assets/css/bootstrap.min.css'> | ||
<link rel='stylesheet' href='assets/css/animate.min.css'> | ||
<link rel='stylesheet' href="assets/css/font-awesome.min.css"/> | ||
<link rel='stylesheet' href="assets/css/style.css"/> | ||
<!-- Fonts --> | ||
<link href='http://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'> | ||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | ||
<![endif]--> | ||
<!-- Favicon --> | ||
<link rel="shortcut icon" href="#"> | ||
</head> | ||
<body> | ||
<!-- End Hero Bg | ||
================================================== --> | ||
<!-- Start Header | ||
================================================== --> | ||
<header id="header" class="navbar navbar-inverse navbar-fixed-top" role="banner"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<!-- Your Logo --> | ||
<a href="index.php" class="navbar-brand"> <span><img src="assets/icons/logoBig.png" alt=""></span> NSTUMUNA <span class="lighter"></span></a> | ||
</div> | ||
<!-- Start Navigation --> | ||
<nav class="collapse navbar-collapse bs-navbar-collapse navbar-right" role="navigation"> | ||
<ul class="nav navbar-nav"> | ||
<li> | ||
<a href="index.php#home">Home</a> | ||
</li> | ||
<li> | ||
<a href="index.php#about">About</a> | ||
</li> | ||
<li> | ||
<a href="index.php#administration">Administration</a> | ||
</li> | ||
<li> | ||
<a href="index.php#gallery_front">Gallery</a> | ||
</li> | ||
<li> | ||
<a href="index.php#membership">Membership</a> | ||
</li> | ||
<li> | ||
<a href="index.php#events">Events</a> | ||
</li> | ||
<li> | ||
<a href="index.php#academics">Academics</a> | ||
</li> | ||
<li> | ||
<a href="index.php#news">News</a> | ||
</li> | ||
<li> | ||
<a href="index.php#contact_us">Contact Us</a> | ||
</li> | ||
<li> | ||
<a href="mun18.php">NSTUMUN 2018</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<!-- About | ||
================================================== --> | ||
<section id="about" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/1.jpg);"> | ||
<div class="wrapsection"> | ||
<div class="parallax-overlay" style="background-color: #01b0d1;opacity:0.9;"></div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12 sol-sm-12"> | ||
<div style="text-align:center"> | ||
<p><h3 class="section-title justtitle">Activities</h3></p> | ||
<p class="lead bottom0 wow bounceInUp"> | ||
1. Arranging Mock sessions every week so that students can practice international politics and increase their knowledge of International Relations as well as develop their skills of Public Speaking, Negotiation and Diplomacy etc. | ||
</p> | ||
<p class="lead bottom0 wow bounceInUp"> | ||
2. Arranging MUN workshops to increase the knowledge of MUN as well as UN among the students of NSTU. | ||
</p> | ||
<p class="lead bottom0 wow bounceInUp"> | ||
3. Arranging International Model United Nations (MUN) Conference every year so that students of NSTU get the opportunity to meet students all over the country as well as the World and compete them in the sessions. Through these International Conferences other University students will also come to know about NSTU and a strong bond with other universities will be built. | ||
</p> | ||
<p class="lead bottom0 wow bounceInUp"> | ||
4. Arranging different types of workshops which will help students to increase their inter-personal skills. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Credits | ||
=============================================== --> | ||
<section id="credits" class="text-center" style="background-color:#00c1c1;opacity:0.9;"> | ||
<span class="social wow zoomIn"> | ||
<a href="https://www.facebook.com/nstumuna/"><i class="fa fa-facebook"></i></a> | ||
<a href="https://www.instagram.com/nstumuna/"><i class="fa fa-instagram"></i></a> | ||
<a href="https://www.youtube.com/channel/UC_E8pNF5R0XDIWl8XRCOlYQ"><i class="fa fa-youtube-play"></i></a> | ||
</span><br/> | ||
Copyright © <a href="#">NSTUMUNA</a> | ||
</section> | ||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
<script src="assets/js/bootstrap.min.js"></script> | ||
<script src="assets/js/waypoints.min.js"></script> | ||
<script src="assets/js/jquery.scrollTo.min.js"></script> | ||
<script src="assets/js/jquery.localScroll.min.js"></script> | ||
<script src="assets/js/jquery.magnific-popup.min.js"></script> | ||
<script src="assets/js/validate.js"></script> | ||
<script src="assets/js/common.js"></script> | ||
<script src="assets/js/jquery.samesize.js"></script> | ||
</body> | ||
</html> |
Binary file not shown.
Oops, something went wrong.