-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness-engagement.html
241 lines (224 loc) · 17.7 KB
/
business-engagement.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Little Strings Homepage">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/2e8f9e537f.js" crossorigin="anonymous"></script>
<!-- My Styling -->
<link rel="stylesheet" href="./assets/css/styles.css">
<title>MM | Engagements</title>
</head>
<body>
<!-- Header -->
<div id="wrap">
<main id="main">
<header>
<div id="logo-box" class="col-12 d-flex bg-blue">
<div class="col-4 col-inv"></div>
<!-- Logo -->
<div class="col-4">
<a class="d-inline d-md-inline-flex" href="index.html" aria-label="Home">
<img id="logo" src="./assets/images/logo.webp" alt="Marvelous Manufacturing Logo">
</a>
</div>
<div id="header-message" class="col-8 d-flex align-items-center">
<p class="hm-p mb-0">Inspiring young people of today, to be the manufacturers of tomorrow</p>
</div>
</div>
<nav class="navbar navbar-expand-md navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse flex-column flex-wrap align-content-center" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto align-items-center">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<p class="mb-1 dashes"> | </p>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<p class="mb-1 dashes"> | </p>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Manufacturers
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item active" href="business-engagement.html">Business Engagement</a>
<a class="dropdown-item" href="festivals.html">Manufacturing Festivals</a>
<a class="dropdown-item d-inline-flex" href="training.html">Organisations<p class="mb-0 d-none d-400-block">, Associations </p> & Training</a>
<a class="dropdown-item" href="together.html">Let's work together!</a>
<a class="dropdown-item" href="perspective.html">A Fresh Perspective</a>
</div>
</li>
<p class="mb-1 dashes"> | </p>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle d-inline-flex" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Schools<p class="mb-0 d-none d-850-block">, Colleges & Universities</p>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="what-we-provide.html">What we provide</a>
<a class="dropdown-item" href="find-a-manufacturer.html">Find a Manufacturer</a>
</div>
</li>
<p class="mb-1 dashes"> | </p>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Students
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="students.html">What is Manufacturing?</a>
<a class="dropdown-item" href="areas.html">What area is best for me?</a>
<a class="dropdown-item" href="getting-started.html">How do I get started?</a>
<a class="dropdown-item" href="apprenticeships.html">Apprenticeships</a>
<a class="dropdown-item" href="how-is-it-made.html">How is it made?</a>
</div>
</li>
<p class="mb-1 dashes"> | </p>
<li class="nav-item">
<a class="nav-link d-inline-flex" href="news.html"><p class="mb-0 d-none d-850-block">Latest </p>News</a>
</li>
</ul>
</div>
</nav>
<div id="nav-decorator" class="col-12 bg-blue"></div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col">
<!-- Page Heading -->
<div class="text-center mb-2 my-md-4 page-heading">
<h1>Be the Business of choice, not the last resort</h1>
</div>
<!-- About and Main Image -->
<div class="row mb-2 small-margin-row">
<div class="col-12 col-lg-6 bg-blue p-4">
<p>There are numerous ways to get involved with your local Schools, Colleges and Universities.</p>
<p>Here at Marvelous Manufacturing we can help you get started on your Schools Engagement Journey if time is an issue. We offer a number of options tailored to your budget and requirements.</p>
<a class="bg-white-button p-2" href="together.html#our-services">Find out more here</a>
<p class="mt-3">However if you would rather do it yourself here are some ideas you might want to consider.</p>
<p>Having an open day is a great way to showcase your business or even holding a <strong><a href="festivals.html" class="text-white">Manufacturing Festival</a></strong> either just for your business or by working with other local manufacturers. Bringing students into your business will showcase what you do, how you do it and the career options you offer.</p>
<p>Or it could be that you can offer work placements/experience either for a week, 45 days for T Levels or even 6 months for University students. Again this is a great way to bring potential new employees into your business.</p>
<p>Projects are another option - particularly if there is an aspect of your business you would like to develop but don't have the resource for - creating a project for College or University students to work on can help develop your business and give students hands on experience.</p>
<p>And of course there are the old favourites - class assemblies, "who am I" sessions, Careers fairs and mock interviews.</p>
<p>However you choose to get involved you can be sure that you are not only showcasing our amazing Manufacturing Industry but also helping to shape our future workforce.</p>
</div>
<div class="d-none d-lg-flex col-lg-6 pr-0">
<div class="image-business-box">
<img src="./assets/images/business-image.webp" alt="A woman talking about manufacturing.">
</div>
</div>
</div>
<div class="back-to-top d-flex justify-content-center d-md-none row mb-2">
<a class="bg-blue-button text-center px-2 py-1" href="#logo-box">Scroll to Top</a>
</div>
<div class="row d-lg-none">
<div class="col-12 mb-2">
<div class="image-business-box">
<img src="./assets/images/business-image-two.jpg" alt="A woman talking about manufacturing.">
</div>
</div>
</div>
<div class="row small-margin-row">
<div class="col-12 bg-blue mb-2 p-4 align-items-center d-flex flex-column text-center">
<h1>Are you on our map?</h1>
<p>A great way to start your engagement journey is to get added to our "Find a Local Manufacturer" map - here you can specify how you would like to get involved and best of all it's FREE to join</p>
<p>To find out how, get in touch</p>
<a class="white-button px-1 p-2" href="find-a-manufacturer.html#map">View our map here!</a>
</div>
</div>
<div class="row small-margin-row">
<div class="col-12 bg-lightblue p-4 align-items-center d-flex flex-column text-center">
<h2>Still need convincing?</h2>
<p>Here are just a few comments from manufacturers who regularly engage with their local Schools, Colleges and Universities.</p>
</div>
</div>
<div class="changeable-row">
<div class="ten-576 col-4 bg-lightblue p-4 mb-2 d-flex flex-column align-items-center">
<i class="fa-solid fa-quote-right"></i>
<h3 class="text-center">Barry Leahey MBE</h3>
<p class="text-center">(Hon.Prof./FloD)</p>
<h4 class="text-center">President of Playdale</h4>
<div class="quote-box">
<p>Our search for talent in the last decade has become progressively harder and we have many schemes running to ensure we are employer of choice but we realised we had to go a step further, we needed to excite our future engineeers and that is when we started to engage with schools.</p>
<p>We started by simply opening our doors and inviting local schools to tour our impressive manufacturing facilities.</p>
<p>We also offer tours of the construction site when the equipment is being installed and not only has this encouraged Schools to buy our equipment we also have scores of children telling us they want to work here when they are older - who wouldn't we sell fun all around the globe. </p>
<p>However if is not just the children that love the experience, our staff get a great deal of satisfaction and several have now got involved in different projects at local schools all as a spin off from that relationship. </p>
<p>One of our values is "making smiles" and working closely with schools certainly delivers this!</p>
</div>
</div>
<div class="ten-576 col-4 bg-lightblue p-4 mb-2 d-flex flex-column align-items-center">
<i class="fa-solid fa-quote-right"></i>
<h3 class="text-center">Sara Penrose</h3>
<p class="text-center">BEng CEng</p>
<h4 class="text-center">Director Sara Penrose Ltd</h4>
<div class="quote-box">
<p>Building the future management and growth of your business begins within schools.</p>
<p>This is where the decisions are being made by young people on subjects to study and specialise in. There are so many lost opportunities at this point because students are not aware that their ‘interests’ and skills are in demand by industry and can be applied in a job/ career that engages and enables them to reach their full potential.</p>
<p>Often they just go off in the most popular direction, it’s pure chance that eventually leads one or two to your company door, with or without the desired knowledge and experience.</p>
<p>Students are in the position of: They don’t know, what they don’t know. Many students don’t realise the value of the skills they already have.</p>
<p>The most important part of reaching out to school students is in helping them translate what they are learning into real life meaningful application.</p>
<p>Where might they use the science, the maths, the art in your business roles. Help them join the dots.</p>
<p>Presenting in an assembly or having an open day at your company site are perhaps the best ways to inspire.</p>
<p>If you do this right then commitment into other things such as work experience etc. becomes a lot more valuable and desirable to both sides.</p>
</div>
</div>
<div class="ten-576 col-4 bg-lightblue p-4 mb-2 d-flex flex-column align-items-center leigh-box">
<i class="fa-solid fa-quote-right"></i>
<h3 class="text-center">Leigh Howarth</h3>
<p class="text-center">Business Development Manager</p>
<h4 class="text-center">M-CNC</h4>
<div class="quote-box">
<p>Our engagment journey began, when we realised how difficult it was becoming to recruit more skilled engineers due to a lack of skill sets within the talent pool.</p>
<p>I attended school and colleges career fairs to raise awareness that #ukmanufacturing is high Tech and no longer a dark and dirty environment to work in.</p>
<p>We soon began to get requests for work experience and college placements, and saw the opportunity as an extended interview, we had time to distingish those that had the attitude to become an engineer.</p>
<p>Work experience provided us with our first apprentice in 2017, school engagment throughout 2018/19 saw another 4 apprentices (2 a year) come to our doors.</p>
<p>Unnfortunately, Covid put paid to any activity for a couple of years, so we went one step further in 2021 and held our fist FOBEM event, (Festival of British Engineering and Manufacturing) where we invited every school and college in the county to come and see a modern machine shop.</p>
<p>With help and support from our suppliers and customers, it soon turned into a mini expo and we had over 350 students through our doors.</p>
<p>Guess what, this year we have not placed one advert for apprentices, instead we were approached by 7 individuals that attended FOBEM and WANTED to choose M-CNC as a place to start their engineering journey.</p>
<p>We now have 4 apprentices starting this year that all CHOSE us as a place they wanted to be.</p>
<p>So in a nutshell, you may not be able to sort your short term staffing issues, but, if you start engaging with schools, educate the educators and parents, it will not take long before you have people queueing for a placement.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="back-to-top d-flex justify-content-center d-md-none row mb-2">
<a class="bg-blue-button text-center px-2 py-1" href="#logo-box">Scroll to Top</a>
</div>
</main>
</div>
<!-- Footer -->
<footer id="footer">
<div class="col-12 bg-blue footer-box">
<div class="col-lg-3 d-none d-lg-flex justify-content-center">
<img id="alumni-image" src="./assets/images/alumni-image.webp" alt="Top 100 2022 Alumni">
</div>
<div class="col-7 col-lg-6 d-flex flex-column text-center justify-content-center">
<p id="footer-name">©2023 by Marvelous Manufacturing</p>
<p class="tiny-text">Marvelous Manufacturing is a trading name of Angela Lawlor Ltd a UK registered company</p>
</div>
<ul class="col-5 social-networks mb-0 col-lg-3">
<li class="col-4"><a href="https://www.linkedin.com/company/marvelous-manufacturing/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a></li>
<li class="col-4"><a href="https://twitter.com/MarvelousManuf1" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
<li class="col-4"><a href="https://www.youtube.com/@MarvelousManuf" target="_blank"><i class="fa-brands fa-youtube"></i></a></li>
</ul>
</div>
</footer>
<!-- My JavaScript -->
<script src="./assets/js/index.js"></script>
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<!-- Slide Down JavaScript -->
<script src="./assets/js/slide_downs.js"></script>
<!-- Postload Bootstrap -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>