-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (216 loc) · 12.2 KB
/
index.html
File metadata and controls
225 lines (216 loc) · 12.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Register for your Pension | Hackney Council</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@6.5.95/css/materialdesignicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<!-- DEV TOGGLE SWITCH -->
<div class="dev-toggle">
<label for="launch-toggle">Pre-launch View</label>
<input type="checkbox" id="launch-toggle">
</div>
<div class="header-hero-wrapper">
<main>
<section class="hero container">
<div id="countdown-timer" class="countdown-timer"></div>
<h1>Welcome, Hackney members<span class="hero-subtitle">to your digital pension future</span></h1>
<p>Access your Hackney Pension Fund information anytime, anywhere.</p>
<a href="#preregistration-area" id="hero-cta-button" class="cta-button">Take me to register my account</a>
<div class="trust-signals">
<div class="trust-item">
<span class="mdi mdi-lock"></span>
<span>Simple, Safe, Secure</span>
</div>
<div class="trust-item">
<span class="mdi mdi-check-circle-outline"></span>
<span>Trusted by over 700,000 members</span>
</div>
</div>
</section>
</main>
</div>
<main>
<section class="benefits-section container animated-section">
<div class="section-title">
<h2>Register your PensionPoint account below</h2>
<p>It will transform how you manage your local government pension with instant access to all your key information 24/7</p>
</div>
<div class="benefits-grid">
<div class="benefit-card" style="--i:1;">
<span class="mdi mdi-speedometer benefit-icon"></span>
<h3>Instant access</h3>
<p>To your pension information including your annual benefit statement.</p>
</div>
<div class="benefit-card" style="--i:2;">
<span class="mdi mdi-calculator-variant-outline benefit-icon"></span>
<h3>Calculate your pension</h3>
<p>Plan your future with our retirement projection tools.</p>
</div>
<div class="benefit-card" style="--i:3;">
<span class="mdi mdi-shield-check-outline benefit-icon"></span>
<h3>Total security</h3>
<p>Your data is protected by industry-standard security protocols.</p>
</div>
</div>
<div class="post-info-section">
<h3>No more waiting for post</h3>
<div class="post-info-grid">
<div class="post-info-item">
<span class="mdi mdi-clock-outline"></span>
<span>24/7 document access</span>
</div>
<div class="post-info-item">
<span class="mdi mdi-download"></span>
<span>Download & print anytime</span>
</div>
</div>
</div>
</section>
<section class="steps-section">
<div class="container animated-section">
<div class="section-title">
<h2>Get started in 3 easy steps</h2>
<p>Registration takes less than 5 minutes</p>
</div>
<div class="steps-timeline">
<div class="step active">
<div class="step-number">
<span class="mdi mdi-check"></span>
</div>
<div class="step-title">Verify your identity</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-title">Create your account</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-title">Start browsing</div>
</div>
</div>
</div>
</section>
<!-- Pre-Registration Section -->
<section id="preregistration-area" class="registration-area">
<div class="container animated-section">
<div class="prereg-container">
<h3>Be the first to know!</h3>
<p>Our new online portal is launching soon. Leave your email address below, and we'll notify you the moment you can register your account.</p>
<div id="surveymonkey-widget">
<script>(function(t,e,s,n){var o,a,c;t.SMCX=t.SMCX||[],e.getElementById(n)||(o=e.getElementsByTagName(s),a=o[o.length-1],c=e.createElement(s),c.type="text/javascript",c.async=!0,c.id=n,c.src="https://widget.eu.surveymonkey.com/collect/website/js/tRaiETqnLgj758hTBazgd5En3_2FbCuc4ZnZIA_2FOF0YmbcovYD7_2FhY2cfr_2Faylkkqv.js",a.parentNode.insertBefore(c,a))})(window,document,"script","smcx-sdk");</script>
</div>
</div>
</div>
</section>
<!-- Final Registration Section (Initially Hidden) -->
<section id="final-registration-form" class="registration-area hidden">
<div class="container animated-section">
<div class="registration-layout">
<div class="form-container">
<form id="pension-reg-form" novalidate>
<p>Enter you details below to activate your PensionPoint account.</p>
<div class="form-group">
<label for="username">Email address (used as your username)</label>
<input type="text" id="username" name="username" required>
</div>
<div class="form-group">
<label for="dob">Date of birth</label>
<input type="text" id="dob" name="dob" placeholder="DD/MM/YYYY" onfocus="(this.type='date')" onblur="(this.type='text')" required>
</div>
<div class="form-group">
<label for="mobile">Mobile number</label>
<input type="tel" id="mobile" name="mobile" required>
</div>
<div class="form-group">
<label for="confirm-mobile">Confirm mobile number</label>
<input type="tel" id="confirm-mobile" name="confirm-mobile" required>
</div>
<button type="submit" class="cta-button">Submit</button>
</form>
</div>
<aside class="help-sidebar">
<div class="why-register">
<h4>Why register?</h4>
<ul>
<li>Instantly view your pension information</li>
<li>Calculate your personal pension benefits</li>
<li>View your documents online</li>
<li>Update your personal details</li>
<li>Securely message our support team</li>
</ul>
</div>
<div class="video-help">
<h4>Need help registering?</h4>
<p>Watch our video on how to register.</p>
<div class="video-embed-container">
<iframe src="https://www.youtube.com/embed/DwT0a2OOBFw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="struggling-link-container">
<strong class="struggling-text">Still struggling?</strong>
<a href="#faq" class="faq-link">View FAQ below</a>
</div>
</div>
</aside>
</div>
</div>
</section>
<section class="testimonials-section container animated-section">
<h2 class="section-title">What our existing members say</h2>
<div class="testimonials-grid">
<div class="testimonial-card">
<div class="testimonial-content">
<p>The new online system is so easy to use. I was able to find my latest statement in seconds. A huge improvement!</p>
<div class="stars">★★★★★</div>
</div>
<div class="reviewer-info">
<span class="reviewer-name">Steve</span>
<span class="reviewer-fund">Hertfordshire PF</span>
</div>
<span class="mdi mdi-format-quote-close testimonial-quote-mark"></span>
</div>
<div class="testimonial-card">
<div class="testimonial-content">
<p>Registering was quick and painless. It's reassuring to see all my pension details in one place, clearly laid out.</p>
<div class="stars">★★★★★</div>
</div>
<div class="reviewer-info">
<span class="reviewer-name">Jane</span>
<span class="reviewer-fund">Hackney PF</span>
</div>
<span class="mdi mdi-format-quote-close testimonial-quote-mark"></span>
</div>
</div>
</section>
<section id="faq" class="faq-section container animated-section">
<h2 class="section-title">Frequently asked questions</h2>
<div class="faq-list">
<div class="faq-item">
<div class="faq-question">What can I do if I'm struggling to register? <span class="plus-icon mdi mdi-plus"></span></div>
<div class="faq-answer">
<p>If you're having trouble, please double-check the details you are entering. If you're still stuck, you can watch our help video on this page or contact our support team for assistance.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">What can I do if I'm struggling to register? <span class="plus-icon mdi mdi-plus"></span></div>
<div class="faq-answer">
<p>You will need your Pension Reference Number (which can be found on correspondence from us), your date of birth, and a valid email address and mobile number.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">What can I do if I'm struggling to register? <span class="plus-icon mdi mdi-plus"></span></div>
<div class="faq-answer">
<p>Yes. We use multi-factor authentication and industry-standard encryption to ensure your personal and financial information is kept safe and secure at all times.</p>
</div>
</div>
</div>
</section>
</main>
<script src="./scripts.js"></script>
</body>
</html>