-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQ.html
More file actions
30 lines (30 loc) · 1.4 KB
/
FAQ.html
File metadata and controls
30 lines (30 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<title>Mijn pagina</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="profile page.html">Profile</a></li>
<li><a href="dashboard.html">Dashboard</a></li>
<li><a class="active" href="FAQ.html">FAQ</a></li>
<li><a href="profession.html">Profession</a></li>
<li><a href="motivation.html">Motivation</a></li>
</ul>
<div class="layout">
<h1>FAQ</h1>
<div>
<h4>Hoe kun je een document uitprinten op het HZ vanaf je laptop?</h4>
<p>Door de printer te selecteren en dan naar de printer te gaan met je pasje in te logen en dan afdruken.</p>
<h4>Hoe kun je een document scannen en naar je laptop stuuren?</h4>
<p>Door in te logen met je pasje bij de printer het document in te scannen en in een bestand te zetten zodat je het in microsoft office 365 kunt openen.</p>
<h4>Wat moet je doen als je ziek/symptomen van het corona virus hebt?</h4>
<p>Thuis blijven en het programma online volgen.</p>
<h4>Wat zijn de instructies als je je auto wilt parkeeren op het HZ terein?</h4>
<p>Het is niet mogelijk op het HZ terein te parkeeren. De dichtsbijzijnde gratis parkeerplaats is het parkeerterein van PZEM aan de Poeendaelesingel 10.</p>
</div>
</div>
</body>
</html>