-
Notifications
You must be signed in to change notification settings - Fork 0
/
player.html
212 lines (212 loc) · 5.79 KB
/
player.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="player.css" />
<title>Player Page</title>
<script
src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/0a2a8f6cb3.js"
crossorigin="anonymous"
></script>
<script src="./player.js"></script>
</head>
<body>
<header>
<div>
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpOipozoFh3PhIB3bLkszynx10CjG9fvKMQdvoEN6mJvS2PodAH4peOcJWuB0Yfv2xafY&usqp=CAU"
alt="logo"
class="logo-img"
/>
</div>
<div id="menu-items-2">
<a href="./index.html" class="neon-button menu-button">home</a>
<a href="./index.html#h1" class="neon-button menu-button">teams</a>
<!-- <a href="./index.html#h2" class="neon-button menu-button" >news</a> -->
</div>
<div id="menu-items-3">
<div id="search-box">
<i class="fas fa-search search-icon" aria-hidden="true"></i>
<input
type="text"
name="search"
placeholder="Search for teams or players..."
id="search-text"
/>
</div>
<div>
<button id="btn-players" class="neon-button clickers">
create player
</button>
<button id="btn-teams" class="neon-button clickers">
create team
</button>
</div>
</div>
</header>
<aside id="aside-1">
<i class="fas fa-times close neon-button"></i>
<form id="form-1">
<label>Name Of Player : </label><br />
<input
type="text"
name="search"
placeholder="player name"
value=""
class="player-fields"
id="n1"
/><br />
<label>Image Link : </label><br />
<input
type="text"
name="search1"
placeholder="link"
value=""
class="player-fields"
id="n2"
/><br />
<label>Player Description : </label><br />
<input
type="text"
name="search2"
placeholder="description"
value=""
class="player-fields"
id="n3"
/><br />
<label>Team : </label><br />
<input
type="text"
name="search3"
placeholder="team"
value=""
class="player-fields"
id="n4"
/><br />
<label>Role : </label><br />
<input
type="text"
name="search4"
placeholder="role"
value=""
class="player-fields"
id="n5"
/><br />
<label>Playing Status : </label><br />
<input
type="text"
name="search5"
placeholder="status"
value=""
class="player-fields"
id="n6"
/><br />
<label>Price : </label><br />
<input
type="text"
name="search6"
placeholder="price is Rs."
value=""
class="player-fields"
id="n7"
/><br /><br />
<input
type="submit"
name="submit"
class="submit-btn"
id="sub-1"
/><br />
</form>
</aside>
<aside id="aside-2">
<i class="fas fa-times close neon-button"></i>
<form id="form-2">
<label>Team Name : </label><br />
<input
type="text"
name="search"
placeholder="team name"
value=""
class="player-fields"
id="n8"
/><br />
<label>key Name: </label><br />
<input
type="text"
name="search"
placeholder="key"
value=""
class="player-fields"
id="n9"
/><br />
<label>Championships Won : </label>
<input
type="text"
name="search"
placeholder="championship number"
value=""
class="player-fields"
id="n10"
/><br />
<label>Team Logo : </label><br />
<input
type="text"
name="search"
placeholder="link of logo"
value=""
class="player-fields"
id="n11"
/><br /><br />
<input
type="submit"
name="submit"
class="submit-btn"
id="sub-2"
/><br />
</form>
</aside>
<div id="player-container-two">
<div id="player-main-two"></div>
<div>
<h3>Information About the Player</h3>
<div id="player-details-two"></div>
</div>
</div>
<footer>
<div>
<h4>online store</h4>
<a class="links" href="/">player profile</a>
<a class="links" href="/">team profile</a>
<a class="links" href="/">player cost</a>
<a class="links" href="/">team value</a>
</div>
<div>
<h4>helpful links</h4>
<a class="links" href="./index.html">home</a>
<a class="links" href="/">about</a>
<a class="links" href="/">contact</a>
</div>
<div>
<h4>partners</h4>
<a class="links" href="/">Rajasthan Royals</a>
<a class="links" href="/">Mumbai Indians</a>
<a class="links" href="/">Kolkata Knight Riders</a>
<a class="links" href="/">Delhi Capitals</a>
<a class="links" href="/">+ many more</a>
</div>
<div>
<h4>address</h4>
<p class="text">building 101</p>
<p class="text">central avenue</p>
<p class="text">la - 902722</p>
<p class="text">united states</p>
</div>
</footer>
</body>
</html>