-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
269 lines (265 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<title>Courses</title>
</head>
<body>
<div class="header">
<nav>
<img
src="imgs/logo.png"
alt="logo"
width="200px"
height="100px"
href="javascript:void(0);"
onclick="loadHomePage();"
class="mr-5 hover:text-gray-900"
/>
<ul class="nav-links">
<li>
<a
href="javascript:void(0);"
onclick="loadcoursesPage();"
class="mr-5 hover:text-gray-900"
>Learn</a
>
</li>
<li>
<a
href="javascript:void(0);"
onclick="loadTestPage();"
class="mr-5 hover:text-gray-900"
>Practice</a
>
</li>
<li>
<a
href="javascript:void(0);"
onclick="location.href='/test.html'"
class="mr-5 hover:text-gray-900"
>Compete</a
>
</li>
<li>
<a
href="javascript:void(0);"
onclick="loadTestPage();"
class="mr-5 hover:text-gray-900"
>Mentorship</a
>
</li>
<li
class="btn"
href="javascript:void(0);"
onclick="loadSignupPage();"
>
SignUp
</li>
</ul>
</nav>
<h1 class="desc-container" style="font-family:'Times New Roman', Times, serif; font-size: x-large; font-weight: 500;">Welcome to our Courses Webpage –your gateway to a world of knowledge and skill-building! At our online learning platform, we're dedicated to providing high-quality courses on a wide range of subjects, designed to empower learners of all levels. Whether you're a beginner looking to explore a new interest or a professional seeking to advance your career, our courses offer a path to growth, enrichment, and achievement.</h1>
</div>
<script>
function loadHomePage() {
window.location.href = "g.html";
}
</script>
<script>
function loadSignupPage() {
window.location.href = "Signup.html";
}
</script>
<script>
function loadTestPage() {
window.location.href = "test.html";
}
</script>
<script>
function loadcoursesPage() {
window.location.href = "courses.html";
}
</script>
<div>
<div style="display: flex; flex-direction: row; justify-content:space-between; width: 40%; margin-left:150px;margin-top:500px;align-items:center" >
<p style="color: #fff;font-size:50px">What to expect?</p>
</div>
<div style="display: flex; flex-direction: row; justify-content:space-between; width: 90%; margin-left:100px; min-height:250px;align-items:center" >
<div class="w3-container1">
<p>Learn from Industry Leaders of Top Brands- Google, Microsoft and more</p>
<img src="imgs/we1.svg" alt="course1" height="50px" width="70px" style=" position:initial; right:200px;">
</div>
<div class="w3-container1">
<p>Industry aligned Projects & Capstone Projects</p>
<img src="imgs/we2.svg" alt="course1" height="50px" width="70px" style=" position:initial; right:200px;">
</div><div class="w3-container1">
<p>Mock Interviews and Placement Assistance</p>
<img src="imgs/we3.svg" alt="course1" height="50px" width="70px" style=" position:initial; right:200px;">
</div>
<div class="w3-container1">
<p>Resume Building, Linkedin Optimisation and GD Preparation</p>
<img src="imgs/we4.svg" alt="course1" height="50px" width="70px" style=" position:initial; right:200px;">
</div>
<div class="w3-container1">
<p>Certification, Letter of Recommendation and Job Referrals</p>
<img src="imgs/we5.svg" alt="course1" height="50px" width="70px" style=" position:initial; right:200px;">
</div>
</div>
</div>
<div style="display: flex; flex-direction: row; justify-content:space-between; width: 40%; margin-left:150px;margin-top:50px;align-items:center" >
<p style="color: #fff;font-size:50px" class="COURSESHAI">COURSES</p>
</div>
<div class="main">
<section class="courses">
<div class="course-card">
<h2>HTML</h2>
<p>
Welcome to the HTML Fundamentals course! HTML, or HyperText Markup
Language, is the foundation of the World Wide Web. In this course, you
will embark on an exciting journey to learn the essential skills
required to create web pages and content for the internet.
</p>
</div>
<div class="course-card">
<h2>JAVASCRIPT</h2>
<p>
Welcome to the JavaScript Essentials course! JavaScript is the
programming language of the web, empowering you to create dynamic and
interactive web applications. In this comprehensive course, you will
dive deep into the world of JavaScript, gaining the skills and
knowledge needed to build powerful web solutions
</p>
</div>
<div class="course-card">
<h2>REACT</h2>
<p>
Welcome to the React.js Mastery course! React.js is a powerful
JavaScript library for building modern, interactive, and responsive
web applications. In this comprehensive course, you'll embark on a
journey to master React.js and its ecosystem, equipping you with the
skills to create dynamic web applications and user interfaces.
</p>
</div>
</section>
<section class="courses">
<div class="course-card">
<h2>JAVA</h2>
<p>
Welcome to the HTML Fundamentals course! HTML, or HyperText Markup
Language, is the foundation of the World Wide Web. In this course, you
will embark on an exciting journey to learn the essential skills
required to create web pages and content for the internet.
</p>
</div>
<div class="course-card">
<h2>PYTHON</h2>
<p>
Welcome to the JavaScript Essentials course! JavaScript is the
programming language of the web, empowering you to create dynamic and
interactive web applications. In this comprehensive course, you will
dive deep into the world of JavaScript, gaining the skills and
knowledge needed to build powerful web solutions
</p>
</div>
<div class="course-card">
<h2>DJANGO</h2>
<p>
Welcome to the React.js Mastery course! React.js is a powerful
JavaScript library for building modern, interactive, and responsive
web applications. In this comprehensive course, you'll embark on a
journey to master React.js and its ecosystem, equipping you with the
skills to create dynamic web applications and user interfaces.
</p>
</div>
</section>
<script src="js.js"></script>
<div>
<footer class="footer">
<div class="footer-container">
<div class="footer-top">
<div>
<h6 class="footer-title">Courses</h6>
<ul class="footer-list">
<li class="footer-list-item">
<a href="#" class="footer-list-link">About</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Careers</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Affiliates</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Sitemap</a>
</li>
</ul>
</div>
<div>
<h6 class="footer-title">Contact Us</h6>
<ul class="footer-list">
<li class="footer-list-item">
<a href="#" class="footer-list-link">Instagram</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Twitter</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Linked-in</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Facebook</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link"
>jadhavatharvaternaengg.ac.in</a
>
</li>
</ul>
</div>
<div>
<h6 class="footer-title">Learn more</h6>
<ul class="footer-list">
<li class="footer-list-item">
<a href="#" class="footer-list-link">About</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Careers</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Affiliates</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Sitemap</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="footer-divider" />
<div class="footer-bottom">
<span class="copyright">© GEEXPRO. All rights reserved.</span>
<ul class="footer-list">
<li class="footer-list-item">
<a href="#" class="footer-list-link">
<i class="ri-facebook-circle-line"></i>
</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">
<i class="ri-instagram-line"></i>
</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">
<i class="ri-twitter-line"></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
</body>
</html>