-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSupport.html
More file actions
251 lines (198 loc) · 7.96 KB
/
Copy pathSupport.html
File metadata and controls
251 lines (198 loc) · 7.96 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!doctype html>
<html lang="en">
<!-- Mirrored from vetra.laborasyon.com/demos/default/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 20 Dec 2021 11:34:21 GMT -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> Personal Banking | PNC Support </title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/favicon.png" />
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com/">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap"
rel="stylesheet">
<!-- Bootstrap icons -->
<link rel="stylesheet" href="dist/icons/bootstrap-icons-1.4.0/bootstrap-icons.min.css" type="text/css">
<!-- Bootstrap Docs -->
<link rel="stylesheet" href="dist/css/bootstrap-docs.css" type="text/css">
<!-- Slick -->
<link rel="stylesheet" href="libs/slick/slick.css" type="text/css">
<!-- Main style file -->
<link rel="stylesheet" href="dist/css/app.min.css" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- preloader -->
<div class="preloader">
<img src="./img/logo2.png" alt="logo">
<div class="preloader-icon"></div>
</div>
<!-- ./ preloader -->
<!-- menu -->
<div class="menu">
<div class="menu-header">
<a href="./dashboard.html" class="menu-header-logo">
<img src="./img/logo2.png" alt="logo">
</a>
<a href="./dashboard.html" class="btn btn-sm menu-close-btn">
<i class="bi bi-x"></i>
</a>
</div>
<div class="menu-body">
<div class="dropdown">
<a href="#" class="d-flex align-items-center" data-bs-toggle="dropdown">
<div>
<div class="fw-bold">Jack Walter</div>
</div>
</a>
<div class="dropdown-menu dropdown-menu-end">
<a href="./profile.html" class="dropdown-item d-flex align-items-center">
<i class="bi bi-person dropdown-item-icon"></i> Profile
</a>
<a href="#" class="dropdown-item d-flex align-items-center">
<i class="bi bi-envelope dropdown-item-icon"></i> Inbox
</a>
<a href="./settings.html" class="dropdown-item d-flex align-items-center">
<i class="bi bi-gear dropdown-item-icon"></i> Settings
</a>
<a href="index.html" class="dropdown-item d-flex align-items-center text-danger">
<i class="bi bi-box-arrow-right dropdown-item-icon"></i> Logout
</a>
</div>
</div>
<ul>
<li>
<a href="./dashboard.html">
<span class="nav-link-icon">
<i class="bi bi-bar-chart"></i>
</span>
<span>Dashboard</span>
</a>
</li>
<li>
<a href="./profile.html">
<span class="nav-link-icon">
<i class="bi bi-receipt"></i>
</span>
<span>Profile</span>
</a>
</li>
<li>
<a href="Transfer.html">
<span class="nav-link-icon">
<i class="bi bi-receipt"></i>
</span>
<span>Transfer to Account</span>
</a>
</li>
<li>
<a href="Cards.html">
<span class="nav-link-icon">
<i class="bi bi-wallet2"></i>
</span>
<span>Cards and Accounts</span>
</a>
</li>
<li>
<a class="active" href="Support.html">
<span class="nav-link-icon">
<i class="bi bi-person-badge"></i>
</span>
<span>Support</span>
</a>
</li>
<li>
<a href="./settings.html">
<span class="nav-link-icon">
<i class="bi bi-gear"></i>
</span>
<span>Settings</span>
</a>
</li>
<li>
<a href="./index.html" >
<span class="nav-link-icon">
<i class="bi bi-lock"></i>
</span>
<span>Logout</span>
</a>
</li>
</ul>
</div>
</div>
<!-- ./ menu -->
<!-- layout-wrapper -->
<div class="layout-wrapper">
<!-- header -->
<div class="header">
<div class="menu-toggle-btn">
<!-- Menu close button for mobile devices -->
<a href="#">
<i class="bi bi-list"></i>
</a>
</div>
<!-- Logo -->
<a href="./dashboard.html" class="logo">
<img width="100" src="./img/logo2.png" alt="logo">
</a>
<!-- ./ Logo -->
</div>
<!-- ./ header -->
<!-- content -->
<div class="content ">
<h2>Support</h2>
<div class="row">
<div class="col-md-6">
<h4>Have any questions about the system?</h4>
<table class="table table-stripe">
<tr>
<th>
Posted Date
</th>
<th>
Ticket Number
</th>
</tr>
</table>
</div>
<div class="col-md-6">
<br><br>
<input type="text" class="form-control" placeholder="Ticket Number">
<br>
<input type="text" class="form-control" placeholder="Title">
<br>
<textarea name="" id="" cols="20" rows="5" placeholder="Message" class="form-control">
</textarea>
<br>
<button class="btn btn-danger">Submit Ticket</button>
</div>
</div>
</div>
<!-- ./ content -->
<!-- content-footer -->
<footer class="content-footer">
<div>© 2021 - <a href="#">PNC</a></div>
</footer>
<!-- ./ content-footer -->
</div>
<!-- ./ layout-wrapper -->
<!-- Bundle scripts -->
<script src="libs/bundle.js"></script>
<!-- Apex chart -->
<script src="libs/charts/apex/apexcharts.min.js"></script>
<!-- Slick -->
<script src="libs/slick/slick.min.js"></script>
<!-- Examples -->
<script src="dist/js/examples/dashboard.js"></script>
<!-- Main Javascript file -->
<script src="dist/js/app.min.js"></script>
<script>
$(function () {
});
</script>
</body>
</html>