-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
27 lines (20 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About | Digital Collections | WSULS</title>
<meta name="viewport" content="initial-scale=1">
<!-- load site-wide dependencies -->
<?php include('inc/site_wide_depends.php'); ?>
<!-- page specific dependencies -->
</head>
<body>
<?php include('inc/header.php'); ?>
<div class="container">
<h2>About</h2>
<p class="push">The Wayne State University Library System, through its digital publishing initiatives, strives to bring unique, important, or institutionally relevant content to Wayne State University’s academic community and to the larger world. Our Digital Collections represent text, images, and audiovisual material that support this mission through a diversity of projects.</p>
<p>The Library System's Digital Collections are created through grant-funded partnerships with a range local cultural and educational institutions; digitization of material held in our special collections and archives; and licensed materials from publishers. Our collections, provided through a handful of interrelated systems, support research, teaching and learning across multiple disciplines, in the classroom and beyond. Over 50,000 images and texts celebrate Detroit's contributions to the arts, fashion, history, architecture, interior design, medicine, and more.</p>
</div>
<?php include('inc/footer.php'); ?>
</body>
</html>