-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotification.html
177 lines (162 loc) · 8.36 KB
/
notification.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!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">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/notification.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>Notifications</title>
</head>
<body>
<div class="container-fluid med_aid">
<div class="row main">
<!--- left div--->
<div class="col-md-6 col-sm-12 col-lg-5 dash_options">
<h3 class=".">Medic<span class="aid">Aid</span></h3>
<div class="profile">
<img src="assets/img/single.jpg" alt="single" class="img-fluid">
<div class="details ">
<h5>Adeeko Emmanuel</h5>
<p>Administrator</p>
</div>
</div>
<div class="selections">
<div>
<a href="dashboard_overview.html">
<i class="fas fa-th-large fa-fw"></i>
<span class="aid"> Dashboard</span>
</a>
</div>
<div>
<a href="sponsor_list.html">
<i class="fas fa-users fa-fw"></i>
<span class="aid"> Sponsors</span>
</a>
</div>
<div>
<a href="med_case_admin.html">
<i class="fas fa-chart-bar fa-fw"></i>
<span class="aid"> Medical Cases</span>
</a>
</div>
<div>
<a href="patient_all_List.html">
<i class="fas fa-users fa-fw"></i>
<span class="aid"> Patients</span>
</a>
</div>
<div>
<a href="payments.html">
<i class="fas fa-user fa-fw"></i>
<span class="aid"> Payment</span>
</a>
</div>
<div>
<a href="reports_dashboard.html">
<i class="fas fa-user fa-fw"></i>
<span class="aid"> Reports</span>
</a>
</div>
</div>
<div class="learn_more">
<img src="assets/img/Rectangle 32.png" alt="trio" class="img-fluid">
<button type="button" class="btn btn-primary">Learn more
about covid-19</button>
</div>
<div class="switch">
<div class="form-check form-switch ">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckChecked" checked>
<label class="form-check-label" for="flexSwitchCheckChecked">Switch to Dark Mode</label>
</div>
</div>
</div>
<!--- right div--->
<div class="col-md-6 col-sm-12 col-lg-7 dash_main">
<div class="input-group mt-1">
<div class="form-outline">
<input type="search" id="form1" class="form-control" placeholder="Search Dashboard" />
<label class="form-label" for="form1"></label>
<i class="fas fa-search"></i>
</div>
<a href="admin-settings.html"><i class="fas fa-cog"></i></a>
<a href="notification.html"> <i class="far fa-bell"></i></a>
</div>
<div class="container-fluid medical">
<h2 class="mt-auto"> Notifications</h2>
<p>Dashboard<span> > Notifications </span>
<p>
</div>
<!-----cards section-->
<div class="p-1 d-flex align-items-centre notification-item">
<img src="assets/img/square.png" alt="square" class="img-fluid">
<aside class="">
<div class="d-flex flex-row justify-content-between">
<h2>New Registration</h2>
<i class="fas fa-arrow-right fa-2x pt-4 arrow-right"></i>
</div>
<h4>3,000 patients have registered on the platform Please do check them out.</h4>
</aside>
</div>
<div class="p-1 d-flex align-items-centre notification-item">
<img src="assets/img/square.png" alt="square" class="img-fluid">
<aside class="">
<div class="d-flex flex-row justify-content-between">
<h2>New Registration</h2>
<i class="fas fa-arrow-right fa-2x pt-4 arrow-right"></i>
</div>
<h4>3,000 patients have registered on the platform Please do check them out.</h4>
</aside>
</div>
<div class="p-1 d-flex align-items-centre notification-item">
<img src="assets/img/square.png" alt="square" class="img-fluid">
<aside class="">
<div class="d-flex flex-row justify-content-between">
<h2>New Registration</h2>
<i class="fas fa-arrow-right fa-2x pt-4 arrow-right"></i>
</div>
<h4>3,000 patients have registered on the platform Please do check them out.</h4>
</aside>
</div>
<div class="p-1 d-flex align-items-centre notification-item">
<img src="assets/img/square.png" alt="square" class="img-fluid">
<aside class="">
<div class="d-flex flex-row justify-content-between">
<h2>New Registration</h2>
<i class="fas fa-arrow-right fa-2x pt-4 arrow-right"></i>
</div>
<h4>3,000 patients have registered on the platform Please do check them out.</h4>
</aside>
</div>
<div class="p-1 d-flex align-items-centre notification-item">
<img src="assets/img/square.png" alt="square" class="img-fluid">
<aside class="">
<div class="d-flex flex-row justify-content-between">
<h2>New Registration</h2>
<i class="fas fa-arrow-right fa-2x pt-4 arrow-right"></i>
</div>
<h4>3,000 patients have registered on the platform Please do check them out.</h4>
</aside>
</div>
<div class="p-1 d-flex align-items-centre notification-item">
<img src="assets/img/square.png" alt="square" class="img-fluid">
<aside class="">
<div class="d-flex flex-row justify-content-between">
<h2>New Registration</h2>
<i class="fas fa-arrow-right fa-2x pt-4 arrow-right"></i>
</div>
<h4>3,000 patients have registered on the platform Please do check them out.</h4>
</aside>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</html>