-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassignment.php
43 lines (39 loc) · 1.63 KB
/
assignment.php
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
<?php include 'includes/header_student.inc.php'?>
<div class="container w-75">
<div class="card mt-2">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<h6 class="card-subtitle mb-2 text-muted">Big Data</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Confirm</a>
<a href="#" class="btn btn-danger">Cancel</a>
</div>
</div>
<div class="card mt-2">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<h6 class="card-subtitle mb-2 text-muted">Big Data</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Confirm</a>
<a href="#" class="btn btn-danger">Cancel</a>
</div>
</div>
<div class="card mt-2">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<h6 class="card-subtitle mb-2 text-muted">Big Data</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Confirm</a>
<a href="#" class="btn btn-danger">Cancel</a>
</div>
</div>
<div class="card mt-2">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<h6 class="card-subtitle mb-2 text-muted">Big Data</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Confirm</a>
<a href="#" class="btn btn-danger">Cancel</a>
</div>
</div>
</div>