generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicesrecover.html
486 lines (431 loc) · 23.6 KB
/
servicesrecover.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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- https://www.w3schools.com/tags/tag_meta.asp -->
<meta name="description"
content="Product Management services for aspiring product managers and product enthusiasts based in Ireland">
<meta name="keywords"
content="Product Management, Product Leader, Product Owner, PM, APM, Product Manager, PM Intern, Ireland">
<meta name="author" content="Produck">
<!-- Main Website Title -->
<title>Produck</title>
<!-- Website Favicon -->
<link rel="icon" href="assets/images/produck-favicon.png" type="image/icon">
<!-- Styling File-->
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<!-- Bootstrap (HTML, CSS, JS Library) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
type="text/css" />
<!-- JQuery (JavaScript) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<!-- Font Awesome (Icons) -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css" />
</head>
<body data-spy="scroll" data-target="#navbar" data-offset="0">
<!-- Main Navigation Bar | Website Menu -->
<header id="navigation-bar">
<nav id="navbar" class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand" href="index.html">Produck</a>
<!-- Toggle Navigation -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarFour"
aria-controls="navbarFour" aria-expanded="false" aria-label="Toggle navigation">
<i class="toggle-btn navbar-toggler-icon"></i>
</button>
<!-- Navigation Bar -->
<div class="collapse navbar-collapse" id="navbarFour">
<!-- Main Website Menu-->
<ul class="navbar-nav ml-auto">
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown">
<button class="dropbtn page-scroll active"><a class="nav-link" href="index.html"><i
class="fa fa-home"></i> Home</a></button>
<div class="dropdown-content">
<a href="index.html#about">> About Produck</a>
<a href="index.html#services">> Our Services</a>
<a href="index.html#contact">> Contact Us</a>
<a href="index.html#footer">> Social Media</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown">
<button class="dropbtn page-scroll"><a class="nav-link" href="pmrole.html"><i
class="fa fa-sitemap"></i> PM Role</a></button>
<div class="dropdown-content">
<a href="pmrole.html#about">> What Is PM?</a>
<a href="pmrole.html#path">> Career Path</a>
<a href="pmrole.html#responsibilities">> Responsibilities</a>
<a href="pmrole.html#background">> Background</a>
<a href="pmrole.html#skills">> Key Soft Skills</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="leaders.html"><i class="fa fa-user-circle-o"></i>
Leaders</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown">
<button class="dropbtn page-scroll"><a class="nav-link" href="books.html"><i
class="fa fa-book"></i>
PM Books</a></button>
<div class="dropdown-content">
<a href="books.html">> Top PM Books</a>
<a href="toreadlist.html">> ToReadList App</a>
<a href="tobuylist.html">> ToBuyList App</a>
<a href="toratelist.html">> ToRateList App</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<div class="dropdown">
<button class="dropbtn page-scroll"><a class="nav-link" href="resources.html"><i
class="fa fa-folder-open"></i> Resources</a></button>
<div class="dropdown-content">
<a href="resources.html">> Top Resources</a>
<a href="bookmarks.html">> Bookmarks App</a>
</div>
</div>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link page-scroll" href="index.html#contact"><i class="fa fa-envelope"></i>
Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Hero Image | Website Invitation -->
<div class="anchors" id="home" style="padding-top: 40px; margin-top: -40px"></div>
<section id="hero-img-section">
<div class="hero-img">
<div class="hero-img-text">
<h1>Breaking Into Product Management</h1>
<br>
<p>Resources . Workshops . Mentoring . Community . Networking</p>
<div class="cta-btn-white">
<a href="#services">Our Services</a>
</div>
</div>
</div>
</section>
<!-- About Produck | Website Introduction -->
<div class="anchors" id="about" style="padding-top: 140px; margin-top: -140px"></div>
<section id="about-section">
<div class="container about-cont-styling">
<div class="grid about-grid-styling">
<div class="left-side">
<img src="assets/images/about-produck.png" alt="#">
</div>
<div class="right-side">
<h4>Hey There!</i></h4>
<h2>Welcome to Produck</h2>
<h3>Go-To Platform for Aspiring PMs</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia, placeat reprehenderit? Nulla fugit
hic blanditiis quod distincto!</p>
<!-- CTA Button -->
<a href="#contact">Let's Talk!</a>
</div>
</div>
</div>
</section>
<!-- Our Services | Produck Offering -->
<div class="anchors" id="services" style="padding-top: 60px; margin-top: -60px"></div>
<section id="services-section" class="specific-services section-padding services-section">
<div class="container content-spacing">
<!-- Intro Section -->
<div class="section-main-intro">
<div class="section-subtitle black-subtitle">Our Services</div>
<h2 class="section-main-title blue-title">What We Offer</h2>
</div>
<div class="row">
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-folder-open"></i>
<div class="services-single-item">
<h3 class="services-heading">Best PM Resources</h3>
<p>Articles, Podcasts, Newsletters, Events, Courses, SM Channels, Guides, Templates,
Webinars, Toolkits, Tools, Blogs, Videos...</p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-book"></i>
<div class="services-single-item">
<h3 class="services-heading">Must-Read PM Books</h3>
<p>Psychology, Business, Marketing, Analytics, UX Design, PM, Project Management,
Engineering, Sales, Leadership, Entrepreneurship...</p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-list-ol"></i>
<div class="services-single-item">
<h3 class="services-heading">ToReadList App</h3>
<p>Produck's brand-new web-based app that helps you keep track of all those must-read books
for PMs that you still have in your backlog.</p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-trophy"></i>
<div class="services-single-item">
<h3 class="services-heading">Top Industry Experts</h3>
<p>Book Authors, Content Creators, Thought Leaders, PM Influencers, Speakers, Coaches,
Instructors, Mentors, Founders, Consultants... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-slack"></i>
<div class="services-single-item">
<h3 class="services-heading">PM Communities</h3>
<p>Slack Channels, Telegram Groups, Discord Groups, WhatsApp Groups, Clubhouse Chat Rooms,
Facebook
Groups, LinkedIn Groups, Meetup... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-user"></i>
<div class="services-single-item">
<h3 class="services-heading">Mentoring Program</h3>
<p>1:1 Mentoring, Situational Mentoring, Group-Based Mentoring, Reverse Mentoring,
Peer-Based Mentoring, Online or In-Person Mentoring... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-briefcase"></i>
<div class="services-single-item">
<h3 class="services-heading">Job Listings (IE)</h3>
<p>Internships, Associate Product Manager, Junior Product Manager, Product Manager, Group
Product Manager, Sr. PM, Director, VP, CPO... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-comments"></i>
<div class="services-single-item">
<h3 class="services-heading">Mock PM Interviews</h3>
<p>Slack Channels, Telegram Groups, Discord Groups, WhatsApp Groups, Clubhouse Chat Rooms,
Facebook
Groups, LinkedIn Groups, Meetup... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-file-text"></i>
<div class="services-single-item">
<h3 class="services-heading">PM Resume Review</h3>
<p>Slack Channels, Telegram Groups, Discord Groups, WhatsApp Groups, Clubhouse Chat Rooms,
Facebook
Groups, LinkedIn Groups, Meetup... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-users"></i>
<div class="services-single-item">
<h3 class="services-heading">Networking Events</h3>
<p>Slack Channels, Telegram Groups, Discord Groups, WhatsApp Groups, Clubhouse Chat Rooms,
Facebook
Groups, LinkedIn Groups, Meetup... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-rocket"></i>
<div class="services-single-item">
<h3 class="services-heading">Live Workshops</h3>
<p>Slack Channels, Telegram Groups, Discord Groups, WhatsApp Groups, Clubhouse Chat Rooms,
Facebook
Groups, LinkedIn Groups, Meetup... </p>
</div>
</div>
</div>
<div class="col-sm-4 gaps">
<div class="services-item">
<i class="fa fa-microphone"></i>
<div class="services-single-item">
<h3 class="services-heading">Interviews + Q&As</h3>
<p>Slack Channels, Telegram Groups, Discord Groups, WhatsApp Groups, Clubhouse Chat Rooms,
Facebook
Groups, LinkedIn Groups, Meetup... </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us | Contact Info & Form -->
<div class="anchors" id="contact" style="padding-top: 70px; margin-top: -70px"></div>
<section id="contact-section">
<!-- Intro Section -->
<div class="section-main-intro styling-intro-text">
<div class="section-subtitle">Contact Us</div>
<h2 class="section-main-title">Get In Touch</h2>
</div>
<!-- Section Main Content -->
<div class="container-fluid">
<div class="row">
<!-- Column 1: Contact Information -->
<div class="col">
<div class="contact-info">
<!-- Business Hours -->
<div class="open-hours">
<h2>Business Hours</h2>
<p class="text">
Monday-Friday 8:00am-5:00pm
<br>
Saturdays 09:00am-1:00pm
</p>
</div>
<!-- Contact Information -->
<div class="information">
<div class="contact-information">
<i class="fa fa-thumb-tack"></i>
<p>Cork County, Ireland</p>
</div>
<div class="contact-information">
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<!-- Social Media Icons -->
<div class="social-media">
<p>Follow Us</p>
<!-- Credit: Icons from Font Awesome and customized for this project's requirements -->
<div class="social-icons">
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><i
class="fa fa-linkedin"><span class="sr-only">LinkedIn</span></i></a>
<a href="https://www.youtube.com/" target="_blank" rel="noopener"><i
class="fa fa-youtube"><span class="sr-only">YouTube</span></i></a>
<a href="https://www.instagram.com/" target="_blank" rel="noopener"><i
class="fa fa-instagram"><span class="sr-only">Instagram</span></i></a>
<a href="https://twitter.com/" target="_blank" rel="noopener"><i
class="fa fa-twitter"><span class="sr-only">Twitter</span></i></a>
</div>
</div>
</div>
</div>
<!-- Column 2: Contact Form -->
<div class="col">
<!-- Main Form -->
<div class="center-form">
<form>
<!-- Name -->
<label class="hidden-label" for="fullname">Full Name</label>
<input type="text" name="name" id="fullname" class="form-control" placeholder="Full Name"
required />
<!-- Email -->
<label class="hidden-label" for="emailaddress">Email Address</label>
<input type="email" name="email" id="emailaddress" class="form-control"
placeholder="Email Address" required />
<!-- Subject -->
<label class="hidden-label" for="subjectline">Subject Line</label>
<input type="text" name="subject" id="subjectline" class="form-control"
placeholder="Subject Line" required />
<!-- Message -->
<label class="hidden-label" for="message">Main Message</label>
<textarea rows="5" name="message" id="message" class="form-control"
placeholder="Main Message" required></textarea>
<div class="form-row text-center">
<div class="col">
<button type="submit" class="contact-btn" style="vertical-align:middle">
<span>Send Now</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer | Important Links -->
<div class="anchors" id="footer" style="padding-top: 60px; margin-top: -60px"></div>
<footer id="footer-section">
<div class="footer-top">
<div class="container">
<div class="row">
<!-- Column 1: About -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-one md-mb-30 sm-mb-30">
<h2>Produck</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Numquam omnis elit mollit.
</p>
</div>
<!-- Column 2: Services -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-two md-mb-30 sm-mb-30">
<h2>Fave Links</h2>
<ul>
<li><a href="#services">What We Offer</a></li>
<li><a href="pmrole.html">Product MGMT</a></li>
<li><a href="leaders.html">Industry Experts</a></li>
<li><a href="books.html">MustRead Books</a></li>
<li><a href="toreadlist.html">ToReadList App</a></li>
<li><a href="resources.html">Best Resources</a></li>
</ul>
</div>
<!-- Column 3: Social Media -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-three sm-mb-30">
<h2>Follow Us</h2>
<p>Follow us on social media for daily bite-sized PM-related content.
</p>
<a href="https://www.linkedin.com/" target="_blank" rel="noopener"><i
class="fa fa-linkedin"><span class="sr-only">LinkedIn</span></i></a>
<a href="https://www.youtube.com/" target="_blank" rel="noopener"><i class="fa fa-youtube"><span
class="sr-only">Facebook</span></i></a>
<a href="https://www.instagram.com/" target="_blank" rel="noopener"><i
class="fa fa-instagram"><span class="sr-only">Instagram</span></i></a>
<a href="https://twitter.com/" target="_blank" rel="noopener"><i class="fa fa-twitter"><span
class="sr-only">Twitter</span></i></a>
</div>
<!-- Column 4: Newsletter -->
<div class="col-md-3 col-sm-6 col-xs-12 segment-four sm-mb-30">
<h2>Newsletter</h2>
<p>Subscribe if you would like to receive the latest in Product Management.</p>
<form>
<label class="hidden-label" for="email">Email Address</label>
<input type="email" id="email" placeholder="Email Address">
<label class="hidden-label" for="submit">Submit</label>
<input type="submit" id="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<p class="footer-bottom-text">All Rights Reserved | © Produck.ie 2021</p>
</footer>
<!--Bootstrap: Responsive Navigation Bar-->
<section id="script-js">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous">
</script>
<script>
$('body').scrollspy({
target: '#navbar'
})
</script>
</section>
</body>
</html>