-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
executable file
·81 lines (74 loc) · 2.68 KB
/
about.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
<?php require_once'header.php';?>
<div id="topbar">
<div id="title">About Us</div>
<div id="leftnav">
<a href="index.php"><img alt="home" src="images/home.png" /></a></div>
</div>
<div id="content">
<ul class="pageitem">
<li class="textbox">
<p>
A major component of Howard County's strong education system, Howard County Library System (HCLS)
is a nationally recognized leader among the great public libraries that delivers high-quality
public education for all ages. We invite you to peruse our web site for all three pillars of our
unparalleled curriculum:<br />
<ol>
<li>
<strong>Self-Directed Education:</strong> Find books and materials in all formats from our
collection of one million items housed at our six branches, and a vast array of e-resources
- all made conveniently available to you by our experts.
</li>
<li>
<strong>Research Assistance & Instruction:</strong> Sign up for our exceptional line-up of classes,
seminars, and workshops for infants, toddlers, children, teens, and adults taught by HCLS instructors;
and learn about our adult basic education initiative, HCLS Project Literacy, where instructors
and volunteer tutors have taught English, basic math, and life skills to nearly 6,000 students from
38 countries. As part of Cultural Connections, we also process passport applications at our East Columbia Branch.
</li>
<li>
<strong>Instructive & Enlightening Experiences:</strong> Discover our community partnerships, including A+
Partners in Education, Choose Civility, and Well & Wise, as well as our many signature events, such as the HCLS
Spelling Bee, BumbleBee, Battle of the Books, DEAR (Dogs Educating and Assisting Readers), HCLS Rube Goldberg Challenge,
5K & Family Fun Run, Summer Reading Kickoff, best-selling author events, and Evening in the Stacks.
</li>
</ol>
</p>
</li>
</ul>
</div>
<!-- <div id="topbar">
<div id="title">About Us</div>
<div id="leftnav">
<a href="index.php"><img alt="home" src="images/home.png"/></a>
</div>
</div>
<div id="content">
<ul class="pageitem">
<li class="menu">
<a href="company.php">
<span class="name">Company </span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="leadership.php">
<span class="name">Leadership</span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="innitiatives.php">
<span class="name">Initiatives </span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="news-events.php">
<span class="name">Employment </span>
<span class="arrow"> </span>
</a>
</li>
</ul>
</div> -->
<?php require_once 'footer.php';?>
</html>