forked from Chimoney/Community-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
304 lines (275 loc) · 10.8 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
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?class=G-NM34VFTB3N"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-NM34VFTB3N')
</script>
<!-- meta info -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="wclassth=device-wclassth, initial-scale=1.0" />
<meta name="title" content="Chimoney Community Website" />
<meta name="description" content="Chimoney Community Website" />
<meta name="keywords" content="Chimoney, Community, Chimoney Community, Chimoney Community Website" />
<meta name="author" content="Chimoney" />
<meta property="og:title" content="Chimoney Community Website" />
<meta property="og:description" content="Chimoney Community Website" />
<meta property="og:image" content="assets/images/site-icon.svg" />
<meta property="og:url" content="https://chimoney.github.io/Community-Website/" />
<!-- site icon -->
<link rel="icon" href="assets/images/site-icon.svg" type="image/svg+xml" />
<title>Chimoney Community Website</title>
<!-- styles -->
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- Favicons -->
<link href="assets/images/Chimoney.png" rel="icon" />
<!-- Poppins Google font link-->
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<nav>
<div class="navbar-logo">
<a href="#"><img src="assets/images/navlogo.svg" class="logo" alt="Chimoney"></a>
<img src="assets/images/close.svg" class="close_icon" alt="close icon">
</div>
<div class="nav-link">
<ul>
<li><a class="link" href="#community">Community</a></li>
<li><a class="link" href="#blogs">Blogs</a></li>
<li><a class="link" href="#events">Events</a></li>
</ul>
</div>
<div class="nav-item">
<a href="https://dash.chimoney.io/auth/signin"><button class="link" id="sign-in">Sign in</button></a>
<a href="https://chimoney.io/book-a-demo"><button class="navbar-btn link" id="contact-sales">Contact
sales</button></a>
</div>
<img src="assets/images/menu.svg" class="menu_icon" alt="menu icon">
</nav>
</div>
<!-- End of Navbar -->
<!-- Hero section -->
<div class="hero-section" id="community">
<div class="heading">
<h1>Find your place in the<br> Chimoney Community</h1>
<p>Whether you're a beginner, expert, developer, or<br> designer, everyone is welcome to join our<br>
international
network of users.</p>
<a
href="https://docs.google.com/forms/u/1/d/e/1FAIpQLSeuFDcnkrddQG1sPoO3eCH2F65Z8o8wrBqTMqHMNOUOC1cY2w/viewform?utm_medium=headbanner&utm_source=web">
<button class="hero-button" id="contact-sales">JOIN OUR COMMUNITY</button>
</a>
</div>
<div class="header-image">
<img src="assets/images/hero-image.png" alt="Image">
</div>
</div>
<!--End of Hero section-->
<!--As part of the community section-->
<div class="community-container">
<h2 class="comm-part-h2">As part of the Community, you’ll:</h2>
<div class="comm-part-grid">
<div class="comm-part-flex">
<img src="assets/images/whitemark.svg" alt="">
<p class="comm-part-p">Expand your network</p>
</div>
<div class="comm-part-flex">
<img src="assets/images/whitemark.svg" alt="">
<p class="comm-part-p">Build your portfolio</p>
</div>
<div class="comm-part-flex">
<img src="assets/images/whitemark.svg" alt="">
<p class="comm-part-p">Build meaningful relationships</p>
</div>
<div class="comm-part-flex">
<img src="assets/images/whitemark.svg" alt="">
<p class="comm-part-p">Get early announcements</p>
</div>
<div class="comm-part-flex">
<img src="assets/images/whitemark.svg" alt="">
<p class="comm-part-p">Get meaningful feedback</p>
</div>
<div class="comm-part-flex">
<img src="assets/images/whitemark.svg" alt="">
<p class="comm-part-p">Opportunities to test products</p>
</div>
</div>
</div>
<!--End as part of the community section-->
<!-- tab section -->
<section class="tab_section ">
<div class="tabs">
<button class="tab_item tab_btn active" onclick="openTabAndActivate(event, 'Blogs')">Blogs</button>
<button class="tab_item tab_btn" onclick="openTabAndActivate(event, 'Events')">Events</button>
<button class="tab_item tab_btn" onclick="openTabAndActivate(event, 'Videos')">Videos</button>
</div>
<div id="Blogs" class="tab_container tab">
<p class="tab_text">Our blog posts are curated to help you get familiar with Chimoney’s product and services. Dive
into Chimoney's
blog section to discover a wealth of knowledge designed to empower your financial journey. Explore insightful
articles, tutorials, and guides covering a diverse range of topics, from investment strategies to personal
finance
management.</p>
</div>
<div id="Events" class="tab_container tab tab-2" style="display:none">
<p class="tab_text">
Stay updated with Chimoney's latest events and conferences. Join us to learn about upcoming features,
partnerships, and industry insights. Get involved in workshops and webinars conducted by experts to enhance your
knowledge and skills in financial technology.
</p>
</div>
<div id="Videos" class="tab_container tab tab-3" style="display:none">
<p class="tab_text">
Explore Chimoney's video library to discover tutorials, product demonstrations, and interviews with industry
leaders. Dive into our collection of informative videos covering various topics such as financial literacy,
investment strategies, and updates on Chimoney's latest developments. Whether you're a beginner or an expert,
our
videos offer valuable insights to help you navigate the world of finance.
</p>
</div>
</section>
<!-- End of tab section -->
<!--featured post-->
<div class="feature-container" id="blogs">
<p class="feature-heading">Featured posts</p>
<div class="blogpost-container">
<div class="blog-posts">
<div id="data"></div>
</div>
<button class="see-more">See more</button>
</div>
</div>
<!-- End of Featured post -->
<!-- Community Care -->
<div class="comm-care">
<div class="comm-care-container">
<div class="comm-care-title">
<h3>Community Care</h3>
</div>
<div class="comm-care-content">
<P class="comm-care-description">
We are committed to working together to ensure the safety of our comunity. All community members, leaders,
attendees, speaker, sponsors, volunteers etc. must abide by the code of conduct
</P>
<a href="https://docs.google.com/document/d/1ePyYNcM-uo387XwTtTvrxhA1FOVzL6ykVn38cZy3fZY/edit?usp=sharing">
<button class="comm-care-btn">
Read Code of Conduct
</button>
</a>
</div>
</div>
</div>
<!-- CTA section -->
<div class="make-value-card">
<div class="make-value-content">
<p>
Better build and hyperscale your payment interactions.
</p>
<p>
Deliver a delightful experience to your user.
</p>
<div class="vector-1"></div>
<div class="vector-2"></div>
<a href="https://chimoney.io/book-a-demo">
<button class="make-value-btn">
Make Value Move Today
</button>
</a>
</div>
</div>
<!-- End of CTA section -->
<!-- Footer -->
<footer class="footer">
<div class="bg1 bigscreen">
<div class="img-div">
<img class="big" src="assets/images/bgGreyBig.svg" alt="background-image">
<!-- <img class="small" src="assets/images/bgSmall.svg" alt="background-image"> -->
</div>
<section class="section">
<div class="links">
<div class="left_sec">
<a href="https://chimoney.io/" class="footer_logo"><img src="assets/images/chimoney_whiteBg_logo.svg"
alt="chimoney logo"></a>
<div class="">
<p>One API, </p>
<p>Multiple services</p>
</div>
<ul>
<a href="https://instagram.com/chimoney_io?igshid=YmMyMTA2M2Y=">
<img src="assets/images/ig.svg" alt="instagram icon" class="ig">
</a>
<a href="https://twitter.com/chimoney_io?t=ikRXz4TJKq1yvZAy-CighA&s=09">
<img src="assets/images/twitter.svg" alt="twitter icon" class="twi">
</a>
<a href="https://www.linkedin.com/company/chimoney/">
<img src="assets/images/linkedIn.svg" alt="linkedIn icon" class="ln">
</a>
</ul>
</div>
<div class="right_sec">
<div class="articles">
<h3>Products</h3>
<ul>
<li>
<a href="https://chimoney.io/chipay">ChiPay</a>
</li>
<li>
<a href="https://chimoney.io/chiconnect">ChiConnect</a>
</li>
</ul>
</div>
<div class="articles">
<h3>Company</h3>
<ul>
<li>
<a href="https://chimoney.io/about-chimoney">About Us</a>
</li>
<li>
<a href="https://chimoney.io/testimonials">Testimonials</a>
</li>
<li>
<a href="https://chimoney.io/pricing">Pricing</a>
</li>
<li>
<a href="https://chimoney.io/faqs">FAQ</a>
</li>
</ul>
</div>
<div class="articles">
<h3>Legal</h3>
<ul>
<li>
<a href="https://chimoney.io/privacy-policy">Privacy Policy</a>
</li>
<li>
<a href="https://chimoney.io/terms-and-conditions">Terms and Condition</a>
</li>
<li>
<a href="https://chimoney.io/information-security-policy">Information Security and Policy</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- <hr class="footer-hr"> -->
<div class="copyright">
<p>© <span class="year"></span> Chi Technologies Inc.
</p>
<p>260 Queens Quay West, Toronto, ON, MJ5 2N3, Canada</p>
</div>
</div>
</footer>
<!-- End of Footer -->
<script src="assets/js/main.js"></script>
</body>
</html>