-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleadstarack.html
More file actions
30 lines (23 loc) · 995 Bytes
/
leadstarack.html
File metadata and controls
30 lines (23 loc) · 995 Bytes
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
<body>
<div class="container">
<div class="card col-8">
<div class="card-header bg-white">
<h3>{{lead_name}}</h3>
<h3>{{lead_course}}</h3>
</div>
<div class="card-body">
<img src="" alt="imageofthelead">
</div>
<div class="card-footer">
<h1>{{percentage}}</h1>
</div>
</div>
</div>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>