-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
231 lines (209 loc) · 10.2 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
<!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="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="home_style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a href="index.html" class="navbar-brand">
<img src="logo3-modified.jpg" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<!-- <span class="navbar-toggler-icon"></span> -->
<img
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAFFJREFUSEvtlEkKADAIA83/H52eu1APZQShnquTBaqAR/D9+IA04fqIbDuVdXkgaRK9OcABL+pPu/Ud4A7wDnAAHlF/AN4BDujfwXewJoD/pgNrVBgZX2h0sgAAAABJRU5ErkJggg==" />
</button>
<div class="links collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" aria-current="page" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" aria-current="page" href="Contact.html">Contacts</a></li>
</ul>
<div class="user links">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<button type="button" class="btn btn-outline-primary btn-lg" onclick="Login()">Login</button>
<button type="button" class="btn btn-primary btn-lg" onclick="SignUp()">Sign up</button>
</ul>
</div>
</div>
</div>
</nav>
<main>
<div class="info">
Build Skills with <br>
Online Course <br>
<div class="sub">
On <b>Skill Route </b><br>
Your Pathfinder to Skill Mastery
</div>
</div>
</main>
<div class="section">
<h3 class="skills">Benefits of using Skil Route</h3>
<div class="info container">
<div class="card">
<h2>01</h2>
<p class="first">Flexible Learning Schedule</p>
<p>Fit your coursework around your existing commitments and obligations.</p>
</div>
<div class="card">
<h2>02</h2>
<p class="first">Expert InstructionExpert Instruction</p>
<p>Learn from industry experts who have hands-on experience in design and development.</p>
</div>
<div class="card">
<h2>03</h2>
<p class="first">Diverse Course Offerings</p>
<p>Explore a wide range of design and development courses covering various topics.</p>
</div>
<div class="card">
<h2>04</h2>
<p class="first">Updated Curriculum</p>
<p>Access courses with up-to-date content reflecting the latest trends and industry practices.</p>
</div>
<div class="card">
<h2>05</h2>
<p class="first">Practical Projects and Assignments</p>
<p>Develop a portfolio showcasing your skills and abilities to potential employers.</p>
</div><div class="card">
<h2>06</h2>
<p class="first">Interactive Learning Environment</p>
<p>Collaborate with fellow learners, exchanging ideas and feedback to enhance your understanding.</p>
</div>
</div>
<div class="skills">
Explore Our Popular skills
</div>
<div class="container">
<!-- C Card -->
<div class="card">
<img src="c.jpg" alt="C">
<h2>C</h2>
<p>C is used for server-side web development.</p>
<a href="c1.html">Learn More</a>
<div class="ratings">
<span class="stars">★★★</span>
<span class="learner-count">70k+ learners</span>
</div>
</div>
<!-- C++ Card -->
<div class="card">
<img src="c++.jpg" alt="C++">
<h2>C++</h2>
<p>C++ is a powerful programming language.</p>
<a href="c++.html">Learn More</a>
<div class="ratings">
<span class="stars">★★★★</span>
<span class="learner-count">20k+ learners</span>
</div>
</div>
<!-- JavaScript Card -->
<div class="card">
<img src="JavaScript.jpg" alt="JavaScript">
<h2>JavaScript</h2>
<p>JavaScript is used for interactive web development.</p>
<a href="js.html">Learn More</a>
<div class="ratings">
<span class="stars">★★★</span>
<span class="learner-count">90k+ learners</span>
</div>
</div>
<!-- Java Card -->
<div class="card">
<img src="java.png" alt="Java">
<h2>Java</h2>
<p>Java is widely used for enterprise applications.</p>
<a href="j.html">Learn More</a>
<div class="ratings">
<span class="stars">★★★</span>
<span class="learner-count">50k+ learners</span>
</div>
</div>
<!-- Python Card -->
<div class="card">
<img src="python.jpg" alt="Python">
<h2>Python</h2>
<p>Python is a versatile language with many applications.</p>
<a href="python.html">Learn More</a>
<div class="ratings">
<span class="stars">★★★</span>
<span class="learner-count">60k+ learners</span>
</div>
</div>
<!-- MySQL Card -->
<div class="card">
<img src="mysql.png" alt="MySQL">
<h2>MySQL</h2>
<p>MySQL is a popular relational database management system.</p>
<a href="mysql1.html">Learn More</a>
<div class="ratings">
<span class="stars">★★★★★</span>
<span class="learner-count">100k+ learners</span>
</div>
</div>
<!-- HTML Card -->
<div class="card">
<img src="html.jpg" alt="HTML">
<h2>HTML</h2>
<p>HTML is a powerful programming language.</p>
<a href="h.html">Learn More</a>
<div class="ratings">
<span class="stars">★★★★</span>
<span class="learner-count">80k+ learners</span>
</div>
</div>
<!-- CSS Card -->
<div class="card">
<img src="css.jpg" alt="CSS">
<h2>CSS</h2>
<p>CSS is a powerful programming language.</p>
<a href="cs.html">Learn More</a>
<div class="ratings">
<span class="stars">★★</span>
<span class="learner-count">20k+ learners</span>
</div>
</div>
</div>
</div>
<button id="toTop"><b>Top</b></button>
<footer>
<div class="About_us">
<h4>About us</h4>
<p>Welcome to Skill Route, your ultimate destination for mastering computer languages!
At Skill Route, we believe in the power of learning and the endless possibilities it brings. Whether you're a beginner taking your first steps into the world of programming or an experienced coder looking to expand your skill set, Skill Route is here to guide you on your learning journey.
Our platform offers comprehensive courses in a variety of programming languages, including C, C++, Java, JavaScript, HTML, CSS, and MySQL. Each course is carefully crafted by industry experts to provide you with the knowledge and skills you need to succeed in today's digital world.
But Skill Route is more than just a collection of courses. We're a community of passionate learners, dedicated instructors, and supportive mentors, all working together to help you achieve your goals. Whether you're struggling with a tough concept or celebrating a breakthrough, you'll find a friendly and supportive environment here at Skill Route.
So why wait? Start your journey to mastery today with Skill Route. Join us, and unlock your full potential in the world of programming. Let's code the future together!
</p>
© 2024 Skill Route. All rights reserved.
</div>
</footer>
<script>
function Login() {
window.location.href = 'login.html', '_blank';
}
function SignUp() {
window.location.href = 'sign up.html';
}
let toTop = document.getElementById('toTop');
toTop.style.display = 'none';
window.addEventListener('scroll', () => {
if (this.scrollY > 500) {
toTop.style.display = 'block';
} else {
toTop.style.display = 'none';
}
})
toTop.onclick = function () {
window.scrollTo({ top: 0, behavior: 'smooth' });
}
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>