-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCa-profile.html
More file actions
72 lines (62 loc) · 3.65 KB
/
Copy pathCa-profile.html
File metadata and controls
72 lines (62 loc) · 3.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>CA profile</title>
</head>
<body>
<nav class="navbar navbar-light bg-light">
<a class="navbar-brand" href="#">Profile</a>
<h4 style="margin-right: 40%">Task</h4>
</nav>
<div class="container-fluid cust_container_CAprofile">
<div class="row">
<div class="col-md-4" style="border-right-style: dotted;">
<img src="https://picsum.photos/200/300" alt="" class = " rounded-circle image_custom_CAprofile">
<a name="Modify" id="" class="btn btn-primary" href="#" role="button">Modify Image</a>
<br>
<br>
<br>
<h5>Unique ID/Referal Code</h5>
<h5>Name</h5>
<h5>Valor</h5>
<h5>Overall Standing</h5>
<h5>Group Standing</h5>
<h5>Manager Name</h5>
<h5>Total Score</h5>
</div>
<div class="col">
<a name="update" id="" class="btn btn-primary" href="#" role="button">Update Task</a>
<a name="delete" id="" class="btn btn-primary" href="#" role="button" style="margin-left: 300px;">Delete Task</a>
<div class="container" style = "background: #faf9f9f1; padding: 1%;">
<div class="card">
<div class="card-header">
Task - 1
</div>
<div class="card-body">
<p class="card-text">qehrrqobgqerbgierbgergbqpgibguiiugfbprqeuibgperignckg hperu uhr piu ghewpiepi piu hewpiewiphpuihweighwuehguipiuweiu hpiu iupg uiwth igweig uwi </p>
<input class="form-control form-control-sm col-md-3" type="number" placeholder="">
</div>
</div>
<div class="card">
<div class="card-header">
Task - 1
</div>
<div class="card-body">
<p class="card-text">qehrrqobgqerbgierbgergbqpgibguiiugfbprqeuibgperignckg hperu uhr piu ghewpiepi piu hewpiewiphpuihweighwuehguipiuweiu hpiu iupg uiwth igweig uwi </p>
<input class="form-control form-control-sm col-md-3" type="number" placeholder="">
</div>
</div>
<a name="Submit_marks" id="" class="btn btn-primary" href="#" role="button">Submit Marks</a>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>