-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (166 loc) · 6.97 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unida Archery Club</title>
<link rel="shortcut icon" href="issets/img/logo2.jpg">
<!-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="issets/css/main.css">
</head>
<body id="body">
<!-- Image and text -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">
<img src="issets/img/logo.jpg" width="30" height="30" class="logo d-inline-block align-top">
UNIDA Archery Club
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="index.html">Beranda <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="skor.html">Skoring</a>
<a class="nav-item nav-link active" href="history.html">History</a>
</div>
</div>
</nav>
<div class="container table-responsive-md">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="issets/img/01.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<p>Latihan Bersama dengan Perdana.</p>
</div>
</div>
<div class="carousel-item">
<img src="issets/img/02.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<p>Amal Bulanan.</p>
</div>
</div>
<div class="carousel-item">
<img src="issets/img/03.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<p>Amal Lapangan.</p>
</div>
</div>
<div class="carousel-item">
<img src="issets/img/04.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<p>Lapangan Latihan.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="text-center mt-2">
<div class="spinner-grow text-dark" role="status">
</div>
<div class="spinner-grow text-primary" role="status">
</div>
<div class="spinner-grow text-danger" role="status">
</div>
<div class="spinner-grow text-warning" role="status">
</div>
<div class="spinner-grow text-danger" role="status">
</div>
<div class="spinner-grow text-primary" role="status">
</div>
<div class="spinner-grow text-dark" role="status">
</div>
</div>
<div class="card mb-3">
<!-- <img src="issets/img/latihan.jpg" class="card-img-top" alt="..."> -->
<div class="card-body">
<h5 class="card-title">Jadwal Latihan</h5>
<table class="table">
<thead class="table-primary">
<tr>
<th>Waktu</th>
<th>Senin</th>
<th>Selasa</th>
<th>Rabu</th>
<th>Kamis</th>
<th>Jum'at</th>
<th>Sabtu</th>
<th>Ahad</th>
</tr>
</thead>
<tbody>
<tr>
<th rowspan="2">Pagi</th>
<td>✖</td>
<td>✔</td>
<td>✔</td>
<td>✖</td>
<td>✔</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>-</td>
<td>◯</td>
<td>◯</td>
<td>-</td>
<td>St</td>
<td>◯</td>
<td>◯</td>
</tr>
<tr>
<th rowspan="2">Sore</th>
<td>✖</td>
<td>✔</td>
<td>✔</td>
<td>✖</td>
<td>✔</td>
<td>✔</td>
<td>✔</td>
</tr>
<tr>
<td>-</td>
<td>◯</td>
<td>◯</td>
<td>-</td>
<td>Hr</td>
<td>◯</td>
<td>◯</td>
</tr>
</tbody>
</table>
<p class="card-text"><small class="text-muted"><strong>St</strong> = Standard Bow <strong>Hr</strong> = HorseBow <strong>O</strong> =Latihan untuk semua</small></p>
</div>
</div>
<div class="card mb-3">
<img src="issets/img/amal.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Amal Bulanan</h5>
<label for="customRange3">Setiap Tanggal 15</label>
<p style="text-align: center;margin-bottom:-6px;">15</p>
<input type="range" class="custom-range" min="0" max="5" step="0.5" id="customRange3" disabled>
</div>
</div>
</div>
</body>
</html>
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="issets/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>