-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (97 loc) · 4.78 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="fontawesome/css/fontawesome.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href="style/style.css" rel="stylesheet">
<title>Hello, world!</title>
</head>
<body>
<div class="container pt-4">
<div class="row">
<div class="col-md-6">
<h1 class="pull-left fs-2">TUGAS FUKI</h1>
</div>
<div class="col-md-6">
<a href="#" class="btn task btn-primary pull-right text-black" style="padding-left:30px; padding-right: 30px;border:0;border-radius: 8px;padding-top: 10px;padding-bottom: 10px;">Add Tasks</a>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-6">
<h1 class="pull-left fs-3">Tasks</h1>
</div>
<div class="col-md-6 ">
<a href="# " class="btn filter btn-primary pull-right text-black bg-white shadow-lg" style="padding-left:30px; padding-right: 30px;border:0;border-radius: 15px; ">Filter By</a>
</div>
</div>
<div class="card mt-4 ">
<div class="container shadow" style="padding: 20px;">
<div class="row rounded-3 ">
<div class="col-md-6 ">
<div class="pull-left ">
<h1>Tugas TBA 1</h1>
<p class="text-secondary">27 April 2022, Senin</p>
<a href="# " class="btn filter btn-primary bg-warning mb-2 text-black " style="border:0;border-radius: 20px; ">On Going</a>
</div>
</div>
<div class="col-md-6 ">
<div class="pull-right ">
<a href="# " class="btn detailss filter btn-primary pull-right text-black position-relative bottom-0 end-0 " style="padding-left: 40px; padding-right: 40px;margin-top: 80px; ">Details</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container pt-4 ">
<div class="card ">
<div class="container shadow" style="padding: 20px;">
<div class="row rounded-3 ">
<div class="col-md-6 ">
<div class="pull-left ">
<h1>Tidur</h1>
<p class="text-secondary">27 April 2022, Senin</p>
<a href="# " class="btn filter btn-primary mb-2 text-black " style="border:0;border-radius: 20px; ">Completed</a>
<a href="# " class="btn filter btn-primary mb-2 text-black " style="border:0;border-radius: 20px; ">Kesehatan</a>
</div>
</div>
<div class="col-md-6 ">
<div class="pull-right ">
<a href="# " class="btn detailss filter btn-primary pull-right text-black position-relative bottom-0 end-0 " style="padding-left: 40px; padding-right: 40px;margin-top: 80px; ">Details</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container pt-4" style="margin-bottom: 200px;">
<div class="card ">
<div class="container shadow " style="padding: 20px;">
<div class=" row rounded-3 ">
<div class="col-md-6 ">
<div class="pull-left ">
<h1>Yes</h1>
<p class="text-secondary">27 April 2022, Senin</p>
<a href="# " class="btn filter btn-primary mb-2 text-black " style="border:0;border-radius: 20px; ">Completed</a>
</div>
</div>
<div class="col-md-6 ">
<div class="pull-right ">
<a href="# " class="btn detailss filter btn-primary pull-right text-black position-relative bottom-0 end-0 " style="padding-left: 40px; padding-right: 40px;margin-top: 80px; ">Details</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card-footer bg-warning ">
<div class="text-center text-white">with <span style='font-size:30px;'>💓</span> by Risa Lestari </div>
</div>
</body>
<script src="js/bootstrap.bundle.min.js "></script>
</html>