-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
85 lines (81 loc) · 3.15 KB
/
index.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>HEPL - DCC - Développement Côté Client | </title>
<meta name="description" content="Cours Javascript 2019-2020">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="dist/css/style.min.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">Vous utilisez un navigateur <strong> obsolète </strong>. Veuillez <a
href="https://browsehappy.com/"> mettre à niveau
votre navigateur </a> pour améliorer votre expérience et votre sécurité.
</p>
<![endif]-->
<p class="no-js__message">
Pour accéder à toutes les fonctionnalités de ce site, vous devez activer JavaScript.
Voici les <a href="https://www.enable-javascript.com/fr/">
instructions pour activer JavaScript dans votre navigateur Web</a>.
</p>
<h1>Example Disclosure (Show/Hide) for Answers to Frequently Asked Questions</h1>
<dl class="faq">
<dt>
<button aria-expanded="false" aria-controls="faq1_desc">
What do I do if I have a permit for an assigned lot, but can't find a space there?
</button>
</dt>
<dd>
<p id="faq1_desc" class="desc">
Park at the nearest available parking meter without paying the meter
and call 999-999-9999 to report the problem. We will note and approve your alternate
location and will investigate the cause of the shortage in your assigned facility.
</p>
</dd>
<dt>
<button aria-expanded="false" aria-controls="faq2_desc">
What do I do if I lose my permit or if my permit is stolen?
</button>
</dt>
<dd>
<p id="faq2_desc" class="desc">
You should come to the Parking office and report the
loss. There is a fee to replace your lost permit. However, if your permit was stolen, a
copy of a police report needs to be submitted along with a stolen parking permit form for
a fee replacement exemption.
</p>
</dd>
<dt>
<button aria-expanded="false" aria-controls="faq3_desc">
Is there free parking on holidays?
</button>
</dt>
<dd>
<p id="faq3_desc" class="desc">
All facilities are restricted from 2:00 am - 6:00 am on all days. No
exceptions are made for any holiday or recess except those officially listed as a
<q>
Holidays
</q>
in the calendar. Please note: 24-hour rental spaces, 24-hour rental lots, and
disabled parking is enforced at all times.
</p>
</dd>
<dt>
<button aria-expanded="false" aria-controls="faq4_desc">
Do all parking facilities have the same enforcement rules?
</button>
</dt>
<dd>
<p id="faq4_desc" class="desc">
Some parking facility restrictions differ from others. Be sure to
take note of the signs at each lot entrance.
</p>
</dd>
</dl>
<script src="dist/js/script.min.js"></script>
</body>
</html>