-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.html
executable file
·580 lines (547 loc) · 27.7 KB
/
content.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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Content Template - WBG Templates</title>
<!-- SEO relevant meta data to describe content of page -->
<meta name="DC.Title" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="DC.Description" content="">
<!-- End SEO relevant meta data -->
<!-- Authoriser and maintainer related meta data - developers, don't forget humans.txt -->
<meta name="DC.Creator" content="The University of Melbourne">
<meta name="DC.Contributor" content="">
<meta name="author" content="">
<meta name="UM.Authoriser.Name" content="">
<meta name="UM.Authoriser.Title" content="">
<meta name="UM.Maintainer.Name" content="">
<meta name="UM.Maintainer.Department" content="">
<meta name="UM.Maintainer.Email" content="">
<!-- End authoriser and maintainer meta data -->
<!-- Static meta data -->
<meta name="DC.Rights" content="http://www.unimelb.edu.au/disclaimer">
<meta name="DC.Publisher" content="The University of Melbourne">
<meta name="DC.Format" content="text/html">
<meta name="DC.Language" content="en">
<meta name="DC.Identifier" content="http://www.unimelb.edu.au/">
<!-- End static meta data -->
<!-- Meta data to be autofilled -->
<meta name="DC.Date" content="">
<!--#config timefmt="%Y-%m-%d" --><meta name="DC.Date.Modified" content="<!--#echo var='LAST_MODIFIED' -->">
<!-- End meta data to be autofilled -->
<meta content="width=device-width; initial-scale=0.9;" name="viewport">
<!-- GLOBAL RESOURCES -->
<!-- DO NOT CHANGE -->
<link rel="stylesheet" href="http://brand.unimelb.edu.au/web-templates/1-1-0/css/complete.css">
<script src="http://brand.unimelb.edu.au/web-templates/1-1-0/js/complete.js"></script>
<link rel="stylesheet" href="http://brand.unimelb.edu.au/global-header/css/style.css">
<script src="http://brand.unimelb.edu.au/global-header/js/injection.js"></script>
<!-- /GLOBAL RESOURCES -->
<link rel="stylesheet" href="./css/custom.css" media="screen">
</head>
<body class="no-logo blue">
<div class="wrapper">
<div class="header">
<div class="hgroup">
<!-- <p><a href="#">The Faculty of Bar</a></p> -->
<h1><a href="#">The Graduate School of Foo</a></h1>
</div>
<hr>
</div>
<div class="main col-6" id="main-content" role="main">
<h1>Example content page</h1>
<p class="pullquote">This is a sample content page designed to show you how a standard content page is presented via The University of Melbourne Web Templates.</p>
<p>You can use this page to see many of the different styles available via the template. Please examine the source code of this page (and associated documentation at <a href="http://brand.unimelb.edu.au/docs" title="Web Template documentation">http://brand.unimelb.edu.au/docs</a>) for important accessibility and markup details.</p>
<hr class="visible">
<p>Much of the content here is completely made up and should really not be read in any detail. We've just added content to make it seem as if this is a normal page. </p>
<hr>
<p class="col-3 first">To be recognised as the leading higher education institution within Australia in the area of student mobility within five years, with a reputation for outstanding service, high quality and distinctive international opportunities, high level of staff and student satisfaction, and providing significant contributions to policy and practice in the education abroad field. With a reputation for outstanding service, high quality and distinctive international opportunities.</p>
<hr>
<p><strong>Standard blockquote</strong></p>
<blockquote>
<p>To be recognised as the leading higher education institution within Australia in the area of student mobility within five years.</p>
<p class="credit">Paul Tagell, University of Melbourne</p>
</blockquote>
<p><strong>Pullout blockquote</strong></p>
<blockquote class="pullout">
<p>To be recognised as the leading higher education institution within Australia in the area of student mobility within five years.</p>
</blockquote>
<hr>
<p>To be recognised as the leading higher education institution within Australia in the area of student mobility within five years, with a reputation for outstanding service, high quality and distinctive international opportunities, high level of staff and student satisfaction, and providing significant contributions to policy and practice in the education abroad field. With a reputation for outstanding service, high quality and distinctive international opportunities.</p>
<h2>Icon styles</h2>
<p>The styles below give you the ability to place emphasis on downloadable and playable media. There are also a range of button styles referencing social media. We will add to this over time.</p>
<a href="#" class="icon document">werkplaats_informations.pdf<em>(21mb)</em></a>
<hr>
<a href="#" class="icon document large" rel="pdf"><strong>Download</strong>werkplaats_informations.pdf<em>(21mb)</em></a>
<hr>
<a href="#" class="icon document large" rel="doc"><strong>Download</strong>werkplaats_informations.doc<em>(21mb)</em></a>
<hr>
<a href="#" class="icon media">Play ‘introduction speech’ video<em>(21mb)</em></a>
<hr>
<a href="#" class="icon media large"><strong>Play</strong>‘introduction<br> speech’ video<em>(21mb)</em></a>
<hr>
<a href="#" class="icon rss">RSS Feed</a>
<hr>
<a href="#" class="icon twitter">@unimelb</a>
<hr>
<a href="#" class="icon facebook">Unimelb on Facebook</a>
<h2>Code formatting</h2>
<p>An example of inline <code><code></code> formatting.</p>
<pre class="col-6 first"><code>var balanced_parens = function(str) {
var stack = arguments[1] || [];
if (str.charAt(0) == '')
return stack.length === 0;
else if (str.charAt(0) == '{')
stack.push(str);
else if (str.charAt(0) == '}')
if (!stack.pop()) return false;
return arguments.callee.call(this, str.substring(1), stack);
}
var test_strings = [
"{ level 1 { { level 3 } level 2 { level 3 } } }",
"{ level 1 { { { level 3 } level 2 { level 3 } } }",
"{ level 1 { { level 3 } level 2 { level 3 } } } }"
];
for (var i = test_strings.length - 1; i >= 0; i--) {
var str = test_strings[i];
console.log('"'+str+'" is '+(balanced_parens(str) ? 'well' : 'not well')+' balanced.'); as dasd asd asd asd asd asd asd
}</code></pre>
<hr>
<h2>Grid system</h2>
<p class="col-3 first">The grid system built into the templates allows you to create complex layouts quickly, consistently and easily. </p>
<p class="col-3">There are 8 columns in the grid. On pages such as this one the last two are reserved for local navigation. </p>
<p class="col-3 push-3-first">It is also possible to push content across using the 'push-<em>n</em>' class if you would like to leave a gap between the left hand margin and the content you are inserting. </p>
<p class="col-1 push-1-first">If the element is the first in a row, then use a classname of 'push-<em>n</em>-first', where <em>n</em> is the number of columns to push.</p>
<p class="col-1 push-1">If it isn't the first item, then use a classname of 'push-<em>n</em>'.</p>
<hr class="visible">
<h3>Ordered and unordered lists</h3>
<p class="col-3 first">The templates feature built in styling for ordered and unordered lists. This is an unordered list:</p>
<div class="col-3">
<ul>
<li>
<a href="index.html">there is a timetabling clash</a>
</li>
<li>
<a href="index.html">the pre-approved subject is no longer running</a>
</li>
<li>
<p><a href="index.html">a different subject looks more interesting</a></p>
</li>
<li>
<a href="index.html">the chosen subject is not available to exchange students</a>
</li>
<li>
<a href="index.html">the credit point value of the pre-approved subjects do not total the required credit load</a>
</li>
</ul>
</div>
<hr>
<div class="col-3 first"><p>This is an ordered list:</p></div>
<div class="col-3">
<ol>
<li>collect as much information about the new subject as possible, including contact hours, methods of assessment, a description of the topics covered and, importantly, credit point value;</li>
<li>email or fax this subject information to the Faculty advisor from the department that teaches subject at Melbourne and ask for approval to do the relevant subject(s), when you write to the advisor, if there are time restrictions, such as you must finalise all your subject changes by a certain time, please explain that clearly to the advisor; and</li>
<li>if approved, ask that copies of new subject approvals be sent also to Melbourne Global Mobility (and the Faculty advisor in your faculty where you are seeking credit for that subject, if the approval is not from that person), so that it can be noted on your file.</li>
</ol>
</div>
<hr>
<small>This is a small element which can be used for captions:</small>
<ul>
<li>For more information see the Australian Government Department of Foreign Affairs and Trade <a href="#">Online Registration webpage</a>.</li>
<li>For a full list of Australian missions overseas please go to the <a href="#">Australian Government Department of Foreign Affairs and Trade Australian Embassies, high commissions, consulates, multilateral missions and representative offices</a> webpage.</li>
</ul>
<h2>Table styling</h2>
<h3>Standard Table</h3>
<table>
<caption>There are inbuilt styles for tables. Please use this code to ensure you create something that is accessible.</caption>
<thead>
<tr>
<th scope="col">Contact method</th>
<th scope="col">Contact details</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Contact us</th>
<td>For more information please see the <a href="/about-mgm/contact-us.html" title="Contact us">contact us</a> webpage.</td>
</tr>
<tr>
<th scope="row">Student centres or faculties</th>
<td><a href="/outgoing/advisers/" title="Faculty advisers">Faculty advisors</a>
</td>
</tr>
<tr>
<th scope="row">Our overseas representatives</th>
<td><a href="http://www.mobility.unimelb.edu.au/incoming/planning/representatives.html" title="Overseas representatives">Find a representative in your country</a></td>
</tr>
<tr>
<th scope="row">Download</th>
<td>
<p>Current study abroad and exchange brochure<br>
<a href="/resources/newsletter-sept-zero-eight.pdf" title="Current newsletter for students and advisers" target="_blank">Current newsletter for students and advisors</a>
</p>
</td>
</tr>
<tr>
<th scope="row">
Additional information:<br>
<strong>Study abroad and exchange student support office</strong>
</th>
<td>
See the <a href="http://www.services.unimelb.edu.au/international/saex/" title="Support Office" target="_blank">Support Office</a> for information on:
<ul>
<li>Arrival and airport reception</li>
<li>Melbourne Welcome</li>
<li>Enrolment and Orientation</li>
</ul>
</td>
</tr>
<tr>
<th scope="row">Student Union</th>
<td>
<a href="http://union.unimelb.edu.au/" title="The Student Union" target="_blank">The Student Union</a> has a variety of services for students. You might like to check out the <a href="http://union.unimelb.edu.au/clubs" title="Clubs and societies" target="_blank">Clubs and societies</a> (including the Melbourne University Student Exchange Club — MUSEx)
</td>
</tr>
</tbody>
</table>
<hr class="visible">
<h3>Template-styled Table</h3>
<table class="wbg col-6 first">
<caption>There are inbuilt styles for tables. Please use this code to ensure you create something that is accessible.</caption>
<thead>
<tr>
<th scope="col">Contact method</th>
<th scope="col">Contact details</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Contact us</th>
<td>For more information please see the <a href="/about-mgm/contact-us.html" title="Contact us">contact us</a> webpage.</td>
</tr>
<tr>
<th scope="row">Student centres or faculties</th>
<td><a href="/outgoing/advisers/" title="Faculty advisers">Faculty advisors</a>
</td>
</tr>
<tr>
<th scope="row">Our overseas representatives</th>
<td><a href="http://www.mobility.unimelb.edu.au/incoming/planning/representatives.html" title="Overseas representatives">Find a representative in your country</a></td>
</tr>
<tr>
<th scope="row">Download</th>
<td>
<p>Current study abroad and exchange brochure<br>
<a href="/resources/newsletter-sept-zero-eight.pdf" title="Current newsletter for students and advisers" target="_blank">Current newsletter for students and advisors</a>
</p>
</td>
</tr>
<tr>
<th scope="row">
Additional information:<br>
<strong>Study abroad and exchange student support office</strong>
</th>
<td>
See the <a href="http://www.services.unimelb.edu.au/international/saex/" title="Support Office" target="_blank">Support Office</a> for information on:
<ul>
<li>Arrival and airport reception</li>
<li>Melbourne Welcome</li>
<li>Enrolment and Orientation</li>
</ul>
</td>
</tr>
<tr>
<th scope="row">Student Union</th>
<td>
<a href="http://union.unimelb.edu.au/" title="The Student Union" target="_blank">The Student Union</a> has a variety of services for students. You might like to check out the <a href="http://union.unimelb.edu.au/clubs" title="Clubs and societies" target="_blank">Clubs and societies</a> (including the Melbourne University Student Exchange Club — MUSEx)
</td>
</tr>
</tbody>
</table>
<h2>Form and message styling</h2>
<p>The following classes have been included to allow you to create attractive forms (and associated messages) with ease. These have been coded in an accessible fashion, so please examine source code to ensure compliance.</p>
<h3>Form message styles</h3>
<p>Lorem ipsum</p>
<div class="message">
<p>Don't forget to enter your password correctly.</p>
</div>
<div class="message error">
<p>There waz erros.</p>
<ul>
<li><strong>Username</strong> is required</li>
<li><strong>Password</strong> is required</li>
</ul>
</div>
<div class="message alert">
<p>Congratulations!</p>
<ul>
<li><strong>Username</strong> is correct</li>
<li><strong>Password</strong> is correct</li>
</ul>
</div>
<h3>Standard Form</h3>
<p>This represents the standard form styling that will be applied to any form.</p>
<form>
<fieldset>
<legend>Use this form to get in contact with us</legend>
<h5>Basic details</h5>
<label class="required" for="firstname">First name</label>
<input type="text" name="firstname" value="" id="firstname" placeholder="First name">
<label for="lastname">Last name</label>
<input type="text" name="lastname" value="" id="lastname" placeholder="Last Name">
<label for="email">Email address</label>
<input type="email" name="email" value="" id="email" placeholder="your@email.com">
<p><em>Please enter a valid email address</em></p>
</fieldset>
<fieldset>
<legend>Gender</legend>
<p>Gender options:</p>
<label for="male">
<input type="radio" name="gender" value="male" id="male">
Male
</label>
<label for="female">
<input type="radio" name="gender" value="female" id="female">
Female
</label>
<label for="other">
<input type="radio" name="gender" value="other" id="other">
Neither of these terms describe me
</label>
</fieldset>
<fieldset>
<legend>Requirements</legend>
<p>Dietary Requirements:</p>
<label for="gluten">
<input type="checkbox" name="dietary-requirements" value="gluten" id="gluten">
Gluten allergies
</label>
<label for="lactose">
<input type="checkbox" name="dietary-requirements" value="lactose" id="lactose">
Lactose intolerant
</label>
<label for="bananas">
<input type="checkbox" name="dietary-requirements" value="other" id="bananas">
Don't like bananas
</label>
</fieldset>
<fieldset>
<legend>What can we do for you?</legend>
<label for="support">Support issue</label>
<textarea type="text" name="support" id="support" placeholder="What can we help you with?"></textarea>
</fieldset>
<fieldset>
<legend>What size head do you have?</legend>
<label for="headsize">Head size</label>
<select name="headsize" id="headsize" onchange="" size="1">
<option value="option1">Small</option>
<option value="option2">Medium</option>
<option value="option2">Large</option>
<option value="option2">Megamind</option>
</select>
</fieldset>
<fieldset>
<legend>Error highlighting</legend>
<label for="email-error" class="errored">Email address</label>
<input type="email" name="email" value="" id="email-error" placeholder="your@email.com" class="errored">
<label for="support-error" class="errored">Support issue</label>
<textarea type="text" name="support" id="support-error" placeholder="What can we help you with?" class="errored"></textarea>
<label for="male-error" class="errored">
<input type="radio" name="gender" value="male" id="male-error">
Male
</label>
<label for="gluten-error" class="errored">
<input type="checkbox" name="dietary-requirements" value="gluten" id="gluten-error">
Gluten allergies
</label>
</fieldset>
<fieldset>
<input type="submit" value="Submit">
<button type="submit">Submit</button>
</fieldset>
</form>
<hr class="visible">
<h3>Template-styled Form</h3>
<p>Lorem ipsum.</p>
<form class="wbg">
<fieldset>
<h4>Basic details</h4>
<label class="col-2 required" for="firstname2">First name</label>
<input class="col-3" type="text" name="firstname" value="" id="firstname2" placeholder="First name">
<label class="col-2" for="lastname2">Last name</label>
<input class="col-3" type="text" name="lastname" value="" id="lastname2" placeholder="Last Name">
<label class="col-2" for="email2">Email address</label>
<input class="col-3" type="email" name="email" value="" id="email2" placeholder="your@email.com">
<p class="push-2"><em>Please enter a valid email address</em></p>
</fieldset>
<fieldset>
<h4>Gender</h4>
<label class="col-2">Gender</label>
<div class="follower col-3">
<label for="male2">
<input type="radio" name="gender" value="male" id="male2">
Male
</label>
<label for="female2">
<input type="radio" name="gender" value="female" id="female2">
Female
</label>
<label for="other2">
<input type="radio" name="gender" value="other" id="other2">
Neither of these terms describe me
</label>
</div>
</fieldset>
<fieldset>
<h4>Dietary Requirements</h4>
<label class="col-2">Requirements</label>
<div class="follower col-3">
<label for="gluten2">
<input type="checkbox" name="dietary-requirements" value="gluten" id="gluten2">
Gluten allergies
</label>
<label for="lactose2">
<input type="checkbox" name="dietary-requirements" value="lactose" id="lactose2">
Lactose intolerant
</label>
<label for="bananas2">
<input type="checkbox" name="dietary-requirements" value="other" id="bananas2">
Don't like bananas
</label>
</div>
</fieldset>
<fieldset>
<h4>What can we do for you?</h4>
<label class="col-2" for="support2">Support issue</label>
<textarea class="col-3" type="text" name="support" id="support2" placeholder="What can we help you with?"></textarea>
</fieldset>
<fieldset class="errored">
<h4>Error highlighting</h4>
<label for="email2-error" class="col-2 errored">Email address</label>
<input type="email" name="email" value="" id="email2-error" placeholder="your@email.com" class="col-3 errored">
<label for="support2-error" class="col-2 errored">Support issue</label>
<textarea type="text" name="support" id="support2-error" placeholder="What can we help you with?" class="col-3 errored"></textarea>
<label class="col-2 errored">Erroring fields</label>
<div class="follower col-3">
<label for="male2-error" class="errored">
<input type="radio" name="gender" value="male" id="male2-error">
Male
</label>
<label for="gluten2-error" class="errored">
<input type="checkbox" name="dietary-requirements" value="gluten" id="gluten2-error">
Gluten allergies
</label>
</div>
</fieldset>
<fieldset>
<h4>What size head do you have?</h4>
<label class="col-2" for="headsize2">Head size</label>
<select class="col-2" name="headsize" id="headsize2" onchange="" size="1">
<option value="option1">Small</option>
<option value="option2">Medium</option>
<option value="option2">Large</option>
<option value="option2">Megamind</option>
</select>
</fieldset>
<fieldset>
<div class="push-2">
<input type="submit" value="Submit">
<button type="submit">Submit</button>
</div>
</fieldset>
</form>
</div>
<div class="aside col-2">
<div class="nav first" role="navigation">
<h2>Example Navigation</h2>
<ul>
<li><a href="#">About Melbourne Global Mobility</a>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">What's New</a></li>
<li><a href="#">Resources for faculty staff</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</li>
<li><a href="#">Information for incoming students</a>
<ul>
<li>
<a href="#">Study Abroad and other programs</a>
<ul>
<li>
<a href="#">While overseas</a>
<ul>
<li>
<a href="#">Inner while overseas</a>
<ul>
<li><a href="content.html">Inner inner while not overseas</a></li>
</ul>
</li>
<li><a href="#">Inner while not overseas</a></li>
</ul>
</li>
<li><a href="#">While not overseas</a></li>
</ul>
</li>
<li><a href="#">Funding</a></li>
<li>
<a href="#">Apply for exchange</a>
<ul>
<li><a href="#">While overseas</a></li>
<li><a href="#">While not overseas</a></li>
</ul>
</li>
<li><a href="#">Returning Students</a></li>
<li><a href="#">Universitas 21</a></li>
</ul>
</li>
<li><a href="#">Information for outgoing students</a>
<ul>
<li><a href="#">Study at Melbourne</a></li>
<li><a href="#">Applying for study</a></li>
<li><a href="#">What can I study?</a></li>
<li><a href="#">Before you apply</a></li>
<li><a href="#">After you apply</a></li>
<li><a href="#">Life on campus</a></li>
<li><a href="#">Returning Home</a></li>
<li><a href="#">More information</a></li>
</ul>
</li>
</ul>
</div>
<div class="aside" role="complementary">
This is an example of an aside (or complementary) piece of information. Note: this is not stored in the nav, but in it's own aside div with a specific ARIA role.
</div>
</div>
<hr>
</div>
<hr>
<div class="footer">
<div id="local" class="wrapper">
<p class="footertitle">The Graduate School of Foo</p>
<div id="org-details" class="col-2">
<p><strong>The Faculty of Bar</strong></p>
<p class="location">Level 4, 198 Berkely Street <br> The University of Melbourne <br>Parkville 3010 VIC Australia</p>
</div>
<ul class="col-2">
<li><strong>Phone:</strong> +61 3 8344 1670</li>
<li><strong>Fax:</strong> +61 3 8344 1670</li>
<li><strong>Email:</strong> <a href="#">Make an enquiry</a></li>
<li class="social">
<a href="#" class="icon facebook">Facebook</a>
<a href="#" class="icon twitter">Twitter</a>
</li>
</ul>
<ul class="col-2">
<li><strong>Authoriser:</strong>
<br>Communications Manager</li>
<li><strong>Maintainer:</strong><br>
Pat Doe, Faculty of Bar</li>
</ul>
<hr>
</div>
</div>
</body>
</html>