generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locations.html
145 lines (139 loc) · 9.31 KB
/
locations.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link href="assetts/css/style.css" rel="stylesheet">
<title>Naturally Sandwell ¦ West Smethwick Park</title>
</head>
<body>
<!-- Header navbar using Bootstrap-->
<header>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark shadow bg-body rounded">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">Naturally Sandwell </a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Locations
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" aria-current="page" href="locations.html">West Smethwick Park</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="signup.html">Sign Up</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container px-0">
<div class="row">
<div class="col-12 park-title">
<h2>West Smethwick Park</h2>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col no-show park-info-large">
<h3>The Park <i class="fas fa-tree"></i></h3>
<p>West Smethwick Park opened on the 7th September 1895. The park was bought and laid out by the Victorian industrialist Sir James Timmins Chance as ‘a gift to the public forever’. The land cost £15,000 to buy and another £15,000 to layout.
Equivalent to around £4 million in 2020! <br>It is owned and maintained by <a href="https://www.sandwell.gov.uk/info/200248/parks_and_green_spaces/4033/west_smethwick_park" target="_blank">Sandwell</a> Metropolitan Borough Council
</p>
</div>
<!-- Carousel using Bootstrap -->
<div class="col-lg-6">
<div class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assetts/images/pond.jpg" class="d-block w-100" alt="View of West Smethwick Park pond">
</div>
<div class="carousel-item">
<img src="assetts/images/woodland-tree.jpg" class="d-block w-100" alt="Big tree in woodland">
</div>
<div class="carousel-item">
<img src="assetts/images/red-admiral.jpg" class="d-block w-100" alt="Red Admiral butterfly">
</div>
<div class="carousel-item">
<img src="assetts/images/swans.JPG" class="d-block w-100" alt="Swan with her signets">
</div>
<div class="carousel-item">
<img src="assetts/images/pavilion.jpg" class="d-block w-100" alt="Artist impression of new park pavilion">
</div>
<div class="carousel-item">
<img src="assetts/images/nuthatch.jpg" class="d-block w-100" alt="Nuthatch sitting by it's nest hole in a tree">
</div>
<div class="carousel-item">
<img src="assetts/images/chance-monument.jpg" class="d-block w-100" alt="Monument to Sir James Chance">
</div>
</div>
</div>
</div>
<div class="col no-show park-quote-large">
<p><i class="fas fa-quote-left"></i> James T. Chance <br>M.A J.P D.L. <br>For fifty years a partner in the firm of Chance Brothers & Co at the Glass Works, Smethwick and the Alkali Works, Oldbury.<br>He purchased the land for the Park,
laid it out and endowed it
<br>and on September 7th 1895 opened it <br>A gift to the public for ever. <br>He also made the roads on the east and west boundaries. <i class="fas fa-quote-right"></i></p>
</div>
</div>
<div class="row">
<div class="col-md-6 park-info">
<h3>The Park <i class="fas fa-tree"></i></h3>
<p>West Smethwick Park opened on the 7th September 1895. The park was bought and laid out by the Victorian industrialist Sir James Timmins Chance as ‘a gift to the public forever’. The land cost £15,000 to buy and another £15,000 to layout.
Equivalent to around £4 million in 2020! <br>It is owned and maintained by <a href="https://www.sandwell.gov.uk/info/200248/parks_and_green_spaces/4033/west_smethwick_park" target="_blank">Sandwell</a> Metropolitan Borough Council
</p>
</div>
<div class="col-md-6 park-quote">
<p><i class="fas fa-quote-left"></i> James T. Chance <br>M.A J.P D.L. <br>For fifty years a partner in the firm of Chance Brothers & Co at the Glass Works, Smethwick and the Alkali Works, Oldbury.<br>He purchased the land for the Park,
laid it out and endowed it
<br>and on September 7th 1895 opened it <br>A gift to the public for ever. <br>He also made the roads on the east and west boundaries. <i class="fas fa-quote-right"></i></p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-12 park-restore">
<h3>Park Restoration <i class="fas fa-hard-hat"></i></h3>
<p>West Smethwick Park is currently undergoing important restoration work.</p>
<p>The restoration project is being funded thanks to players of The National Lottery via a £4.5million grant from The National Lottery Heritage Fund and through additional funding from Sandwell Council. A key element of the project is to
conserve and restore the Victorian heritage of the park. This includes the Grade II Listed James Chance Memorial, the ornate fountain and two sets of entrance gates. A new pavilion will have community rooms, outdoor performance space,
café and toilets. Nature conversation improvements include woodland, grassland and wetland works. New outdoor gym equipment will extend the gym trail.</p>
<p>Click <a href="https://www.udbs.co.uk/projects/west-smethwick-park.html" target="_blank">here</a> for more information.</p>
<hr class="divider">
</div>
</div>
</div>
<!-- Google Maps code snippet -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2429.077607435307!2d-1.9928889839934407!3d52.495834745772044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4870977e29e69b8b%3A0xd0867951bea81394!2sWest%20Smethwick%20Park!5e0!3m2!1sen!2suk!4v1624183074970!5m2!1sen!2suk"
style="border:0;" allowfullscreen="" loading="lazy" class="map"></iframe>
<!-- Footer with social media links-->
<footer class="container-fluid footer">
<h5>Follow us on social media:</h5>
<ul class="social-networks">
<li>
<a href="https://twitter.com/home?lang=en-gb" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://en-gb.facebook.com/" target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
</ul>
</footer>
</body>
</html>