-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisa_information.php
31 lines (22 loc) · 1.32 KB
/
visa_information.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
<html>
<head> <?php include('head_content.php') ?> </head>
<body>
<?php include('nav_header.php') ?>
<?php include('banner.php') ?>
<main role="main" style='margin-top:40px; font-family:Lora, serif'>
<div class="myContainer contentBox">
<h3 allign="center">Visa Information</h3>
<p>For information on obtaining an Indian visa, please visit <a href="http://indianvisaonline.gov.in/visa/" target="_blank">http://indianvisaonline.gov.in/visa/</a> or contact your local Indian Consulate.</p>
<p>It turns out that many Indian consulates are requesting for an invitation letter from the conference host for a visa. In case you require an invitation letter, please send an email to <a href="mailto:[email protected]">[email protected]</a> with the title and abstract number of your paper, your affiliation and address and we will send back a scanned copy of the invitation letter within two working days.
</p>
<p>BDA-2015 has obtained required clearances from the following ministries, the copies of which are attached below. </p>
<ul>
<li>Clearance from Ministry of Home Affairs</li>
<li>Clearance from Ministry of Human Resource Development</li>
<li>Clearance from Ministry of External Affairs</li>
</ul>
</div>
</main>
<?php include('footer.php') ?>
</body>
</html>