-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuser_mabar.html
103 lines (95 loc) · 4.25 KB
/
user_mabar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Match Up</title>
<link rel="stylesheet" href="css/user_mabar.css">
</head>
<body>
<section class="navbar" >
<div class="navbar-left">
<a class="logo" href="sparringpage.html">
</a>
<!-- <div style="margin-left: 7%;" class="logo">
</div> -->
<a class="home" href="userdetail.html" >Profil</a>
<a class="tentang" href="userevent_sparring.html">Sparring</a>
<a class="mabar" href="user_mabar.html" style="color: #FE6B00; " >Mabar</a>
<a class="kontak" href="userteam.html" >Tim</a>
</div>
</section>
<section class="sparring-search" >
<div class="input-box">
<!-- <img class="icon-box" src="css/img/search.png" alt=""> -->
<div style="background: url(css/img/search.png); background-position: center; background-size: contain;" class="icon-box">
</div>
<input type="text" placeholder="Cari Nama Sparring..." >
</div>
<div class="input-box">
<div style="background: url(css/img/location.png); background-position: center; background-size: contain;" class="icon-box">
</div>
<select name="" id="" >
<option value="" disabled selected hidden>Pilih Lokasi Olahraga</option>
<option value="">ITEM 1</option>
<option value="">ITEM 1</option>
<option value="">ITEM 1</option>
</select>
</div>
<div class="input-box">
<div style="background: url(css/img/keyword.png); background-position: center; background-size: contain;" class="icon-box">
</div>
<select name="" id="" >
<option value="" disabled selected hidden>Pilih Cabang Olahraga...</option>
<option value="">ITEM 1</option>
<option value="">ITEM 1</option>
<option value="">ITEM 1</option>
</select>
</div>
<button class="search" >
Cari
</button>
</section>
<section class="box-wrapper">
<div class="box">
<a href="mabardetail.html">
<button class="box-outer" style="width: 100%; height: 100%;" >
<div class="box-top">
<div class="edit-data">
<a class="see-button" href="mabardetail.html">
</a>
<a class="edit-button" href="ubah_data.html"></a>
</div>
<img class="box-logo" alt="">
<div style="margin-left: 5%; width: 60%;" >
<p style="font-size: 0.8vw;" >Sparring | Futsal</p>
<p style="font-size: 1.5vw; font-family: opensans-bold; margin-top: 3%;" >TITLE</p>
<p>Pemilik / host</p>
</div>
</div>
<div class="box-bottom">
<div class="line">
<div style="background: url(css/img/calender.png); background-position: center; background-size: contain;" class="bottom-icon">
</div>
Waktu Dan Tanggal Bermain
</div>
<div class="line">
<div style="background: url(css/img/target.png); background-position: center; background-size: contain;" class="bottom-icon">
</div>
Lokasi Pertandingan
</div>
<div class="line">
<div style="background: url(css/img/price.png); background-position: center; background-size: contain;" class="bottom-icon">
</div>
Biaya Pendaftaran
</div>
</div>
</button>
</a>
</div>
</section>
<section class="white-space" ></section>
<a href="tambahsparring.html" class="add-sparring" >+</a>
</body>
</html>