-
Notifications
You must be signed in to change notification settings - Fork 0
/
techcurious.html
315 lines (278 loc) · 11 KB
/
techcurious.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechCurious | Learn Web Development, Data Analytics, and Machine Learning</title>
<link href="https://fonts.googleapis.com/css2?family=Uniform+Rounded:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="stylesheet" href="mistyle.css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<style>
body {
font-family: 'Uniform Rounded', Arial, sans-serif;
box-sizing: border-box;
transition: background-color 0.5s ease-in-out;
color: #1f1d1d;
}
.container {
display: flex;
justify-content: space-between;
padding: 20px;
background-color: #f5f5f5;
}
.text-container {
width: 50%;
padding-right: 20px;
box-sizing: border-box;
transition: opacity 0.5s ease-in-out;
}
.text-container p {
line-height: 1.6;
}
.text-container ul li{
margin-bottom: 1em;
}
.image-container {
width: 50%;
text-align: center;
transition: opacity 0.5s ease-in-out;
}
.image-container img {
width: 80%;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.menu-options {
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 20px;
}
.menu-options div {
cursor: pointer;
padding: 1.5em;
}
.menu-options div a{
text-decoration: none;
color: #1f1d1d;
}
.menu-options div a:hover,
.menu-options div h3:hover,
.menu-options div p:hover {
cursor: pointer;
color: #f04b09;
font-weight: 600;
font-size: smaller;
transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out, font-size 0.5s ease-in-out;
}
.menu-options img {
width: 85%;
object-fit: contain;
}
#installments-section {
font-size: 1.5em;
font-weight: 700;
text-align: center;
padding: 20px;
background-color: #ffffff; /* Add a background color for better visibility */
color: #201f1f; /* Set text color to white for better contrast */
cursor: pointer;
margin-top: 20px;
}
.curriculum-wrapper {
margin-top: 20px;
text-align: center;
}
.curriculum-wrapper embed {
width: 80%;
height: 500px;
}
#select-curriculum {
padding: 8px;
}
table {
width: 100%;
margin-top: 20px;
border: #fff;
}
.table-label {
padding: 8px 0;
color: #555;
font-weight: bold;
}
table td {
padding: 8px 10px;
text-align: left;
}
.footer {
text-align: center;
padding: 20px;
}
@media only screen and (max-width: 768px) {
.container {
flex-direction: column;
align-items: center;
}
.text-container,
.image-container {
width: 100%;
padding: 0;
}
.image-container {
margin-top: 20px;
}
.menu-options {
flex-direction: column;
text-align: center;
}
.menu-options div {
padding: 1.5em;
margin-bottom: 20px;
}
.menu-options img {
width: 100%;
}
.curriculum-wrapper embed {
width: 100%;
height: 400px;
}
#installments-section {
margin-top: 0; /* Remove top margin on mobile for better spacing */
}
}
</style>
</head>
<body>
<div><br /><a href="index.html"><<< Back to homepage</a></div>
<div class="container">
<!-- Left Container for Text -->
<div class="text-container fade-in">
<h1>TECHCURIOUS</h1>
<p>Explore the world of Web Development, Data Analytics, and Machine Learning with TechCurious. Acquire valuable skills that empower you to build elegant websites, analyze massive datasets, and deploy intelligent models.</p>
<h2>Learning Outcomes</h2>
<ul>
<li>Develop responsive and user-friendly websites.</li>
<li>Uncover actionable insights from complex datasets.</li>
<li>Build and deploy intelligent machine learning models.</li>
<li>Create dynamic data visualizations for effective communication.</li>
<li>Collaborate with technical and business teams, bridging the gap between code and understanding.</li>
</ul>
</div>
<!-- Right Container for Image -->
<div class="image-container fade-in">
<img src="img/techcurious.png" alt="TechCurious Image">
</div>
</div>
<!-- Menu Options Section -->
<div class="menu-options fade-in">
<div>
<a href="https://paystack.com/pay/techcuriousweb">
<img src="img/web.jpg" alt="Techcurious' Web Development Program" />
<h3>Web Development</h3>
<p>Build elegant and responsive websites. Learn HTML, CSS, JavaScript, and popular frameworks like React and Bootstrap. Explore the fundamentals of web design and user experience.</p>
<table>
<tr>
<td class="table-label">Duration</td>
<td>6 months</td>
</tr>
<tr>
<td class="table-label">Cost</td>
<td>300,000 NGN</td>
</tr>
</table>
</a>
</div>
<div>
<a href="http://paystack.com/pay/techcuriousda">
<img src="img/da.jpg" alt="Techcurious' Data Analytics Program" />
<h3>Data Analytics</h3>
<p>Uncover actionable insights from massive datasets. Dive into data cleaning, analysis, and visualization using tools like Python, Pandas, NumPy, and Matplotlib. Gain skills in data-driven decision-making.</p>
<table>
<tr>
<td class="table-label">Duration</td>
<td>4 months</td>
</tr>
<tr>
<td class="table-label">Cost</td>
<td>240,000 NGN</td>
</tr>
</table>
</a>
</div>
<div>
<a href="https://paystack.com/pay/techcuriousml">
<img src="img/ml.jpg" alt="Techcurious' Machine Learning Program" />
<h3>Machine Learning</h3>
<p>Build and deploy intelligent models. Explore machine learning algorithms, model training, and deployment. Use popular libraries like TensorFlow and scikit-learn. Understand the applications and ethics of AI.</p>
<table>
<tr>
<td class="table-label">Duration</td>
<td>8 months</td>
</tr>
<tr>
<td class="table-label">Cost</td>
<td>450,000 NGN</td>
</tr>
</table>
</a>
</div>
</div>
<h2 class="header">Techcurious for Corporate Needs</h2>
<div class="section fade-in">
<img src="img/network.jpg" alt="The convener of Techcurious">
<div class="list">
<p>Do you manage a firm or school, and would love to equip your staff or student with up-to-date tech skills?
There's massivr discount for you</p>
<ul>
<li class="list-item"><i class="fas fa-users"></i> 10 trainees: 10% discount</li>
<li class="list-item"><i class="fas fa-users"></i> 25 trainees: 15% discount</li>
<li class="list-item"><i class="fas fa-users"></i> 50 trainees: 20% discount</li>
<li class="list-item"><i class="fas fa-users"></i> Above 50 trainees: Send a Message</li>
</ul>
</div>
</div>
<h2 class="header">MONTHLY INSTALLMENTS</h2>
<div class="section fade-in">
<div class="list">
<h3>Affordable Learning Through Monthly Subscriptions</h3>
<p>Personal development plans are best pursued in manageable modules. Traditional one-time payment plans can
appear bogus, often resulting in abandoned goals. Monthly subscriptions provide a more
accessible and cost-effective solution, enabling you to spread the cost of your learning journey.
This approach fosters consistent engagement and progress, keeping you motivated and on track to reach
your full potential.</p>
<h3>Ready to embark on your journey?</h3>
<p>Make your secure monthly payment and gain access to a wealth of personal development sessions
<a href="https://paystack.com/pay/techcuriousinstallments">here</a>.</p>
</div>
<img src="img/building_block.jpg" id="image1" alt="training building blocks">
</div>
<div class="curriculum-wrapper">
<h2>Curriculum Overview</h2>
<div>
<label for="select-curriculum">Select Curriculum:</label>
<select id="select-curriculum" onchange="showCurriculum(this.value)">
<option value="files/ds_curriculum.pdf">Data Science Curriculum</option>
<option value="files/web_curriculum.pdf">Web Development Curriculum</option>
</select>
</div><br />
<div id="curriculum-container"></div>
</div>
<div class="footer">
<p>© 2024<br />Oluwole Fasakin</p>
</div>
<script>
function showCurriculum(pdfPath) {
// Check if the selected PDF is allowed
const allowedPDFs = ["files/ds_curriculum.pdf", "files/web_curriculum.pdf"];
if (allowedPDFs.includes(pdfPath)) {
document.getElementById('curriculum-container').innerHTML = `<iframe src="${pdfPath}" width="100%" height="500px"></iframe>`;
}
}
document.addEventListener("DOMContentLoaded", function() {
showCurriculum("files/ds_curriculum.pdf");
});
</script>
</body>
<script src="img/mijs.js"></script>
</html>