File tree 19 files changed +11
-11
lines changed
30DaysOfJavaScript/assets
42 - Simple Form Validation
43 - Getting Started with APIs
19 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < title > Document </ title >
7
+ < title > Rock Paper Scissor </ title >
8
8
< link rel ="stylesheet " href ="style.css ">
9
9
< script src ="start.js "> </ script >
10
10
</ head >
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < title > Infinite Scroll </ title >
7
+ < title > Basic Images Carousel </ title >
8
8
< link rel ="stylesheet " href ="styles.css ">
9
9
</ head >
10
10
< body >
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < title > Document </ title >
7
+ < title > Simple Form Validation </ title >
8
8
< link rel ="stylesheet " href ="styles.css " type ="text/css ">
9
9
</ head >
10
10
< body >
11
11
< div class ="container ">
12
12
< form id ="signup_form " class ="form ">
13
- < h1 > User Registration </ h1 >
13
+ < h1 > Simple Form Validation </ h1 >
14
14
15
15
< div class ="form-field ">
16
16
< label for ="username "> Username:</ label >
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < title > Kitties API </ title >
7
+ < title > Getting Started with APIs </ title >
8
8
< link rel ="stylesheet " href ="styles.css ">
9
9
</ head >
10
10
< body >
11
11
< div class ="container ">
12
- < h1 > Kitties Gallery </ h1 >
12
+ < h1 > Getting Started with APIs </ h1 >
13
13
< button id ="btn_generate " class ="btn "> Get 5 New Kitties</ button >
14
14
< div id ="gallery " class ="gallery "> </ div >
15
15
</ div >
Original file line number Diff line number Diff line change 8
8
< link rel ="stylesheet " href ="styles.css ">
9
9
</ head >
10
10
< body >
11
- < h1 > Rick & Morty Scroll</ h1 >
11
+ < h1 > Infinite Scroll</ h1 >
12
12
< div class ="container ">
13
13
< div id ="items_container " class ="items_container "> </ div >
14
14
< div id ="loader " class ="loader ">
Original file line number Diff line number Diff line change 7
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9
9
< script src ="https://code.iconify.design/2/2.0.3/iconify.min.js "> </ script >
10
- < title > Warta - Chatting App</ title >
10
+ < title > Chatting App</ title >
11
11
</ head >
12
12
< body >
13
13
< div class ="new-room ">
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ <h4>Hangman</h4>
279
279
< div class ="item ">
280
280
< a target ="_blank " href ="37 - RPS Game/start.html ">
281
281
< img src ="30DaysOfJavaScript/assets/37.png " alt ="Rock Paper Scissors Game " />
282
- < h4 > Rock Paper Scissors Game </ h4 >
282
+ < h4 > Rock Paper Scissors</ h4 >
283
283
</ a >
284
284
</ div >
285
285
@@ -335,14 +335,14 @@ <h4>Infinite Scroll</h4>
335
335
< div class ="item ">
336
336
< a target ="_blank " href ="45 - Chatting App/client/index.html ">
337
337
< img src ="30DaysOfJavaScript/assets/45.png " alt ="Chatting App " />
338
- < h4 > Infinite Scroll </ h4 >
338
+ < h4 > Chatting App </ h4 >
339
339
</ a >
340
340
</ div >
341
341
342
342
< div class ="item ">
343
343
< a target ="_blank " href ="46 - Image Slider/index.html ">
344
344
< img src ="30DaysOfJavaScript/assets/46.png " alt ="Image Slider " />
345
- < h4 > Infinite Scroll </ h4 >
345
+ < h4 > Image Slider </ h4 >
346
346
</ a >
347
347
</ div >
348
348
</ div >
You can’t perform that action at this time.
0 commit comments