-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (214 loc) · 8.09 KB
/
index.html
File metadata and controls
220 lines (214 loc) · 8.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="stylesheet" href="css\HomePageStyle.css" />
</head>
<body>
<!-- NAVIGATION BAR -->
<div class="navigation-bar-section">
<div style="display: flex;">
<a href="index.html"><img src="images/website-logo-light.png" id="website-logo" alt="logo"
title="Website Logo"></a>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="CoursesIndex.htmlS">Courses</a></li>
<li><a href="FAQIndex.html">FAQs</a></li>
<li><a href="#footer">About Us</a></li>
</ul>
</div>
<div class="navigation-bar-right">
<a href="logIn.html"><button id="login-btn">Log in</button></a>
<a href="SignUp.html"><button id="signup-btn">Sign up</button></a>
</div>
</div>
<!-- WELCOME SECTION -->
<div class="welcome-section" id="welcome-section">
<div class="inside">
<img id="welcome-image" src="images/welcome-image.png" alt="image">
<div class="welcome-texts">
<h1 id="title">Bring Your Ideas to Life with Code!</h1>
<h3 id="description-of-title">—> At <span class="highlight">EduCode</span>, you’ll start building
real
projects from day one. <br> Discover your creativity, learn step by step, and grow your
coding<br>skills.</h3>
<h3 style="color: #052659;">—> one line of code at a time.</h3>
<button id="get-started-btn">Get Started!</button>
</div>
</div>
</div>
<!-- WHY US? SECTION -->
<div class="cards" id="why-us-section">
<h2 class="cards-title">Why Choose EduCode?</h2>
<div class="content">
<div class="card">
<div class="icon">
<img src="images/Learn-at-Your-Own-Pace-image.png">
</div>
<div class="title">
<h3>
Learn at Your Own Pace
</h3>
</div>
<div class="description">
<p>
No deadlines, no pressure. Explore topics when it suits you and grow your skills on a schedule
that fits your life.
</p>
</div>
</div>
<div class="card">
<div class="icon">
<img src="images/Beginner-Friendly-Learning-image.png">
</div>
<div class="title">
<h3>
Beginner-Friendly Learning
</h3>
</div>
<div class="description">
<p>
Whether you're just starting or already on your coding journey, our platform is designed to be
intuitive, supportive, and easy to follow every step of the way.
</p>
</div>
</div>
<div class="card">
<div class="icon">
<img src="images/Real-World-Projects-image.png">
</div>
<div class="title">
<h3>
Real-World Projects
</h3>
</div>
<div class="description">
<p>
We don’t just teach you to code, but we help you build real, hands-on projects that sharpen your
skills and make your portfolio stand out.
</p>
</div>
</div>
</div>
</div>
<!-- COURSES PREVIEW SECTION -->
<div class="cards" id="courses-preview-section">
<h2 class="cards-title">All Programming Skills You Need in One Place!</h2>
<div class="content">
<div class="card">
<div class="image">
<img src="images/js-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
JavaScript
</h3>
</div>
</div>
<div class="card">
<div class="image">
<img src="images/python-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
Python Language
</h3>
</div>
</div>
<div class="card">
<div class="image">
<img src="images/data-structure-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
Data Structure
</h3>
</div>
</div>
<div class="card">
<div class="image">
<img src="images/java-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
Java Language
</h3>
</div>
</div>
<div class="card">
<div class="image">
<img src="images/swift-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
Swift Language
</h3>
</div>
</div>
<div class="card">
<div class="image">
<img src="images/c-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
C++ Language
</h3>
</div>
</div>
<div class="card">
<div class="image">
<img src="images/r-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
R Language
</h3>
</div>
</div>
<div class="card">
<div class="image">
<img src="images/php-course-image.png">
</div>
<div class="title" style="justify-items: left;">
<h3>
PHP Language
</h3>
</div>
</div>
<div class="card">
<h3>
And More!
</h3>
</div>
</div>
</div>
</body>
<!-- FOTER SECTION -->
<footer id="footer">
<div class="footer-items">
<div>
<a href="HomePageIndex.html"><img src="images/website-logo-dark.png" id="website-logo" alt="logo"
title="Website Logo"></a>
<p>EduCode is a learning platform where creativity meets code. <br>We help learners build real-world skills
through hands-on <br>projects, practical courses, and a supportive coding journey<br>—> one line at a
time.</p>
<ul class="pages">
<li><a href="index.html">Home</a></li>
<li><a href="CoursesIndex.html">Courses</a></li>
<li><a href="FAQIndex.html">Help</a></li>
</ul>
<p>© 2025 EduCode. All rights reserved.</p>
</div>
<div class="socials">
<a href="#"><img src="images/insta-icon.png"></a>
<a href="#"><img src="images/twitter-icon.png"></a>
<a href="#"><img src="images/telegram-icon.png"></a>
</div>
<div class="move-to-head">
<a href="#welcome-section"><img src="images/arrow-up-icon.png"></a>
</div>
</div>
</footer>
</html>