-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_guestview.html
71 lines (60 loc) · 2.44 KB
/
contact_guestview.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact GRT</title>
<link href="reset.css" rel="stylesheet">
<link href="css/stylesdash.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="content_main_container">
<div class="content_sub_container">
<div class="banner_container">
<p class="grt_logo_container"><img class="grt_logo_image" src="images/grt-logo.png"></p>
<p class="banner_title"><b>Contact Grand River Transit</b></p>
</div>
<nav class="navbar">
<button class="navbar_button" onclick="window.location.href='index.html'">Sign In</button>
</nav>
<div class="content">
<div>
<p><b>Customer service:</b></p>
<p>
<ul>
Phone: 519-585-7555 (available 24/7)
</ul>
<ul>
TTY (Deaf and hard of hearing): 519-575-4608 (available 24/7)
</ul>
</p>
</div>
<div>
<p><b>GRT Customer Service Centre:</b></p>
<p>
<ul>
105 King St. E. (corner of King and Benton streets)
<ul>Monday-Friday: 7 am - 7:30 pm</ul>
<ul>Saturday/Sunday/holidays: 8:15 am - 6:30 pm</ul>
</ul>
</p>
</div>
<div>
<p><b>Mailing Address:</b></p>
<p>
<ul>
Grand River Transit, 250 Strasburg Rd, Kitchener ON N2E 3M6
</ul>
</p>
</div>
<div>
<p><b>More information can be found <a href="https://www.grt.ca/en/about-grt/contact-us.aspx"><b><u>HERE</u></b></a>.</b></p>
</div>
</div>
<div class="footer">
<p class="footer_text">All information used herein is property of Grand River Transit, Waterloo ON.</p>
</div>
</div>
</div>
</body>
</html>