-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (100 loc) · 5.46 KB
/
index.html
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!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.0">
<title>Home Page</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="indexBtn1.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-X8QTME3FCg1DLb58++lPvsjbQoCT9bp3MsUU3grbIny/3ZwUJkRNO8NPW6zqzuW9" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/Bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/Bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/Bootstrap.min.js" integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk" crossorigin="anonymous"></script>
</head>
<!-- <style>
.blue-color {
color:blue;
position: relative;
margin-top: -5%;
}
</style> -->
<body class="d-flex flex-column min-vh-100">
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary" style="background-color: rgb(22, 20, 20);">
<div class="container-fluid">
<img src="Photos/Logo.png" alt="Bootstrap" width="90" height="40">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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">
<div class="navbar-nav ms-auto mb-2 mb-lg-0 n">
<div class="nav-item ">
<a class="nav-link " aria-current="page" href="index.html">Home</a>
</div>
<div class="nav-item">
<a class="nav-link " href="about.html">About</a>
</div>
<div class="nav-item">
<a class="nav-link " href="doctor.html">Doctors</a>
</div>
<div class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</div>
<div class="nav-item">
<a class="nav-link" href="http://127.0.0.1:5000">
<button type="button" class="btn btn-dark"><span class="bi bi-chat-quote-fill"></span></button>
</a>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="container mt-4">
<div class="card-body p-2">
<h1 class="topic fw-bold">E-DOC</h1>
<h1 class="fw-bold">WE CARE ABOUT YOUR HEALTH</h1>
<p class="lead">We have been recognized for our exceptional service and care by both international and local awarding bodies
</p>
<div class="login">
<div >
<a class="nav-link float-end" href="user.html" >
<button class="btn1 mt-2 mb-4 " type="submit">LOG IN</button><br><br>
</a>
<!-- <a class="nav-link float-end" href="http://127.0.0.1:5000">
<button class="btn1 mt-2 mb-4 " type="submit">Chat bot</button><br><br>
</a> -->
<!-- <div class="chatbot-icon"></div> -->
</div>
</div>
</div>
</div>
<footer class="bg-dark text-center text-white mt-auto ">
<hr class="m-0" />
<div class="text-center py-2 align-items-center" style="background-color: rgba(0, 0, 0, 0.2);">
<div class="name">
<p>University of Sri Jayewardenepura<br>
Gangodawila, Nugegoda, Sri Lanka.</p>
</div>
<div class="name">
<p>+94 11 2758000, +94 11 2802022<br>
+94 11 2801024, +94 11 2801025</p>
</div>
</a>
</div>
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2023 Copyright:
<p><a href="https://www.sjp.ac.lk/" target="blank">[email protected]</a></p>
</div>
<!-- Copyright -->
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>