-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
283 lines (233 loc) · 9.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="utility.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap"
rel="stylesheet">
<title>FUPRE CODE CLUB</title>
</head>
<body>
<header>
<nav class="navbar">
<ion-icon name="code-working-outline" class="icon-i"></ion-icon>
<ul class="nav-menu">
<li class="nav-item">
<a href="#" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#roadmap" class="nav-link">Roadmap</a>
</li>
<li class="nav-item">
<a href="#apply-now" class="nav-link btn nav-btn">Contact Us</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<section class="home-page">
<div class="hero-section">
<div class="container py-7">
<h1 class="" data-aos="fade-up" data-aos-duration="3000"
data-aos-once="true">
Coding made Simple
</h1>
<h3 class="sub-heading" data-aos="fade-down" data-aos-duration="3000"
data-aos-once="true">Getting to have a community that encourage you on your tech journey. </h3>
</div>
</div>
</section>
<section class="intro-section">
<div class="container py-2" data-aos="fade-up" data-aos-duration="3000"
data-aos-once="true">
<h2>Intro</h2>
<div class="intro-write">
<p>
Welcome to fupre coding forum! This is a place for developers of all
skill levels to ask questions, share knowledge, and discuss all
things related to programming. Whether you're a beginner looking for
guidance or an experienced developer looking to troubleshoot a
specific issue, we're here to help. Feel free to introduce yourself
and don't hesitate to ask for help if you need it. We're here to
learn and grow together as a community.
</p>
<br />
<a href="https://docs.google.com/forms/d/e/1FAIpQLScRY5ou7MNR6n7Xy0Ct0hIPfdve-hOSHPc5g-sNIJNARkt0kw/viewform"
class="btn nav-btn join-btn">Join
us
</a>
</div>
</div>
</section>
<section class="">
<div class="container curve" data-aos="fade-right" data-aos-offset="300"
data-aos-easing="ease-in-sine" data-aos-once="true">
<h2>Our Community</h2>
<p>
Diverse group of members and a wide range of experience levels, our
community is a great resource for anyone looking to learn more about
coding and to connect with other like-minded individuals. Most of our
community events take place on telegram, where free materials for
learning are distributed.
<a href="#apply-now"> apply</a>
on the form below to join.
</p>
<img class="coding-img" src="img/cd.jpg" alt="" />
</div>
</section>
<section>
<div class="container">
<h2 class="center py-2">FEATURES</h2>
<h3 class="py-2 heading-features">Some of our features includes</h3>
<div class="flex flex-justify">
<div class="card">
<ion-icon class="ion-icon" size="large"
name="extension-puzzle-outline"></ion-icon>
<h3><strong> Helping you debug</strong></h3>
<i>We try as much to help mostly beginners who have issues.</i>
</div>
<div class="card">
<ion-icon name="color-filter-outline"></ion-icon>
<h3><strong> Collaboration</strong></h3>
<i>We try as much to help mostly beginners who have issues.</i>
</div>
<div class="card">
<ion-icon name="radio-outline"></ion-icon>
<h3><strong> Connecting with various individuals</strong></h3>
<i>
You would be opportune to connect with various skilled
programmers.
</i>
</div>
</div>
</div>
</section>
<section id="roadmap">
<div class="container">
<h2 class="py-4 center roadmap-heading">ROADMAP</h2>
<div data-aos="fade-up" data-aos-once="true" class="front-end">
<h2 class="center front-end-heading">FRONT END</h2>
<p class="front-end-p">
Learn HTML, CSS, and JavaScript: These are the three fundamental
technologies that form the basis of frontend development. Start by
learning the basics of HTML and CSS, and then move on to learning
JavaScript.
</p>
<br />
<p>
Learn a frontend framework: To build modern, interactive web
applications, you'll need to learn a frontend framework such as
React, Angular, or Vue.js. Choose one that aligns with your goals
and interests, and spend some time learning it in depth.
</p>
</div>
<div class="py-3 backend" data-aos="fade-up" data-aos-once="true">
<h2 class="center">BACKEND</h2>
<ol class="backend-list">
<li>
Learn the basics of a programming language such as Python or Java.
</li>
<li>
Get familiar with web development concepts, including HTTP, HTML,
and CSS.
</li>
<li>
Learn how to use a web framework such as Django or Spring to build
web applications.
</li>
<li>
Learn how to use a database management system (DBMS) such as MySQL
or PostgreSQL to store and retrieve data.
</li>
<li>
Learn how to use a version control system such as Git to manage
your code.
</li>
<li>
Learn how to use a serverless platform such as AWS Lambda or
Google Cloud Functions to build and deploy backend services.
</li>
<li>
Learn how to secure your backend application using techniques such
as input validation and user authentication.
</li>
<li>
Learn how to optimize your application's performance using
techniques such as caching and database indexing.
</li>
<li>
Learn how to monitor and debug your application using tools such
as logging and debugging libraries.
</li>
<li>
Keep up with the latest trends and technologies in web development
to continually improve your skills and knowledge.
</li>
</ol>
</div>
</div>
</section>
<section class="bgc" id="apply-now" data-aos="fade-up" data-aos-once="true">
<div class="container">
<h2 class="py-1">Contact</h2>
<br />
<form
name="contact" method="POST" data-netlify="true" onsubmit="submit"
>
<label>
<input type="email" class="field" placeholder="Your Email" name="email"
/></label>
<label>
<textarea name="text" id="" cols="30" rows="10" class="field" placeholder="Message"></textarea>
<!-- <input type="text" class="field" placeholder="Github repo" name="name" -->
</label>
<button type="submit" class="btn-form">send</button>
</p>
</form>
</div>
</section>
<footer class="py-2 bgc footer">
<div class="container">
<p class="py-3">
Made by <a target="_blank" href="https://josephbawo.netlify.app/"
class="footer-link">josephbawo</a>.
Member of fupre code club
</p>
<div class="flex footer-social">
<a href="https://github.com/Fupre-Code-Club"> Github</a>
<a href="">Facebook</a>
</div>
<p class="py-3">
Copyright © 2022 Fupre code club. All rights reserved.
</p>
</div>
</footer>
<!-- <br> -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="script.js"></script>
<script type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>