-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathvisa.html
More file actions
102 lines (94 loc) · 5.23 KB
/
Copy pathvisa.html
File metadata and controls
102 lines (94 loc) · 5.23 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>SyntaxFest 2025 | Visa</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" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<nav id="nav" style="font-size: 22px;">
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li class="has-dropdown">
<a href="calls.html"><span>Calls</span></a>
<ul class="dropotron">
<li style="white-space: nowrap;"><a href="cfp_tlt.html" style="display: block;">TLT</a></li>
<li style="white-space: nowrap;"><a href="cfp_depling.html" style="display: block;">DepLing</a></li>
<li style="white-space: nowrap;"><a href="cfp_udw.html" style="display: block;">UDW</a></li>
<li style="white-space: nowrap;"><a href="cfp_iwpt.html" style="display: block;">IWPT</a></li>
<li style="white-space: nowrap;"><a href="cfp_quasy.html" style="display: block;">QUASY</a></li>
</ul>
</li>
<li><a href="committees.html"><span>Committees</span></a></li>
<li class="has-dropdown">
<a href="programme.html"><span>Programme</span></a>
<ul class="dropotron">
<li style="white-space: nowrap;"><a href="programme.html" style="display: block;">Schedule</a></li>
<li style="white-space: nowrap;"><a href="keynotes.html" style="display: block;">Keynote Speakers</a></li>
<li style="white-space: nowrap;"><a href="author_instructions.html" style="display: block;">Author Instructions</a></li>
<li style="white-space: nowrap;"><a href="social_events.html" style="display: block;">Social Events</a></li>
<li style="white-space: nowrap;"><a href="photo_highlights.html" style="display: block;">Photo Highlights</a></li>
</ul>
</li>
<li><a href="registration.html"><span>Registration</span></a></li>
<li class="has-dropdown">
<a href="venue.html"><span>Location</span></a>
<ul class="dropotron">
<li style="white-space: nowrap;"><a href="venue.html" style="display: block;">Venue</a></li>
<li style="white-space: nowrap;"><a href="lunch.html" style="display: block;">Lunch</a></li>
<li style="white-space: nowrap;"><a href="travel.html" style="display: block;">Travel</a></li>
<li style="white-space: nowrap;"><a href="accommodation.html" style="display: block;">Accommodation</a></li>
<li style="white-space: nowrap;"><a href="Slovenia.html" style="display: block;">Slovenia</a></li>
<li style="white-space: nowrap;"><a href="recommendations.html" style="display: block;">Recommendations</a></li>
<li style="white-space: nowrap;"><a href="visa.html" style="display: block;">Visa</a></li>
</ul>
</li>
<li><a href="https://syntaxfest.github.io/" target="_blank"><span>Past events</span></a></li>
</ul>
</nav>
</div>
</section>
<!-- Main Content -->
<section id="main">
<div class="container">
<div id="content">
<!-- Registration Section -->
<article class="box post">
<header>
<h2>Visa Information</h2>
</header>
<p>
Some participants may need a visa to enter Slovenia, which is part of the <strong>Schengen Area</strong>. If this applies to you, please contact the relevant Slovenian embassy or consulate (or the consulate of another country representing Slovenia) as early as possible, as visa processing times can vary significantly. In most cases, you will need to apply for a <strong>short-stay Schengen visa (Type C)</strong>, which allows stays of up to 90 days within a 180-day period. You can read more about the visa application procedures <a href="https://www.gov.si/en/topics/entry-and-residence#e53413" target="_blank">here</a>.<br><br>
If you require a Letter of Invitation or a Letter of Guarantee to support your visa application, please email us at <a href="mailto:syntaxfest2025@ff.uni-lj.si">syntaxfest2025@ff.uni-lj.si</a>. <br>
Letters of invitation will be issued after registration and payment. Please note that issuing a letter can take up to 14 days and, in exceptional cases, may require additional documentation.
</p>
</article>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div id="copyright" class="container">
<ul class="links">
<li><a href="https://x.com/syntaxfest2025" target="_blank">SyntaxFest2025</a></li>
<li>Contact: syntaxfest2025@ff.uni-lj.si</li>
<li>Design based on Strongly Typed from <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.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>