forked from Internshala-Online-Trainings/Web-Development
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6db1ad5
commit 052b4ae
Showing
76 changed files
with
1,925 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
...le 2 - Bootstrap/Topic 01 - Introduction/Using bootstrap.min.css/ReadMeFirst.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Steps to open the folder in netbeans: | ||
1. Open netbeans. | ||
2. Click on file in the top menu. | ||
3. Choose New Project option. | ||
4. Choose HTML5/Javascript category and in Projects section, choose HTML5/JS Application with Existing Source. | ||
5. For Site Root, browse to the folder where you have extracted these files. | ||
6. Click on finish. | ||
7. The folder will open in netbeans. |
22 changes: 22 additions & 0 deletions
22
...trap/Topic 01 - Introduction/Using bootstrap.min.css/bootstrap_files_download_script.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>TODO supply a title</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type=" text/css"> | ||
<!-- jQuery library --> | ||
<script src="bootstrap/js/jquery.min.js"></script> | ||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="bootstrap/js/bootstrap.min.js"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div> | ||
TO DO Supply content. | ||
</div> | ||
|
||
</body> | ||
</html> |
19 changes: 19 additions & 0 deletions
19
... 2 - Bootstrap/Topic 01 - Introduction/Using bootstrap.min.css/bootstrap_online_link.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>Bootstrap Introduction</title> | ||
|
||
|
||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
Module 2 - Bootstrap/Topic 02 - Breakpoints/Bootstrap Predefined Classes/ReadMe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Steps to open the folder in netbeans: | ||
1. Open netbeans. | ||
2. Click on file in the top menu. | ||
3. Choose New Project option. | ||
4. Choose HTML5/Javascript category and in Projects section, choose HTML5/JS Application with Existing Source. | ||
5. For Site Root, browse to the folder where you have extracted these files. | ||
6. Click on finish. | ||
7. The folder will open in netbeans. |
18 changes: 18 additions & 0 deletions
18
... 2 - Bootstrap/Topic 02 - Breakpoints/Bootstrap Predefined Classes/hidden_lg_example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body> | ||
<div class="hidden-lg">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> |
20 changes: 20 additions & 0 deletions
20
... 2 - Bootstrap/Topic 02 - Breakpoints/Bootstrap Predefined Classes/hidden_md_example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body> | ||
<div class="hidden-md">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> |
32 changes: 32 additions & 0 deletions
32
... - Bootstrap/Topic 02 - Breakpoints/Bootstrap Predefined Classes/media_query_example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
.first{ | ||
display:none; | ||
} | ||
@media (min-width : 1200px){ | ||
.first{ | ||
display:block; | ||
} | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<div class="first">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
...2 - Bootstrap/Topic 02 - Breakpoints/Bootstrap Predefined Classes/visible_lg_example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="visible-lg">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> |
23 changes: 23 additions & 0 deletions
23
...2 - Bootstrap/Topic 02 - Breakpoints/Bootstrap Predefined Classes/visible_md_example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body> | ||
<div class="visible-md">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
Module 2 - Bootstrap/Topic 02 - Breakpoints/Div and Pixels/ReadMe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Steps to open the folder in netbeans: | ||
1. Open netbeans. | ||
2. Click on file in the top menu. | ||
3. Choose New Project option. | ||
4. Choose HTML5/Javascript category and in Projects section, choose HTML5/JS Application with Existing Source. | ||
5. For Site Root, browse to the folder where you have extracted these files. | ||
6. Click on finish. | ||
7. The folder will open in netbeans. |
20 changes: 20 additions & 0 deletions
20
Module 2 - Bootstrap/Topic 02 - Breakpoints/Div and Pixels/hidden_sm_example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body> | ||
<div class="hidden-sm">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> |
19 changes: 19 additions & 0 deletions
19
Module 2 - Bootstrap/Topic 02 - Breakpoints/Div and Pixels/two_breakpoint_classes.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body> | ||
<div class="hidden-lg hidden-md">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> |
23 changes: 23 additions & 0 deletions
23
Module 2 - Bootstrap/Topic 02 - Breakpoints/Div and Pixels/visible_sm_example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Breakpoints - hidden/visible concept</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
|
||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body> | ||
<div class="visible-sm">First Div </div> | ||
<div class="second">Second Div </div> | ||
</body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
Module 2 - Bootstrap/Topic 02 - Breakpoints/Multiple Classes/ReadMe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Steps to open the folder in netbeans: | ||
1. Open netbeans. | ||
2. Click on file in the top menu. | ||
3. Choose New Project option. | ||
4. Choose HTML5/Javascript category and in Projects section, choose HTML5/JS Application with Existing Source. | ||
5. For Site Root, browse to the folder where you have extracted these files. | ||
6. Click on finish. | ||
7. The folder will open in netbeans. |
32 changes: 32 additions & 0 deletions
32
Module 2 - Bootstrap/Topic 02 - Breakpoints/Multiple Classes/double_classes_concept.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> Partnerships of batman </title> | ||
<style> | ||
.wrapper{ | ||
font-size:14px; | ||
font-family: sans-serif; | ||
margin-left:10px; | ||
} | ||
.important_text{ | ||
font-size: 16px; | ||
font-weight: bold; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h2>The Partnerships of batman</h2> | ||
<div class="wrapper important_text">Partnerships</div> | ||
<div class="wrapper"> | ||
<ul> | ||
<li>Robin</li> | ||
<li>Batgirl</li> | ||
<li>James "Jim" Gordon</li> | ||
<li>Green Arrow</li> | ||
<li>Catwoman</li> | ||
<li>Superman</li> | ||
<li>Wonder Woman</li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
Module 2 - Bootstrap/Topic 03 - Containing elements/Containing elements/ReadMe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Steps to open the folder in netbeans: | ||
1. Open netbeans. | ||
2. Click on file in the top menu. | ||
3. Choose New Project option. | ||
4. Choose HTML5/Javascript category and in Projects section, choose HTML5/JS Application with Existing Source. | ||
5. For Site Root, browse to the folder where you have extracted these files. | ||
6. Click on finish. | ||
7. The folder will open in netbeans. |
25 changes: 25 additions & 0 deletions
25
Module 2 - Bootstrap/Topic 03 - Containing elements/Containing elements/container_class.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>Containing elements</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
<!--jQuery library--> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
<!--Latest compiled and minified JavaScript--> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
.container_decor{ | ||
background-color: #ffff00; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container container_decor"> | ||
<h1>Hey I am contained in h1 heading element. </h1> | ||
</div> | ||
</body> | ||
</html> |
27 changes: 27 additions & 0 deletions
27
Module 2 - Bootstrap/Topic 03 - Containing elements/Containing elements/container_fluid.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>Containing elements</title> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > | ||
|
||
|
||
<!--jQuery library--> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
|
||
|
||
<!--Latest compiled and minified JavaScript--> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
.container_decor{ | ||
background-color: #ffff00; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container-fluid container_decor"> | ||
<h1>Hey I am contained in h1 heading element. </h1> | ||
</div> | ||
</body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
Module 2 - Bootstrap/Topic 04 - Jumbotron & Glyphicons/Glyphicons/ReadMe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Steps to open the folder in netbeans: | ||
1. Open netbeans. | ||
2. Click on file in the top menu. | ||
3. Choose New Project option. | ||
4. Choose HTML5/Javascript category and in Projects section, choose HTML5/JS Application with Existing Source. | ||
5. For Site Root, browse to the folder where you have extracted these files. | ||
6. Click on finish. | ||
7. The folder will open in netbeans. |
Oops, something went wrong.