@@ -140,7 +140,7 @@ <h2>It’s fun</h2>
140
140
< p > Start right here on funCode by coding with our website
141
141
and make your future better</ p >
142
142
</ div >
143
-
143
+
144
144
< div class ="learn-button ">
145
145
< button > < a href ="./html/index.html " target ="_blank "> Start learning</ a > </ button >
146
146
</ div >
@@ -189,9 +189,8 @@ <h2>CSS</h2>
189
189
<!-- course 2 end -->
190
190
191
191
192
+ <!-- course 3 -->
192
193
< div class ="course ">
193
-
194
-
195
194
< div class ="course-text ">
196
195
< h2 > JavaScript</ h2 >
197
196
< p > JavaScript is a Programming language of the Web.Javascript is used by programmers across the
@@ -205,11 +204,56 @@ <h2>JavaScript</h2>
205
204
< img src ="./images/js.png " alt ="js ">
206
205
</ div >
207
206
</ div >
207
+ <!-- course 3 end -->
208
+
209
+ <!-- course 4 -->
210
+ < div class ="course ">
211
+ < div class ="course-img ">
212
+ < img src ="./images/sql.jpg " alt ="sql ">
213
+ </ div >
214
+
215
+ < div class ="course-text ">
216
+ < h2 > SQL</ h2 >
217
+ < p > SQL (Structured Query Language) is a computer-based structured, formatted database language
218
+ designed for managing data in Relational Database Management Systems (RDBMS).</ p >
219
+
220
+ < button > < a href ="./sql_tutorial/index.html " target ="_blank "> Learn SQL</ a > </ button >
221
+ </ div >
222
+ </ div >
223
+ <!-- course 4 end -->
224
+
225
+ <!-- course 5 -->
226
+ < div class ="course ">
227
+ < div class ="course-text ">
228
+ < h2 > pl/sql</ h2 >
229
+ < p > PL/SQL is a procedural language designed specifically to embrace SQL statements within its
230
+ syntax. PL/SQL program units are compiled by the Oracle Database server and stored inside the
231
+ database.</ p >
232
+
233
+ < button > < a href ="./pl_sql/index.html " target ="_blank "> Learn PL/SQL</ a > </ button >
234
+ </ div >
235
+
236
+ < div class ="course-img ">
237
+ < img src ="./images/pl_sql.jpg " alt ="pl/sql ">
238
+ </ div >
239
+ </ div >
240
+ <!-- course 5 end -->
208
241
209
242
</ div >
210
243
</ div >
211
244
<!-- courses end -->
212
245
246
+ <!-- buy pdf -->
247
+ < div class ="buy ">
248
+ < div class ="buy-inner ">
249
+ < h2 > < span class ="smile "> ☺</ span > BUY PRO LEVEL PDF / NOTES< span class ="smile "> ☺</ span > </ h2 >
250
+ < div class ="btn ">
251
+ < a href =""> BUY NOW</ a >
252
+ </ div >
253
+ </ div >
254
+ </ div >
255
+ <!-- buy pdf end -->
256
+
213
257
<!-- footer -->
214
258
< div class ="footer ">
215
259
< div class ="footer-inner ">
@@ -219,24 +263,18 @@ <h4> Designed & Coded by <a href="https://github.com/rankdeveloper">Rankush</a><
219
263
</ div >
220
264
221
265
< div class ="social-links ">
222
- < a href ="https://www.instagram.com/ranshu.0/ " target ="_blank "> < img src ="images/insta.jpg "> </ a >
266
+ < a href ="https://www.instagram.com " target ="_blank "> < img src ="images/insta.jpg "> </ a >
223
267
< a href ="https://www.linkedin.com/in/rankush-280430200/ " target ="_blank "> < img
224
268
src ="images/linkdlin.png "> </ a >
225
- < a href ="https://github.com/rankdeveloper " target ="_blank "> < img src ="images/github.png "> </ a >
269
+ < a href ="https://github.com/ " target ="_blank "> < img src ="images/github.png "> </ a >
226
270
< a href ="mailto:iamrankush@gmail.com " target ="_blank "> < img src ="images/email.png "> </ a >
227
-
228
-
229
-
230
-
231
271
</ div >
232
272
</ div >
233
273
234
274
235
-
236
-
237
- <!-- footer end -->
275
+ <!-- footer end -->
238
276
239
- < script src ="index.js "> </ script >
277
+ < script src ="index.js "> </ script >
240
278
</ body >
241
279
242
280
</ html >
0 commit comments