-
Notifications
You must be signed in to change notification settings - Fork 1
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
Muhammad Nazam
authored and
Muhammad Nazam
committed
Feb 22, 2019
0 parents
commit d91117d
Showing
260 changed files
with
58,039 additions
and
0 deletions.
There are no files selected for viewing
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,141 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE 7]> | ||
<html class="ie ie7 no-js" lang="en-US"> | ||
<![endif]--> | ||
<!--[if IE 8]> | ||
<html class="ie ie8 no-js" lang="en-US"> | ||
<![endif]--> | ||
<!--[if !(IE 7) | !(IE 8) ]><!--> | ||
<html lang="en" class="no-js"> | ||
|
||
<!-- 40414:39--> | ||
<head> | ||
<!-- Basic need --> | ||
<title>Open Pediatrics</title> | ||
<meta charset="UTF-8"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=""> | ||
<meta name="author" content=""> | ||
<link rel="profile" href="#"> | ||
|
||
<!--Google Font--> | ||
<link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Dosis:400,700,500|Nunito:300,400,600' /> | ||
<!-- Mobile specific meta --> | ||
<meta name=viewport content="width=device-width, initial-scale=1"> | ||
<meta name="format-detection" content="telephone-no"> | ||
|
||
<!-- CSS files --> | ||
<link rel="stylesheet" href="css/plugins.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
</head> | ||
<body> | ||
<!--preloading--> | ||
<div id="preloader"> | ||
<img class="logo" src="images/logo1.png" alt="" width="119" height="58"> | ||
<div id="status"> | ||
<span></span> | ||
<span></span> | ||
</div> | ||
</div> | ||
<!--end of preloading--> | ||
<!--login form popup--> | ||
<div class="login-wrapper" id="login-content"> | ||
<div class="login-content"> | ||
<a href="#" class="close">x</a> | ||
<h3>Login</h3> | ||
<form method="post" action="#"> | ||
<div class="row"> | ||
<label for="username"> | ||
Username: | ||
<input type="text" name="username" id="username" placeholder="Hugh Jackman" pattern="^[a-zA-Z][a-zA-Z0-9-_\.]{8,20}$" required="required" /> | ||
</label> | ||
</div> | ||
|
||
<div class="row"> | ||
<label for="password"> | ||
Password: | ||
<input type="password" name="password" id="password" placeholder="******" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" /> | ||
</label> | ||
</div> | ||
<div class="row"> | ||
<div class="remember"> | ||
<div> | ||
<input type="checkbox" name="remember" value="Remember me"><span>Remember me</span> | ||
</div> | ||
<a href="#">Forget password ?</a> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<button type="submit">Login</button> | ||
</div> | ||
</form> | ||
<div class="row"> | ||
<p>Or via social</p> | ||
<div class="social-btn-2"> | ||
<a class="fb" href="#"><i class="ion-social-facebook"></i>Facebook</a> | ||
<a class="tw" href="#"><i class="ion-social-twitter"></i>twitter</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!--end of login form popup--> | ||
<!--signup form popup--> | ||
<div class="login-wrapper" id="signup-content"> | ||
<div class="login-content"> | ||
<a href="#" class="close">x</a> | ||
<h3>sign up</h3> | ||
<form method="post" action="#"> | ||
<div class="row"> | ||
<label for="username-2"> | ||
Username: | ||
<input type="text" name="username" id="username-2" placeholder="Hugh Jackman" pattern="^[a-zA-Z][a-zA-Z0-9-_\.]{8,20}$" required="required" /> | ||
</label> | ||
</div> | ||
|
||
<div class="row"> | ||
<label for="email-2"> | ||
your email: | ||
<input type="password" name="email" id="email-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" /> | ||
</label> | ||
</div> | ||
<div class="row"> | ||
<label for="password-2"> | ||
Password: | ||
<input type="password" name="password" id="password-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" /> | ||
</label> | ||
</div> | ||
<div class="row"> | ||
<label for="repassword-2"> | ||
re-type Password: | ||
<input type="password" name="password" id="repassword-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" /> | ||
</label> | ||
</div> | ||
<div class="row"> | ||
<button type="submit">sign up</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<!--end of signup form popup--> | ||
|
||
<div class="page-single-2"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="middle-content"> | ||
<a href="index-2.html"><img class="md-logo" src="images/logo1.png" alt=""></a> | ||
<img src="images/uploads/err-img.png" alt=""> | ||
<h1>Page not found</h1> | ||
<a href="index-2.html" class="redbtn">go home</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="js/jquery.js"></script> | ||
<script src="js/plugins.js"></script> | ||
<script src="js/plugins2.js"></script> | ||
<script src="js/custom.js"></script> | ||
</body> | ||
|
||
<!-- 40414:54--> | ||
</html> |
Oops, something went wrong.