-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtim.html
95 lines (93 loc) · 3.98 KB
/
tim.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
<!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/tim.css">
</head>
<body>
<section class="navbar" >
<div class="navbar-left">
<img style="margin-left: 8%;" class="logo" src="css/img/logo.png" alt="">
<!-- <div style="margin-left: 8%;" class="logo">
</div> -->
<a class="sparring" href="sparringpage.html" >Sparring</a>
<a class="mabar" href="mabar.html">Mabar</a>
<a class="kompetisi" href="Kompetisi.html" >Kompetisi</a>
<a class="tim" style="color: #FE6B00;" href="tim.html" >Tim</a>
</div>
<a class="user" style="margin-right: 4%; background-color: grey; color: white; " href="userdetail.html"></a>
</section>
<section class="sparring-header" >
<div class="banner" style="background-image: url(css/img/dashboard-banner.png); background-size: cover; background-position: center;">
BERKOLABORASI
</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 Tim..." >
</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 Nama Lokasi...</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">
<a class="box" href="timdetail.html" >
<button class="box-outer" style="width: 100%; height: 100%;" >
<div class="box-top">
<img class="box-logo" src="css/img/pxg.png" alt="">
<!-- <div class="box-logo">
</div> -->
<div style="margin-left: 5%; width: 60%;" >
<p style="font-size: 0.8vw;" >Futsal</p>
<p style="font-size: 1.5vw; font-family: opensans-bold; margin-top: 3%;" >TITLE</p>
<div class="access">
Terbuka
</div>
<div class="age">
15-17
</div>
</div>
</div>
<div class="box-bottom">
<span style="height: 40vh;" >deskripsi</span>
<hr>
<div style="width: 100%; display: flex; justify-content: space-between; align-items: center;margin-top: 5px;" >
<p>
Slot Tersedia
</p>
<span style="font-family: opensans-bold; color: #FE6B00; " >5/12</span>
</div>
</div>
</button>
</a>
</section>
<section class="white-space" ></section>
<a href="tambahtim.html" class="add-sparring" >+</a>
</body>
</html>