-
Notifications
You must be signed in to change notification settings - Fork 0
/
york.php
104 lines (97 loc) · 5.28 KB
/
york.php
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
<!DOCTYPE html>
<html>
<head>
<?php include 'head.php'; ?>
<title>Nicholson Library | Anderson University</title>
</head>
<body>
<header>
<?php include 'header.php'; ?>
</header>
<main>
<div class="container">
<nav><a href="/">Home</a> / York Festival</nav>
<section class="content">
<h2 class="contentTitle">Elizabeth York Children's Literature Festival</h2>
<div class="contentContent">
<div>
<p class="justify-content-center"><img class="img-fluid banner-img" alt="Elizabeth York Children's Literature Festival" data-align="left" data-entity-type="file" data-entity-uuid="04ae7a2c-ac7d-4a12-9e88-da9c8182c4e5" src="assets/images/2019-York-Childrens-Literature-Festival-banner.png" /></p>
<div>
<p class="text-align-center">The 2019 Elizabeth York Children's Literature Festival will be held in the <a href="https://map.concept3d.com/?id=1087#!m/222407" target="_blank">Hartung Hall room 101</a> and is free and open to the public.</p>
</div>
</div>
<div class="york-presenters">
<h3 class="york-presenters-title">2019 Presenters</h3>
<div class="d-flex justify-content-center flex-wrap">
<div class="york-presenter-profile p-2 flex-fill justify-content-center">
<a href="http://www.shannonisteaching.com" target="_blank"><img alt="Shannon Anderson" src="/drupal/drupal-8/sites/default/files/inline-images/Shannon%20Anderson%202019.png"/></a>
<h4 class="york-presenter-profile-name"><a href="http://www.shannonisteaching.com" target="_blank">Shannon Anderson</a></h4>
</div>
<div class="york-presenter-profile p-2 flex-fill justify-content-center">
<a href="https://www.noblemania.com" target="_blank"><img alt="Marc Tyler Nobleman" src="/drupal/drupal-8/sites/default/files/inline-images/Marc%20Tyler%20Nobleman.png"/></a>
<h4 class="york-presenter-profile-name"><a href="https://www.noblemania.com" target="_blank">Marc Tyler Nobleman</a></h4>
</div>
<div class="york-presenter-profile p-2 flex-fill justify-content-center">
<a href="http://christinawald.com" target="_blank"><img alt="Christina Wald" src="/drupal/drupal-8/sites/default/files/inline-images/Christina%20Wald.jpg"/></a>
<h4 class="york-presenter-profile-name"><a href="http://christinawald.com" target="_blank">Christina Wald</a></h4>
</div>
</div>
</div>
<table class="table table-striped flex-fill york-schedule">
<thead>
<tr>
<th colspan="2">
<h4><u>Schedule for the Day</u></h4>
</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="2">*These workshops qualify for Professional Growth Points (PGP) and LEUs for librarians (1 each)</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>8:00 - 8:20a</td>
<td>Check-in and Light Refreshments</td>
</tr>
<tr>
<td>8:20 - 8:30</td>
<td>Welcome & Introductions</td>
</tr>
<tr>
<td>8:30 - 9:30</td>
<td>Christina Wald, illustrator*</td>
</tr>
<tr>
<td>9:30 - 9:45</td>
<td>Break</td>
</tr>
<tr>
<td>9:45 - 10:45</td>
<td>Shannon Anderson, author*</td>
</tr>
<tr>
<td>10:45 - 11:00</td>
<td>Break</td>
</tr>
<tr>
<td>11:00 - 12:00p</td>
<td>Mark Tyler Nobleman, author*</td>
</tr>
<tr>
<td>12:00 - 12:30</td>
<td>Book Sales and Signings</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</main>
<footer>
<?php include 'footer.php' ?>
</footer>
<?php include 'add-js.php'; ?>
</body>
</html>