-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
261 lines (222 loc) · 11.4 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="css.css">
<title>AptCoder</title>
</head>
<body>
<header class="header">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="homepage.html"><img src="images/title.png" height="50" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link-text" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link-text" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link-text" href="#">Course</a>
</li>
<li class="nav-item">
<a class="nav-link-text" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link-text" href="#">Pages</a>
</li>
<li class="nav-item">
<a class="nav-link-text" href="#">Contact</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="sbutton" type="submit">Search</button>
</form>
</div>
</nav>
</header>
<div class="box">
<div class="first-image-container">
<div class="form-contain">
<div class="free_coupon"><a class="free-coupon-text" href="">GET FREE COUPON FOR DEMO CLASS</a></div>
<div class="form1">
<input class="form-control" type="text" placeholder="Parent's Name">
<input class="form-control" type="text" placeholder="Parent's Email">
<input class="form-control" type="text" placeholder="Mobile No">
<input class="form-control" type="text" placeholder="Kid's Name">
<input class="form-control" type="text" placeholder="Kid's Grade">
<p>I agree to <a href="">Terms and Services</a> and <a href="">Privacy Policy</a>.</p>
<button class="register-button">Register</button>
</div>
</div>
</div>
</div>
<div class="course-section-full">
<div class="our-courses-text">
<p>Our Courses</p><br>
<p class="small-text">We provide various courses keeping in view the overall skill development of our
students.</p>
<p class="small-text">Different courses are available for WEB DEVELOPMENT, ANDROID APP DEVELOPMENT, and
PROGRAMMING.</p>
</div>
<div class="menu-wrapper">
<ul class="menu">
<div class="item html-course">
<div class="detailsHTML">
<h1>HTML</h1>
<div class="limit">
<p>HTML is the basics of website<br> development. To begin the<br> journey of WEB
DEVELOPMENT,<br> start with HTML.</p>
</div>
<button class="direct-reg-button">Register</button>
</div>
</div>
<div class="item css-course">
<div class="detailsHTML">
<h1>CSS</h1>
<div class="limit">
<p>CSS is the soul of frontend and designing.<br> In a webpage, the HTML codes
gives<br> the structure or the data or the<br> information While CSS is used to make
<br>the
data designable , stylize , etc. </p>
</div>
<button class="direct-reg-button">Register</button>
</div>
</div>
<div class="item js-course">
<div class="detailsHTML">
<h1>JavaScript</h1>
<div class="limit">
<p>JavaScript (JS) is a lightweight,<br> interpreted, or just-in-time <br>compiled
programming language<br> with first-class functions. While <br>it is most well-known
as the<br> scripting language for Web pages.</p>
</div>
<button class="direct-reg-button">Register</button>
</div>
</div>
<div class="item android-course">
<div class="detailsHTML">
<h1>Android</h1>
<div class="limit">
<p>Android is a mobile operating system<br> developed by Google. It is used by<br>
several smartphones and tablets.<br> The Android operating system (OS)<br> is based
on the Linux kernel.</p>
</div>
<button class="direct-reg-button">Register</button>
</div>
</div>
<div class="item cpp-course">
<div class="detailsHTML">
<h1>C++</h1>
<div class="limit">
<p>C++ has been used extensively in <br>developing new programming<br> languages like
C#, Java,<br> JavaScript, Perl, UNIX's C Shell,<br> PHP and Python, and Verilog etc.
</p>
</div>
<button class="direct-reg-button">Register</button>
</div>
</div>
<div class="item python-course">
<div class="detailsHTML">
<h1>Python</h1>
<div class="limit">
<p>Python is an interpreted,<br> high-level and general-purpose<br> programming
language.<br>Python allows programmers<br> to define their own types
using<br> classes, which are most often<br> used for OOP.
</p>
</div>
<button class="direct-reg-button">Register</button>
</div>
</div>
</ul>
<div class="paddles">
<button class="left-paddle paddle hidden">
< </button>
<button class="right-paddle paddle">
>
</button>
</div>
</div>
</div>
<div class="projects">
<div class="row row-cols-1 row-cols-md-3">
<div class="col">
<p class="project-text">SUCCESSFUL PROJECTS <br>by our Students--></p>
<img src="images/project-image1.png" width="100%" alt="">
</div>
<div class="col">
<div class="card border-success" style="width: 80%;margin: auto;margin-bottom: 10px;">
<img src="images/project-image2.png" class="card-img-top" alt="...">
<div class="card-body project-detail-link">
<p class="card-text">Amlendu Shekhar<br>Number Base Conversion Website<br></p>
<a href="https://github.com/Vasu021/BaseConverter" style="color: blue;">Project
Details</a><br><br>
<a href="https://vasu021.github.io/BaseConverter/main.html" style="color: green;">Visit
Website</a>
</div>
</div>
</div>
<div class="col">
<div class="card border-success" style="width: 80%;margin: auto;margin-bottom: 10px;">
<img src="images/project-image3.png" class="card-img-top" alt="...">
<div class="card-body project-detail-link">
<p class="card-text">Abcd Efghijk<br>LmnOpq Rst uvwx YZ.<br></p>
<a href="" style="color: blue;">Project Details</a><br><br>
<a href="" style="color: green;">Visit Website</a>
</div>
</div>
</div>
</div>
</div>
<footer class="foot" id="foot">
<div class="row footer-upper">
<div class="footer-logo">
<img src="images/title.png" height="50px" class="d-inline-block align-top" alt="" loading="lazy">
</div>
</div>
<div class="row">
<div class="col text-center text-light mail-id" style="margin-top: 10px;">
<p style="color: black;">Email:<br><a href="">aptcoder.online@gamil.com</a></p>
</div>
</div>
<div class="row">
<div class="col text-center text-light contact-us">
<p style="color: black;">Feel free to contact<br><a href="">Contact Us</a></p>
</div>
</div>
<div class="row">
<div class="col text-center text-light">
<a href=""><img src="logos/fb2.png" height="40" width="40" alt=""></a>
<a href=""><img src="logos/ig2.png" height="40" width="40" alt=""></a>
<a href=""><img src="logos/git.png" height="40" width="40" alt=""></a>
<a href=""><img src="logos/twittwe2.png" height="40" width="40" alt=""></a>
<a href=""><img src="logos/ld2.png" height="40" width="40" alt=""></a>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<script src="courses.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</body>
</html>