-
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
0 parents
commit 05f995f
Showing
7 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,13 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>linked list</title> | ||
</head> | ||
|
||
<body> | ||
<h1> hi shashank</h1> | ||
<h1> This is your timeline :p <h1> | ||
<img src="9.jpg" alt="its wonderla's pics" width="50%" height="50%"><br> | ||
<a href="prac_html.html" ><input type="submit" value="logout"></a> | ||
</body> | ||
</html> |
Empty file.
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,134 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title> <h1>first project </h1> </title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> | ||
<style> | ||
@media screen and (min-width:500px) { | ||
body { | ||
/*background-image: url("9.jpg");*/ | ||
background-color: #cccccc; | ||
} | ||
} | ||
@media screen and (max-width:500px) { | ||
body { | ||
/*background-image: url("8.jpg");*/ | ||
background-color: #cccccc; | ||
}} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="alert alert-warning alert-dismissible fade show" role="alert"> | ||
<strong>Holy guacamole!</strong> You should check in on some of those fields below. | ||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"> | ||
<span aria-hidden="true">×</span> | ||
</button> | ||
</div> | ||
<div class="alert alert-primary" role="alert"> | ||
This is a primary alert—check it out! | ||
</div> | ||
<div class="alert alert-secondary" role="alert"> | ||
This is a secondary alert—check it out! | ||
</div> | ||
<div class="alert alert-success" role="alert"> | ||
This is a success alert—check it out! | ||
</div> | ||
<div class="alert alert-danger" role="alert"> | ||
This is a danger alert—check it out! | ||
</div> | ||
<div class="alert alert-warning" role="alert"> | ||
This is a warning alert—check it out! | ||
</div> | ||
<div class="alert alert-info" role="alert"> | ||
This is a info alert—check it out! | ||
</div> | ||
<div class="alert alert-light" role="alert"> | ||
This is a light alert—check it out! | ||
</div> | ||
<div class="alert alert-dark" role="alert"> | ||
This is a dark alert—check it out! | ||
</div> | ||
<nav aria-label="breadcrumb" role="navigation"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item active" aria-current="page">Home</li> | ||
</ol> | ||
</nav> | ||
|
||
<nav aria-label="breadcrumb" role="navigation"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a href="#">Home</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">Library</li> | ||
</ol> | ||
</nav> | ||
|
||
<nav aria-label="breadcrumb" role="navigation"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a href="#">Home</a></li> | ||
<li class="breadcrumb-item"><a href="#">Library</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">Data</li> | ||
</ol> | ||
</nav> | ||
<a class="btn btn-primary" href="#" role="button">Link</a> | ||
<button class="btn btn-primary" type="submit">Button</button> | ||
<a href="prac2.html"><input class="btn btn-primary" type="button" value="Input"></a> | ||
<input class="btn btn-primary" type="submit" value="Submit"> | ||
<input class="btn btn-primary" type="reset" value="Reset"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="d-lg-none d-xl-block"> | ||
<img src="9.jpg"> | ||
</div> | ||
<div class="d-none d-lg-block d-xl-none"> | ||
<img src="8.jpg"> | ||
</div> | ||
|
||
|
||
</body> | ||
<form action="prac2.html"> | ||
|
||
<button type="button" class="btn btn-outline-primary">Primary</button> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<a class="navbar-brand" href="#">Navbar</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 mr-auto"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Link</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
Dropdown | ||
</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<a class="dropdown-item" href="#">Action</a> | ||
<a class="dropdown-item" href="#">Another action</a> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item" href="#">Something else here</a> | ||
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link disabled" href="#">Disabled</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="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> | ||
</form> | ||
</div> | ||
</nav> | ||
<div style="text-align: center;"> <input type="text" name="first button" value="Username "><br> | ||
<input type="text" name="second button" value="Password "><br><input type="reset"> | ||
<a href="prac2.html"><input type="submit" value="login"></a> | ||
</div> | ||
<br><br><br><br><br><br> | ||
<div style="text-align: center;"><font size="25"> My First project </font> | ||
</div> | ||
</form> | ||
</html> |