8000 some lil changes · rankdeveloper/funcode@338a121 · GitHub
[go: up one dir, main page]

Skip to content

Commit 338a121

Browse files
committed
some lil changes
1 parent 2097026 commit 338a121

File tree

2 files changed

+425
-211
lines changed

2 files changed

+425
-211
lines changed

index.html

Lines changed: 51 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2>It’s fun</h2>
140140
<p>Start right here on funCode by coding with our website
141141
and make your future better</p>
142142
</div>
143-
143+
144144
<div class="learn-button">
145145
<button><a href="./html/index.html" target="_blank">Start learning</a></button>
146146
</div>
@@ -189,9 +189,8 @@ <h2>CSS</h2>
189189
<!-- course 2 end -->
190190

191191

192+
<!-- course 3 -->
192193
<div class="course">
193-
194-
195194
<div class="course-text">
196195
<h2>JavaScript</h2>
197196
<p>JavaScript is a Programming language of the Web.Javascript is used by programmers across the
@@ -205,11 +204,56 @@ <h2>JavaScript</h2>
205204
<img src="./images/js.png" alt="js">
206205
</div>
207206
</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 -->
208241

209242
</div>
210243
</div>
211244
<!-- courses end -->
212245

246+
<!-- buy pdf -->
247+
<div class="buy">
248+
<div class="buy-inner">
249+
<h2><span class="smile">&#9786;</span>BUY PRO LEVEL PDF / NOTES<span class="smile">&#9786;</span></h2>
250+
<div class="btn">
251+
<a href="">BUY NOW</a>
252+
</div>
253+
</div>
254+
</div>
255+
<!-- buy pdf end -->
256+
213257
<!-- footer -->
214258
<div class="footer">
215259
<div class="footer-inner">
@@ -219,24 +263,18 @@ <h4> Designed & Coded by <a href="https://github.com/rankdeveloper">Rankush</a><
219263
</div>
220264

221265
<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>
223267
<a href="https://www.linkedin.com/in/rankush-280430200/" target="_blank"><img
224268
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>
226270
<a href="mailto:iamrankush@gmail.com" target="_blank"><img src="images/email.png"></a>
227-
228-
229-
230-
231271
</div>
232272
</div>
233273

234274

235-
236-
237-
<!-- footer end -->
275+
<!-- footer end -->
238276

239-
<script src="index.js"></script>
277+
<script src="index.js"></script>
240278
</body>
241279

242280
</html>

0 commit comments

Comments
 (0)
0