-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact2.php
103 lines (96 loc) · 3.36 KB
/
contact2.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Sign-in User</title>
<!-- Bootstrap -->
<link href="https://getbootstrap.com/docs/4.1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/docs/4.1/examples/cover/cover.css" rel="stylesheet">
<style type="text/css">
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: 10px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
</style>
<link rel="icon" href="Images/icon2.png">
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column" style='background-color: #7c917f;max-width: 80em;'>
<header class="masthead mb-60">
<h3 class="masthead-brand" style="font-family: 'Merienda'; font-size: 38px;"><b>INPATCare</b></h3>
<div class="inner">
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="nav_home.php">Home</a>
<a class="nav-link" href="u_login.php" id="login">Login</a>
<a class="nav-link" href="user_signup.php" id="reg">Register</a>
<a class="nav-link" href="contact2.php" id="contact">Contact Us</a>
</nav>
</div>
<br>
<!--img src="cp2.png" style="max-width: 36%;height: auto;"-->
</header>
<main role="main" class="inner cover" id="Main">
<div id="display">
<div class="mastfoot mt-auto">
</div>
</div>
<h1 class="cover-heading">Contact us:</h1>
<br>
<br>
<address>
<h5 class="name"> Makers of INPATCare</h5>
<a href="mailto:">jim@rock.com</a><br>
<a href="tel:+13115552368">(311) 555-2368</a>
</address>
<address>
<h5 class="name"> Makers of INPATCare</h5>
<a href="mailto:">jim@rock.com</a><br>
<a href="tel:+13115552368">(311) 555-2368</a>
</address>
<address>
<h5 class="name"> Makers of INPATCare</h5>
<a href="mailto:">jim@rock.com</a><br>
<a href="tel:+13115552368">(311) 555-2368</a>
</address>
<address>
<h5 class="name"> Makers of INPATCare</h5>
<a href="mailto:">jim@rock.com</a><br>
<a href="tel:+13115552368">(311) 555-2368</a>
</address>
</main>
</div>
</body>
</html>