-
Notifications
You must be signed in to change notification settings - Fork 0
/
travel-visa.php
91 lines (83 loc) · 5.3 KB
/
travel-visa.php
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
<!doctype html>
<html lang="en">
<head>
<title>Travel & Visa | SIN 2017</title>
<?php require 'php_includes/imports.php'; ?>
<link href="assets/css/k.css" rel="stylesheet">
<style type="text/css">
ol {
list-style-type: decimal !important;
}
</style>
</head>
<body class="profile-page">
<!-- Navbar -->
<?php require 'php_includes/navbar.php'; ?>
<!-- End Navbar -->
<div class="wrapper">
<div class="header header-filter" style="background-image:url(assets/img/background/mujBg.jpg);"></div>
<div class="main main-raised">
<section class="section">
<div class="container">
<div class="row">
<h2 class="title text-center">Travel & Visa</h2>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h4>
Please fill the form for VISA Letter: <strong>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSehoFQV4qHyWVYIH_GuaH7dK8pRXWCOr_6RFDCJ3VFptzI1tA/viewform?usp=sf_link" target="_blank">
VISA Letter Form, SIN 2017</a></strong>
</h4>
<h4>
Approval Letter for SIN 2017 from Ministry of Home Affairs : <strong>
<a href="assets/docs/Letter-HA.pdf" target="_blank">
Approval Letter</a></strong>
</h4>
<h4>
Approval Letter for SIN 2017 from Ministry of External Affairs : <strong>
<a href="assets/docs/Letter-EA.pdf" target="_blank">
Approval Letter</a></strong>
</h4>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h4 class="title">VISA Information</h4>
<h5>
Please contact the Indian High Commission/Embassy nearest to your current location and complete necessary formalities to obtain an entry visa to India. If you require a formal letter of invitation from the organizers' of SIN-2017, please contact us at <a href="mailto:sin2017@muj.manipal.edu">sin2017@muj.manipal.edu</a>. However, delegates of following countries can obtain <strong>VISA ON ARRIVAL</strong> facility.
</h5>
<h5>
<strong>e-Tourist Visa Facility is available for nationals of following countries/territories</strong> Albania, Andorra, Anguilla, Antigua & Barbuda, Argentina, Armenia, Aruba, Australia, Austria, Bahamas, Barbados, Belgium, Belize, Bolivia, Bosnia & Herzegovina, Botswana, Brazil, Brunei, Bulgaria, Cambodia, Canada, Cape Verde, Cayman Island, Chile, China, China- SAR Hongkong, China- SAR Macau, Colombia, Comoros, Cook Islands, Costa Rica, Cote d'lvoire, Croatia, Cuba, Czech Republic, Denmark, Djibouti, Dominica, Dominican Republic, East Timor, Ecuador, El Salvador, Eritrea, Estonia, Fiji, Finland, France, Gabon, Gambia, Georgia, Germany, Ghana, Greece, Grenada, Guatemala, Guinea, Guyana, Haiti, Honduras, Hungary, Iceland, Indonesia, Ireland, Israel, Jamaica, Japan, Jordan, Kenya, Kiribati, Laos, Latvia, Lesotho, Liberia, Liechtenstein, Lithuania, Luxembourg, Madagascar, Malawi, Malaysia, Malta, Marshall Islands, Mauritius, Mexico, Micronesia, Moldova, Monaco, Mongolia, Montenegro, Montserrat, Mozambique, Myanmar, Namibia, Nauru, Netherlands, New Zealand, Nicaragua, Niue Island, Norway, Oman, Palau, Palestine, Panama, Papua New Guinea, Paraguay, Peru, Philippines, Poland, Portugal, Republic of Korea, Republic of Macedonia, Romania, Russia, Saint Christopher and Nevis, Saint Lucia, Saint Vincent & the Grenadines, Samoa, San Marino, Senegal, Serbia, Seychelles, Singapore, Slovakia, Slovenia, Solomon Islands, South Africa, Spain, Sri Lanka, Suriname, Swaziland, Sweden, Switzerland, Taiwan, Tajikistan, Tanzania, Thailand, Tonga, Trinidad & Tobago, Turks & Caicos Island, Tuvalu, UAE, Ukraine, United Kingdom, Uruguay, USA, Vanuatu, Vatican City-Holy See, Venezuela, Vietnam, Zambia and Zimbabwe.
</h5>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h4>
Passport holders or resident of countries: <strong>(1) Afghanistan, (2) China, (3) Iran, (4) Iraq, (5) Pakistan, (6) Sudan, (7) Foreigners of Pakistani origin, and (8) Stateless person</strong> are required to complete their documentation in consultation with MHA and conference organizes. In case, authors of accepted papers are refused to issue VISA then SKYPE presentation can be organized during the conference period.
</h4>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h4>
</h4>
</div>
</div>
</div>
</section>
<!-- Social Links -->
<?php require 'php_includes/social.php'; ?>
</div>
</div>
<!-- Footer -->
<?php require 'php_includes/footer.php'; ?>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Control Center for activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function(){
// the body of this function is in assets/material-kit.js
$(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
});
</script>
</html>