-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstud-dash.html
More file actions
180 lines (157 loc) · 8.99 KB
/
stud-dash.html
File metadata and controls
180 lines (157 loc) · 8.99 KB
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
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Student dashboard</title>
<!-- Custom fonts for this template-->
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template-->
<link href="css/sb-admin-2.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light sticky border-0 shadow-lg my-5" style="margin: 0 !important";>
<div class="col-md-9">
<a class="navbar-brand" href="#">THE/<span class="text-my-color">NUDGE FOUNDATION</span></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="col-md-3">
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href=#>HELLO STUDENT</a>
</li>
<li>
<a class="nav-link" href="index.php">HOME</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid" style="padding-left:30px;">
<!-- Page Heading -->
<div class="d-sm-flex align-items-center justify-content-between mb-4" style="padding-left:30px;">
<h1 class="h3 mb-0 text-gray-800" style=" margin-top:30px;">Dashboard</h1>
<a href="twilio-sms.php" class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm" style="margin-top:10px;"><i class="fas fa-download fa-sm text-white-50"></i>Set Reminder</a>
</div>
<!-- Content Row -->
<h1 class="h3 mb-0 text-gray-800" style="padding-left:30px;margin-bottom:30px;font-size:22px;">Available courses</h1>
<div class="row" style="margin-top:30px;">
<div class="col-xl-3 col-md-6 mb-4" style="padding-left: 50px;">
<div class="card border-left-warning shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text font-weight-bold text-primary text-uppercase mb-1">Batch 1</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">Start Date: 26/07/20</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">End Date: 25/11/20</div>
<div class="h5 mb-0 text-gray-800 font-size:15px;">2 PM - 3 PM</div>
<button type="button" class="btn btn-success" style="margin-top:20px;margin-bottom: 20px;">Enroll</button>
<!-- <button type="button" class="btn btn-danger">Enroll</button>-->
<div class="progress" style="margin-top:10px">
<div class="progress-bar bg-warning" style="width:40%"></div>
</div>
</div>
<div class="col-auto">
<i class="fas fa-calendar fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-6 mb-4" style="padding-left: 50px;">
<div class="card border-left-warning shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text font-weight-bold text-primary text-uppercase mb-1">Batch 2</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">Start Date: 26/07/20</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">End Date: 25/11/20</div>
<div class="h5 mb-0 text-gray-800 font-size:15px;">6 PM - 7 PM</div>
<button type="button" class="btn btn-success" style="margin-top:20px;margin-bottom: 20px;">Enroll</button>
<!-- <button type="button" class="btn btn-danger">Enroll</button>-->
<div class="progress" style="margin-top:10px">
<div class="progress-bar bg-warning" style="width:70%"></div>
</div>
</div>
<div class="col-auto">
<i class="fas fa-calendar fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<!-- 3 -->
<div class="col-xl-3 col-md-6 mb-4" style="padding-left: 50px;">
<div class="card border-left-warning shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text font-weight-bold text-primary text-uppercase mb-1">Batch 3</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">Start Date: 26/07/20</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">End Date: 25/11/20</div>
<div class="h5 mb-0 text-gray-800 font-size:15px;">7 AM - 8 AM</div>
<button type="button" class="btn btn-secondary"disabled style="margin-top:20px;margin-bottom: 20px;">Full</button>
<!-- <button type="button" class="btn btn-success">Enroll</button>-->
<div class="progress" style="margin-top:10px">
<div class="progress-bar bg-danger" style="width:100%"></div>
</div>
</div>
<div class="col-auto">
<i class="fas fa-calendar fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<!-- 4 -->
</div>
<h1 class="h3 mb-0 text-gray-800" style="padding-left:30px;margin-bottom:30px;font-size:22px;">Enrolled courses</h1>
<div class="row" style="margin-top:30px;">
<div class="col-xl-3 col-md-6 mb-4" style="padding-left: 50px;">
<div class="card border-left-warning shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text font-weight-bold text-primary text-uppercase mb-1">Batch 1</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">Start Date: 26/07/20</div>
<div class="h5 mb-0 text-gray-800" style="padding-bottom: 10px; padding-top: 10px;font-size:15px;">End Date: 25/11/20</div>
<div class="h5 mb-0 text-gray-800 font-size:15px;">5 PM - 6 PM</div>
<button type="button" class="btn btn-secondary" style="margin-top:20px;margin-bottom: 20px;" disabled>Enrolled</button>
<!-- <button type="button" class="btn btn-danger">Enroll</button>-->
<div class="progress" style="margin-top:10px">
<div class="progress-bar bg-warning" style="width:100%"></div>
</div>
</div>
<div class="col-auto">
<i class="fas fa-calendar fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="disqus_thread"></div>
<script>
var student;
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = stud-dash.html; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = student; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://nudge-foundation.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</body>
</html>