-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogrammingAndCoding.html
More file actions
174 lines (142 loc) · 7.09 KB
/
programmingAndCoding.html
File metadata and controls
174 lines (142 loc) · 7.09 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
<!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">
<title>categories</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<script src="https://kit.fontawesome.com/c92c70a5e9.js" crossorigin="anonymous"></script>
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<section class="flex">
<a href="home.html" class="logo animated-logo">
<span class="letter-color-1">S</span>
<span class="letter-color-2">T</span>
<span class="letter-color-3">E</span>
<span class="letter-color-4">M</span>
&
<span class="letter-color-5">T</span>
<span class="letter-color-6">e</span>
<span class="letter-color-7">c</span>
<span class="letter-color-8">h</span>
ACADEMY
</a>
<h2 class="animated-heading">Where Youth Discover STEM & Tech:Empowering those who take charge with their future</h2>
<form action="search.html" method="post" class="search-form">
<input
type="text"
name="search_box"
id="search-box"
required
placeholder="Search courses..."
maxlength="100"
aria-label="Search for courses">
<button type="submit" class="search-button">
<i class="fas fa-search" aria-hidden="true"></i>
<span class="sr-only">Search</span>
</button>
</form>
<div class="icons">
<button id="menu-btn" class="icon-button fas fa-bars" aria-label="Menu"></button>
<button id="user-btn" class="icon-button fas fa-user" aria-label="User Profile"></button>
<button id="toggle-btn" class="icon-button fas fa-sun" aria-label="Toggle Theme"></button>
</div>
<div class="profile">
<img src="images/pic-1.png" class="image" alt="">
<h3 class="name">Sipho Cedric Dlamini</h3>
<p class="role">Student</p>
<a href="profile.html" class="btn">view profile</a>
<div class="flex-btn">
<a href="login.html" class="option-btn">login</a>
<a href="register.html" class="option-btn">register</a>
</div>
</div>
</section>
</header>
<div class="side-bar">
<div id="close-btn">
<i class="fas fa-times"></i>
</div>
<div class="profile">
<img src="images/pic-1.png" class="profile-image" alt="Profile picture of Sipho Cedric Dlamini">
<h3 class="profile-name">Sipho Cedric Dlamini</h3>
<p class="profile-role">Student</p>
<a href="profile.html" class="profile-btn">View Profile</a>
</div>
<nav class="navbar">
<a href="home.html" class="nav-link active"><i class="fas fa-house-user"></i><span>HOME</span></a>
<a href="about.html" class="nav-link"><i class="fas fa-info-circle"></i><span>ABOUT</span></a>
<a href="courses.html" class="nav-link"><i class="fas fa-book-open"></i><span>COURSES</span></a>
<a href="contact.html" class="nav-link"><i class="fas fa-envelope-open-text"></i><span>CONTACT-US</span></a>
<a href="matric.html" class="nav-link"><i class="fas fa-chart-bar"></i><span>Matric Analysis</span></a>
</nav>
</div>
<section>
<div class="category-page">
<section class="overview">
<h2>Programming and Coding</h2>
<p>Learn the fundamentals of programming languages, data structures, algorithms, and web development through video tutorials and practical exercises.</p>
</section>
<section class="core-topics">
<!-- Programming and Coding -->
<h2>Core Topics</h2>
<ul>
<li><a href="#v1" class="scroll-link">Data Structures and Algorithms</a></li>
<li><a href="#v2" class="scroll-link">Object-Oriented Programming</a></li>
<li><a href="#v3" class="scroll-link">Functional Programming Concepts</a></li>
<li><a href="#v4" class="scroll-link">Web Development (Frontend and Backend)</a></li>
<li><a href="#v5" class="scroll-link">Database Management (SQL/NoSQL)</a></li>
<li><a href="#v6" class="scroll-link">API Development and Integration</a></li>
<li><a href="#v7" class="scroll-link">Version Control with Git</a></li>
<li><a href="#v8" class="scroll-link">Mobile App Development</a></li>
<li><a href="#v9" class="scroll-link">Debugging and Optimization</a></li>
<li><a href="#v10" class="scroll-link">Programming Paradigms</a></li>
</ul>
</section>
<section class="videos">
<h2>Video Library</h2>
<p>Watch videos on basic programming and coding.</p>
<div class="video-links">
<a id="v1" href="https://www.youtube.com/watch?v=bum_19loj9A" target="_blank">Data Structures and Algorithms for Beginners</a>
<a id="v2" href="https://www.youtube.com/watch?v=JeznW_7DlB0" target="_blank">Object-Oriented Programming for Beginners</a>
<a id="v3" href="https://www.youtube.com/watch?v=KJgsSFOSQv0" target="_blank">Functional Programming Concepts</a>
<a id="v4" href="https://www.youtube.com/watch?v=oGM4LI9Z9HE" target="_blank">Front End vs Back End development - Which should you learn?</a>
<a id="v5" href="https://www.youtube.com/watch?v=ZS_kXvOeQ5Y" target="_blank">SQL vs NoSQL Databases</a>
<a id="v6" href="https://www.youtube.com/watch?v=pKd0Rpw7O48&t=2033s" target="_blank">How to build a REST API with Node js & Express</a>
<a id="v7" href="https://www.youtube.com/watch?v=SWYqp7iY_Tc" target="_blank">Git Tutorial for Beginners</a>
<a id="v8" href="https://www.youtube.com/watch?v=0-S5a0eXPoc" target="_blank">React Native Tutorial for Beginners</a>
<a id="v9" href="https://www.youtube.com/watch?v=gaminoBsQx0" target="_blank">Debugging Techniques for Beginners</a>
<a id="v10" href="https://www.youtube.com/watch?v=FGufrjzbiZw" target="_blank">What are Programming Paradigms?</a>
</div>
</section>
<section class="quizzes">
<h2>Quizzes & Exercises</h2>
<p>Test your knowledge with our quizzes and interactive exercises.</p>
<a href="quiz-science-basics.html">Start Quiz</a>
</section>
<section class="career-paths">
<h2>Career Pathways</h2>
<p>Discover careers in programming, coding and related professions.</p>
</section>
</div>
</body>
<footer class="footer">
<div class="footer-content">
<h2>STEM & Tech Academy</h2>
<p>© 2024 STEM & Tech Academy | All Rights Reserved</p>
<div class="social-icons">
<a href="#" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
<!-- custom js file link -->
<script src="js/script.js"></script>
</html>