-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
83 lines (75 loc) · 3.94 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/portfolio_gallery.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
</head>
<body>
<header class="header">
<a href="index.html"><img src="graphics/logo.png" alt="logo"></a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="nav-icon"></span></label>
<ul class="menu">
<li><a href="index.html">HOME</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="reference.html">REFERENCE</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
</header>
<div class="container">
<div class="welcome">
<div class="centered">About</div>
<img src="images/pages/about.jpg" alt="Hand Crafted Pens" />
</div>
<div class="spacing">
</div>
<div class="about-wrapper">
<div class="about-section">
<div class="left-section">
<div class="about-content">
<div class="about-title">
<h1>About Us</h1>
</div>
<p>The late Brian Jones MBE, a keen historian and pen enthusiast who edited ‘People, Pens and Production’ a definitive take of Birmingham’s Steel Pen Trade, spearheaded the establishment of a museum dedicated to honouring and celebrating
Birmingham’s 19th Century steel pen trade. With the support and commitment of fellow enthusiasts (Larry Hanks, Colin Giles and Ray Handley) the Pen Museum duly opened in 2001.
The Pen Museum promotes and preserves the important legacy of Birmingham’s pen trade, which, at its height employed an estimated 8,000 workers, of which 70% were women. The mass production of affordable pens helped improve literacy
worldwide and wherever a pen was used it had most likely been manufactured in Birmingham.
Thanks to the support of our landlord, Midlands Industrial Association, the Museum is based in a former pen factory constructed in 1863 to manufacture gold pen nibs. Now expanded into three galleries the Museum accommodates an extensive
and unique collection of pens, nibs, machinery and artefacts related to the pen trade. The Museum’s exhibition displays are complimented by trails, videos and interactive equipment that help bring to life the history of one of
Birmingham’s most famous industries and to narrate the lives of entrepreneurs, manufacturers and workers whose expertise placed Birmingham at the centre of this worldwide trade.</p>
</div>
<div class="about-image">
<img src="images/slideshow/4.png" alt="about">
</div>
</div>
</div>
</div>
</div>
<footer>
<ul class="list-footer">
<li><a href="index.html">HOME</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="reference.html">REFERENCE</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
<p class="text">
<a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="address">
<p>Unit 3, The Argent Centre, 60 Frederick Street, Birmingham, B1 3HS</p>
</div>
<div class="social-media">
<a target="_blank" href="http://www.facebook.com"><i class="fab fa-facebook"></i></a>
<a target="_blank" href="http://www.twitter.com"><i class="fab fa-twitter"></i></a>
<a target="_blank" href="http://www.instagram.com"><i class="fab fa-instagram"></i></a>
</div>
<p class="copyrights">Copyright © 2021 Stylus Emporium Museum. All Rights Reserved</p>
</footer>
</body>
</html>