-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.html
More file actions
136 lines (133 loc) · 8.89 KB
/
Copy pathmodule.html
File metadata and controls
136 lines (133 loc) · 8.89 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Prototype</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Login-Form-Clean.css">
<link rel="stylesheet" href="assets/css/Navigation-with-Search.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body style="background-color: #e9eaf1;">
<nav class="navbar navbar-light navbar-expand-md navigation-clean-search" style="background-color: #4e46a0;">
<div class="container"><i class="icon ion-ios-list" style="color: rgb(244,71,107);font-size: 31px;margin: 7px;"></i><a class="navbar-brand" href="module.html" style="color: rgb(255,255,255);">BGCMA Training</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav">
<li class="nav-item" role="presentation"><a class="nav-link" style="color: rgb(255,255,255);font-weight: bold;margin-left: 75px;" href="module.html">Modules</a></li>
<li class="nav-item" role="presentation"></li>
<li class="nav-item" role="presentation"></li>
</ul>
<form class="form-inline mr-auto" target="_self">
<div class="form-group"><label for="search-field"><i class="fa fa-search" style="color: rgb(255,255,255);font-weight: bold;margin: 5px;margin-left: 40px;"></i></label><input class="form-control search-field" type="search" id="search-field" name="search"></div>
</form><small style="margin: 10px;font-weight: bold;color: rgb(255,255,255);">Mary</small><img style="width: 50px;height: 50px;" src="resources/profile.png"></img></div>
</div>
</nav>
<div style="margin-top: 20px;">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="card" style="margin-top: 5px;margin-bottom: 5px;">
<a href="video100.html">
<div class="card-body" style="height: 125px;">
<h6 class="text-muted card-subtitle mb-2" style="margin-left: 25px;font-size: 13px;">Module 1</h6>
<h4 class="card-title" style="color: rgb(75,75,75);margin-left: 25px;font-size: 26px;">Listen Carefully</h4>
<div class="progress" style="margin-top: 30px;">
<div class="progress-bar bg-success" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;">100%</div>
</div>
</div>
</a>
</div>
<div class="card" style="margin-top: 5px;margin-bottom: 5px;">
<a href="video50.html">
<div class="card-body" style="height: 125px;">
<h6 class="text-muted card-subtitle mb-2" style="margin-left: 25px;font-size: 13px;">Module 2</h6>
<h4 class="card-title" style="color: rgb(75,75,75);margin-left: 25px;font-size: 26px;">Address Misunderstandings</h4>
<div class="progress" style="margin-top: 30px;">
<div class="progress-bar bg-danger" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;">50%</div>
</div>
</div>
</a>
</div>
<div class="card" style="margin-top: 5px;margin-bottom: 5px;">
<a href="video0.html">
<div class="card-body" style="height: 125px;">
<h6 class="text-muted card-subtitle mb-2" style="margin-left: 25px;font-size: 13px;">Module 3</h6>
<h4 class="card-title" style="color: rgb(75,75,75);margin-left: 25px;font-size: 26px;">Examine Assumptions</h4>
<div class="progress" style="margin-top: 30px;">
<div class="progress-bar bg-danger" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">0%</div>
</div>
</div>
</a>
</div>
<div class="card" style="margin-top: 5px;margin-bottom: 5px;">
<a href="video0.html">
<div class="card-body" style="height: 125px;">
<h6 class="text-muted card-subtitle mb-2" style="margin-left: 25px;font-size: 13px;">Module 4</h6>
<h4 class="card-title" style="color: rgb(75,75,75);margin-left: 25px;font-size: 26px;">Treating Others Respectfully</h4>
<div class="progress" style="margin-top: 30px;">
<div class="progress-bar bg-danger" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">0%</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-md-4" style="background-color: #ffffff;margin-top: 6px;">
<h5 style="margin-top: 5px;color: rgb(75,75,75);">Progress</h5>
<hr>
<div class="row">
<div class="col-9" style="padding-left: 0px;height: 24px;">
<h6 style="color: rgb(75,75,75);padding-left: 15px;">Module 1</h6>
</div>
<div class="col-3 text-right" style="padding-right: 15px;padding-left: 0px;height: 25px;">
<h6 style="color: rgb(75,75,75);">100%</h6>
</div>
</div>
<div class="progress" style="height: 4px;font-size: 0px;margin-bottom: 10px;">
<div class="progress-bar bg-success" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;">100%</div>
</div>
<div class="row">
<div class="col-9" style="padding-left: 0px;height: 24px;">
<h6 style="color: rgb(75,75,75);padding-left: 15px;">Module 2</h6>
</div>
<div class="col-3 text-right" style="padding-right: 15px;padding-left: 0px;height: 25px;">
<h6 style="color: rgb(75,75,75);">50%</h6>
</div>
</div>
<div class="progress" style="height: 4px;font-size: 0px;margin-bottom: 10px;">
<div class="progress-bar bg-danger" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;">50%</div>
</div>
<div class="row">
<div class="col-9" style="padding-left: 0px;height: 24px;">
<h6 style="color: rgb(75,75,75);padding-left: 15px;">Module 3</h6>
</div>
<div class="col-3 text-right" style="padding-right: 15px;padding-left: 0px;height: 25px;">
<h6 style="color: rgb(75,75,75);">0%</h6>
</div>
</div>
<div class="progress" style="height: 4px;font-size: 0px;margin-bottom: 10px;">
<div class="progress-bar bg-danger" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">0%</div>
</div>
<div class="row">
<div class="col-9" style="padding-left: 0px;height: 24px;">
<h6 style="color: rgb(75,75,75);padding-left: 15px;">Module 4</h6>
</div>
<div class="col-3 text-right" style="padding-right: 15px;padding-left: 0px;height: 25px;">
<h6 style="color: rgb(75,75,75);">0%</h6>
</div>
</div>
<div class="progress" style="height: 4px;font-size: 0px;margin-bottom: 10px;">
<div class="progress-bar bg-danger" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">0%</div>
</div>
</div>
</div>
</div>
</div>
<div></div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>