-
Notifications
You must be signed in to change notification settings - Fork 1
/
doctor.php
executable file
·82 lines (73 loc) · 2.66 KB
/
doctor.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<title>MedHelp</title>
<link rel="icon" type="image/png" href="medhelpblue.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
</head>
<style>
body, html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
/*.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/0kjHIH6/animated-cartoon-cloudy-sky-and-ground_v12a0p5jl__F0000.png");
min-height: 100%;
}*/
</style>
<body>
<div class="wrapper">
<a href='index.php'>
<img src='Medhelp icon.png' style='width:10%;height:10%; '></a>
<div >
<div class="w3-container" style="padding:28px 70px;position: relative;" id="about">
<div align="center" class="w3-row-padding w3-center" style="position: relative;margin-top:10%">
<center>
<div class="w3-quarter" style="position: relative;margin-left: 25%"><a href="as_doc.php" style="text-decoration:none;">
<i class="fa fa-paper-plane" style="font-size:80px"></i>
<p class="w3-large" ><font size="5%"><b>Login</b></font></p></a>
<p>Quickly login to your account at Med_Help simply using your password and username</p>
</div>
<div class="w3-quarter" style="position: relative;margin-left: 5%"><a href="docregister.php" style="text-decoration:none;">
<span class="glyphicon glyphicon-user" style="font-size:80px;"></span>
<p class="w3-large"><font size="5%"><b>Register</b></font></p></a>
<p>First Time here , no worries ,just do a quick registration</p>
</div>
</center>
</div>
</center>
</div>
<ul class="bg-bubbles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</header>
</div>
<img src='IITK.png' style='width:10%;height:17%;position:absolute;bottom: 4%;right: 1%;'>
</body>
</html>