-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcan-i-stay-more-than-90-days-in-nl.html
180 lines (176 loc) · 5.15 KB
/
can-i-stay-more-than-90-days-in-nl.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
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="nl-NL">
<head>
<meta
http-equiv="Content-Type"
content="text/html; charset=UTF-8"
>
<meta
http-equiv="x-ua-compatible"
content="ie=edge"
>
<title>Can I stay more than 90 days in the Netherlands? | 1overheid</title>
<meta
name="description"
content="Prototype voor 1overheid: informatie, diensten, beleid en bestuur"
>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta name="robots" content="noindex">
<link
rel="stylesheet"
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
>
<link
rel="stylesheet"
href="css/style.css"
>
<link
rel="stylesheet"
href="css/additional.css"
>
</head>
<body cz-shortcut-listen="true">
<!-- include header -->
<div azdpc-include-html="header-en.html"></div>
<!-- Logged in as Asha / banner -->
<banner>
<div class="loggedInElm">
<div
id="login-foldout"
class="navbar-pinned expanded"
>
<div class="container-fluid">
<div class="navbar-pinned-content">
<div class="row align-items-center">
<div class="col-8">
Logged in as Asha Martinez
</div>
<div class="col-4">
<button class="btn btn-success logoutBtn float-right">Logout</button>
</div>
</div>
</div>
</div>
</div>
</div>
</banner>
<main>
<section class="actionable">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<ul class="breadcrumb">
<li class="d-none d-md-block"><a href="home-en.html">Home</a></li>
<li><a href="visa-and-immigration.html">Visa and immigration</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-10 offset-lg-1 col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 notVisibleInFrame">
<h1>Can I stay longer than 90 days in the Netherlands?</h1>
<p>
If you want to stay in the Netherlands for more than 90 days you might need a long-stay visa and /
or a
residence permit. And you need to register yourself at a municipality. The exact steps you need to
take depend, amongst other things, on your nationality
and the purpose of your stay.
</p>
<!--h3 class="vireo-light mt-3">Suggestion</h3>-->
<div class="callout callout-primary">
<p>Find out exactly what you need to arrange when you are staying for more than 90 days with our
information on <a href="moving-to-the-netherlands.html">moving to the Netherlands </a>.
</p>
</div>
<p></p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
</div>
</main>
<div
class="modal fade loginmodal"
id="loginToStartForm"
tabindex="-1"
role="dialog"
aria-labelledby="modal-header"
aria-hidden="true"
>
<div
class="modal-dialog modal-dialog-centered"
role="document"
>
<div class="modal-content">
<div class="modal-header">
<h3
class="modal-title"
id="modal-header"
>
<img
src="img/digid-logo.svg"
alt="digid"
> Login met DigiD
</h3>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<form>
<div class="modal-body">
<div class="form-group">
<label for="gebruikersnaam">DigiD gebruikersnaam</label>
<input
type="text"
class="form-control"
id="gebruikersnaam"
placeholder="DigiD gebruikersnaam"
value="asha_madhavan"
>
</div>
<div class="form-group">
<label for="wachtwoord">Wachtwoord</label>
<input
type="password"
class="form-control"
id="wachtwoord"
placeholder="Wachtwoord"
value="********"
>
</div>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-primary"
id="loginAndStartBtn"
>Inloggen</button>
</div>
</form>
</div>
</div>
</div>
</main>
<!-- Include footer -->
<div azdpc-include-html="footer-en.html"></div>
<script src="js/main.js"></script>
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
crossorigin="anonymous"
></script>
</body>
</html>