-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
237 lines (224 loc) · 9.38 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
<!DOCTYPE html>
<html>
<head>
<title>Online Training Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width =device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
</head>
<body>
<section id="training">
<img src="images/Logo1New.png" class="logo">
<div class="hero-text">
<h1>Online ElevaTe</h1>
<p>Enroll in our online courses and develop your skills from anywhere in the world!</p>
<div class="banner-btn">
<a href="#"><span></span>View Courses</a>
<a href="#"><span></span>Read More</a>
</div>
</div>
</section>
<div id="sideNav">
<nav>
<ul>
<li><a href="#training">HOME</a></li>
<li><a href="#feature">FEATURES</a></li>
<li><a href="#service">COURSES</a></li>
<li><a href="#testimonial">TESTIMONIALS</a></li>
<li><a href="#footer">MEET US</a></li>
</ul>
</nav>
</div>
<div id="menuBtn">
<img src="images/menu1.png" id="menu">
</div>
<!-- Features -->
<section id="feature">
<div class="title-text">
<p>FEATURES</p>
<h1>Why Choose Us</h1>
</div>
<div class="feature-box">
<div class="features">
<h1>Expert Instructors</h1>
<div class="feature-desc">
<div class="feature-icon">
<i class="fa fa-shield"></i>
</div>
<div class="feature-text">
<p>Our courses are taught by experienced instructors who
have real-world expertise in their respective fields.</p>
</div>
</div>
<h1>Flexible Learning</h1>
<div class="feature-desc">
<div class="feature-icon">
<i class="fa fa-check-square-o"></i>
</div>
<div class="feature-text">
<p>You can learn at your own pace and schedule, so you can balance your education with your work
and
personal life.</p>
</div>
</div>
<h1>Interactive Courses</h1>
<div class="feature-desc">
<div class="feature-icon">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="feature-text">
<p>Our courses are designed to be interactive and engaging, with hands-on activities and
multimedia
resources.</p>
</div>
</div>
</div>
<div class="features-img">
<img src="images/expert2.jpg">
</div>
</div>
</section>
<!-- Service -->
<section id="service">
<div class="title-text">
<p>COURSES</p>
<h1>We Provide Better</h1>
</div>
<div class="service-box">
<div class="single-service">
<img src="images/service2.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>Web Development</h3>
<hr>
<p>Learn how to build dynamic websites using HTML, CSS, and JavaScript.</p>
</div>
</div>
<div class="single-service">
<img src="images/DataScience1.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>Data Science</h3>
<hr>
<p>Learn how to collect, clean, and analyze data using Python and statistical methods.</p>
</div>
</div>
<div class="single-service">
<img src="images/service3.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>Emerging Languages</h3>
<hr>
<p>Learn how to collect, clean, and analyze data using Python and statistical methods.</p>
</div>
</div>
<div class="single-service">
<img src="images/graphicimg1.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>Graphic Design</h3>
<hr>
<p>Learn how to create stunning visuals using Adobe Photoshop and Illustrator.</p>
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section id="testimonial">
<div class="title-text">
<p>TESTIMONIAL</p>
<h1>What Client Says</h1>
</div>
<div class="testimonial-row">
<div class="testimonial-col">
<div class="user">
<img src="images/img1.jpg">
<div class="user-info">
<h4>KEN NORMAN <i class="fa fa-twitter"></i></h4>
<small>@kennorman</small>
</div>
</div>
<p>“Daniel was a great professor. He did well at breaking down the material logically and relating it to
real-world examples. Very personable and easy to learn from. Made the class very enjoyable and
worthwhile.”</p>
</div>
<div class="testimonial-col">
<div class="user">
<img src="images/img2.jpg">
<div class="user-info">
<h4>LIARA KIRAN <i class="fa fa-twitter"></i></h4>
<small>@liarakiran</small>
</div>
</div>
<p>“Daniel was a great professor. He did well at breaking down the material logically and relating it to
real-world examples. Very personable and easy to learn from. Made the class very enjoyable and
worthwhile.”</p>
</div>
<div class="testimonial-col">
<div class="user">
<img src="images/img3.jpg">
<div class="user-info">
<h4>RICKY DANIEL <i class="fa fa-twitter"></i></h4>
<small>@rickydaniel</small>
</div>
</div>
<p>“Daniel was a great professor. He did well at breaking down the material logically and relating it to
real-world examples. Very personable and easy to learn from. Made the class very enjoyable and
worthwhile.”</p>
</div>
</div>
</section>
<!-- footer -->
<section id="footer">
<img src="images/Enroll1.jpg" class="footer-img">
<div class="title-text">
<p>CONTACT</p>
<h1>Enroll Master Class Today</h1>
</div>
<div class="footer-row">
<div class="footer-left">
<h1>Opening Hours</h1>
<p><i class="fa fa-clock-o"></i>Monday To Friday - 9am to 9pm</p>
<p><i class="fa fa-clock-o"></i>Saturday To Sunday - 8am to 11pm</p>
</div>
<div class="footer-right">
<h1>Get In Touch</h1>
<p>54/107 Brother's Street Nagercoil<i class="fa fa-map-marker"></i></p>
<p>[email protected]<i class="fa fa-paper-plane"></i></p>
<p>+91 7904026118<i class="fa fa-phone"></i></p>
</div>
</div>
<div class="social-links">
<i class="fa fa-facebook"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-youtube"></i>
<div class="footer-copyright">
<p>Copyright © Online Elevate Training</p>
</div>
</div>
</section>
<script>
var menuBtn = document.getElementById("menuBtn")
var sideNav = document.getElementById("sideNav")
var menu = document.getElementById("menu")
sideNav.style.right == "-250px";
menuBtn.onclick = function () {
if (sideNav.style.right == "-250px") {
sideNav.style.right = "0";
menu.src = "images/close.png";
}
else {
sideNav.style.right = "-250px";
menu.src = "images/menu1.png";
}
}
var scroll = new SmoothScroll('a[href*="#"]', {
speed: 1000,
speedAsDuration: true
});
</script>
</body>