-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
291 lines (288 loc) · 12.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img id="mainLogo" src="assets/Switch Mode=NO.png" alt="mainLogo">
<nav>
<a href="./" class="active">Home</a>
<a href="./#Service">Service</a>
<a href="./#Feature">Feature</a>
<a href="./#Product">Product</a>
<a href="./#Testimonial">Testimonial</a>
<a href="">FAQ</a>
<a href="ContactUs.html">Contact Us</a>
</nav>
<div id="loginAndSignUp">
<button id="loginBtn" class="loadingBtn">Login
<img class="loadingIcon" src="assets/Loading.png" alt="Loading...">
</button>
<button id="signUpBtn" class="loadingBtn">
<span>Sign Up</span>
<img class="loadingIcon" src="assets/Loading.png" alt="Loading...">
</button>
</div>
</header>
<div id="Home"></div>
<section id="firstContent">
<div id="textAndImage">
<div id="firstContentText">
<p id="LessonsProp" class="js-scroll">Lessons and insights</p>
<p id="fromProp" class="js-scroll">from 8 years</p>
<p id="subProp" class="js-scroll">Where to grow your business as a photographer: site or social media?</p>
<button id="registerBtn" class="loadingBtn">Register
<img class="loadingIcon" src="assets/Loading.png" alt="Loading...">
</button>
</div>
<div id="heroIllustration">
<img id="heroIllustrationImg" src="assets/Hero Illustration.png" alt="Hero_Illustration">
</div>
</div>
<div id="dots">
<img id="dotsImg" src="assets/Dots.png" alt="Dots">
</div>
<div id="Service"></div>
</section>
<section id="secondContent">
<h2 id="head2" class="js-scroll">Our Clients</h2>
<p id="subProp">We have been working with some Fortune 500+ clients</p>
<div class="clientsIcon">
<img class="Icon js-scroll" src="assets/Logo.png" alt="Icon">
<img class="Icon js-scroll" src="assets/Logo (1).png" alt="Icon">
<img class="Icon js-scroll" src="assets/Logo (2).png" alt="Icon">
<img class="Icon js-scroll" src="assets/Logo (3).png" alt="Icon">
<img class="Icon js-scroll" src="assets/Logo (4).png" alt="Icon">
<img class="Icon js-scroll" src="assets/Logo (5).png" alt="Icon">
<img class="Icon js-scroll" src="assets/Logo (7).png" alt="Icon">
</div>
<h2 id="head3" class="js-scroll">Manage your entire community</h2>
<h2 id="head2" class="js-scroll">in a single system</h2>
<p id="subProp" class="js-scroll">Who is Nextcent suitable for?</p>
<div id="prevCust">
<div class="Customer js-scroll">
<img id="logo" src="assets/Icon (3).png" alt="">
<h3 id="head4">Membership Organizations</h3>
<p id="info">Our membership management software provides full automation of membership renewals and payments</p>
</div>
<div class="Customer js-scroll">
<img id="logo" src="assets/Icon (1).png" alt="">
<h3 id="head4">National Associations</h3>
<p id="info">Our membership management software provides full automation of membership renewals and payments</p>
</div>
<div class="Customer js-scroll">
<img id="logo" src="assets/Icon (2).png" alt="">
<h3 id="head4">Clubs And Groups</h3>
<p id="info">Our membership management software provides full automation of membership renewals and payments</p>
</div>
</div>
</section>
<section>
<div id="thirdContent">
<div>
<img id="Feature1" src="assets/Feature 1 Illustration.png" alt="Feature 1">
</div>
<div id="content3">
<h2 id="head3" class="js-scroll">The unseen of spending three years at Pixelgrade</h2>
<p id="subProp" class="js-scroll">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet justo ipsum. Sed accumsan quam
vitae est varius fringilla. Pellentesque placerat vestibulum lorem sed porta. Nullam mattis tristique iaculis. Nullam
pulvinar sit amet risus pretium auctor. Etiam quis massa pulvinar, aliquam quam vitae, tempus sem. Donec elementum
pulvinar odio.</p>
<div id="Feature"></div>
<button id="learnMoreBtn" class="loadingBtn">Learn More
<img class="loadingIcon" src="assets/Loading.png" alt="Loading...">
</button>
</div>
</div>
</section>
<section >
<div id="fourthContent">
<div id="PropText">
<h2 id="Prop1" class=" js-scroll">Helping a local</h2>
<h2 id="Prop2" class=" js-scroll">business reinvent itself</h2>
<p id="Prop3" class=" js-scroll">We reached here with our hard work and dedication</p>
</div>
<div id="fourItems">
<div id="first2Items">
<div id="statistics">
<div class=" js-scroll"><img id="statisticsImg" src="assets/Users.png" alt="Users"></div>
<div class=" js-scroll">
<h3 id="statisticsCalc">2,245,341</h3>
<p id="subProp2">Members</p>
</div>
</div>
<div id="statistics">
<div class=" js-scroll"><img id="statisticsImg" src="assets/Calendar.png" alt="Calendar"></div>
<div class=" js-scroll">
<h3 id="statisticsCalc">828,867</h3>
<p id="subProp2">Event Bookings</p>
</div>
</div>
</div>
<div id="second2Items">
<div id="statistics">
<div class=" js-scroll"><img id="statisticsImg" src="assets/Layers.png" alt="Layers"></div>
<div class=" js-scroll">
<h3 id="statisticsCalc">46,328</h3>
<p id="subProp2">Clubs</p>
</div>
</div>
<div id="statistics">
<div class=" js-scroll"><img id="statisticsImg" src="assets/Logout.png" alt="Logout"></div>
<div class=" js-scroll">
<h3 id="statisticsCalc">1,926,436</h3>
<p id="subProp2">Payments</p>
</div>
</div>
</div>
<div id="Product"></div>
</div>
</div>
</section>
<section>
<div id="fifthContent">
<div>
<img id="Feature2" src="assets/Feature 2 Illustration.png" alt="Feature 1">
</div>
<div id="content5">
<h2 id="head5" class=" js-scroll">How to design your site footer like we did</h2>
<p id="subProp3" class="subProp3" class=" js-scroll">Donec a eros justo. Fusce egestas tristique ultrices. Nam tempor, augue nec tincidunt molestie, massa nunc varius arcu,
at scelerisque elit erat a magna. Donec quis erat at libero ultrices mollis. In hac habitasse platea dictumst. Vivamus
vehicula leo dui, at porta nisi facilisis finibus. In euismod augue vitae nisi ultricies, non aliquet urna tincidunt.
Integer in nisi eget nulla commodo faucibus efficitur quis massa. Praesent felis est, finibus et nisi ac, hendrerit
venenatis libero. Donec consectetur faucibus ipsum id gravida.</p>
<button id="learnMoreBtn" class="loadingBtn">Learn More
<img class="loadingIcon" src="assets/Loading.png" alt="Loading...">
</button>
<div id="Testimonial"></div>
</div>
</div>
</section>
<section >
<div id="sixthContent">
<img id="sixthContentImg" src="assets/Image.png" alt="">
<div id="sixthContentText">
<p id="subProp4" class=" js-scroll">Maecenas dignissim justo eget nulla rutrum molestie. Maecenas lobortis sem dui, vel rutrum risus tincidunt ullamcorper.
Proin eu enim metus. Vivamus sed libero ornare, tristique quam in, gravida enim. Nullam ut molestie arcu, at hendrerit
elit. Morbi laoreet elit at ligula molestie, nec molestie mi blandit. Suspendisse cursus tellus sed augue ultrices, quis
tristique nulla sodales. Suspendisse eget lorem eu turpis vestibulum pretium. Suspendisse potenti. Quisque malesuada
enim sapien, vitae placerat ante feugiat eget. Quisque vulputate odio neque, eget efficitur libero condimentum id.
Curabitur id nibh id sem dignissim finibus ac sit amet magna.</p>
<h4 id="author">Tim Smith</h4>
<p id="subProp5">British Dragon Boat Racing Association</p>
<div id="IconAndMore">
<div id="clientsIcon2">
<img class="Icon2 js-scroll" src="assets/Logo (6).png" alt="">
<img class="Icon2 js-scroll" src="assets/Logo (1).png" alt="">
<img class="Icon2 js-scroll" src="assets/Logo (2).png" alt="">
<img class="Icon2 js-scroll" src="assets/Logo (3).png" alt="">
<img class="Icon2 js-scroll" src="assets/Logo (4).png" alt="">
<img class="Icon2 js-scroll" src="assets/Logo (5).png" alt="">
</div>
<h4 id="more">Meet all customers</h4>
<img src="assets/Right.png" alt="">
</div>
</div>
</div>
</section>
<section id="FAQ">
<div id="seventhContent">
<h2 id="head6">Caring is the new marketing</h2>
<span id="info2">The Nexcent blog is the best place to read about the latest membership insights, trends and more. See who's joining the
community, read about how our community are increasing their membership income and lot's more.</span>
<div id="threePoints">
<div class="container js-scroll">
<div id="points">
<img id="image" src="assets/image 18.png" alt="image">
<div id="card">
<h4 id="head7">Creating Streamlined Safeguarding Processes with OneRen</h4>
<button id="readMoreBtn">
<span>Read more</span>
<img src="assets/Right.png" alt="Right">
</button>
</div>
</div>
</div>
<div class="container js-scroll">
<div id="points">
<img id="image" src="assets/image 19.png" alt="image">
<div id="card">
<h4 id="head7">What are your safeguarding responsibilities and how can you manage them?</h4>
<button id="readMoreBtn">
<span>Read more</span>
<img src="assets/Right.png" alt="Right">
</div>
</button>
</div>
</div>
<div class="container js-scroll">
<div id="points">
<img id="image" src="assets/image 20.png" alt="image">
<div id="card">
<h4 id="head7">Revamping the Membership Model with Triathlon Australia</h4>
<button id="readMoreBtn">
<span>Read more</span>
<img src="assets/Right.png" alt="Right">
</div>
</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div id="eighthContent">
<h1 id="head8" class=" js-scroll">Wanna try our app?</h1>
<button id="demoBtm">
<span class=" js-scroll">Get a demo</span>
<img src="assets/Right1.png" alt="Right">
</button>
</div>
</section>
<footer>
<div id="footerContent">
<div id="footerLogo">
<img id="footerLogoImg"src="assets/Switch Mode=YES.png" alt="">
<p id="copyright">Copyright © 2024 Riglabs Collective</p>
<p id="rights">All rights reserved.</p>
<div id="footerSocial">
<img src="assets/Social Icons (1).png" alt="Instagrsm">
<img src="assets/Social Icons (2).png" alt="social">
<img src="assets/Social Icons (3).png" alt="Twitter">
<img src="assets/Social Icons (4).png" alt="YouTube">
</div>
</div>
<div id="Company">
<h4 id="head9">Company</h4>
<a href="">About Us</a>
<a href="">Blog</a>
<a href="">Contact us</a>
<a href="">Pricing</a>
<a href="">Testimonials</a>
</div>
<div id="Support">
<h4 id="head9">Support</h4>
<a href="">Help center</a>
<a href="">Terms of service</a>
<a href="">Legal</a>
<a href="">Privacy policy</a>
<a href="">Status</a>
</div>
<div id="footerMail">
<h4 id="head10">Stay up to date</h4>
<form action="" autocomplete="on">
<input type="mail" name="mail" placeholder="Your email address">
<button id="submit" type="submit">
<img src="assets/send.png" alt="send">
</button>
</form>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>