-
Notifications
You must be signed in to change notification settings - Fork 1
/
useraccount.html
242 lines (242 loc) · 9.06 KB
/
useraccount.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!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" />
<link rel="stylesheet" href="useraccount.css" />
<link rel="stylesheet" href="navbar.css" />
<link rel="stylesheet" href="footer.css">
<link
rel="shortcut icon"
href="https://www.cricbuzz.com/images/cb_favicon.ico"
type="image/x-icon"
/>
<script
src="https://kit.fontawesome.com/eba04dea05.js"
crossorigin="anonymous"
></script>
<title>
Live Cricket Score, Schedule, Latest News, Stats & Videos | Cricbuzz.com
</title>
</head>
<body>
<div id="landingPageheader">
<header id="top">
<a href="index.html"><img
id="logo"
width="100px"
src="https://www.cricbuzz.com/images/cb_logo.svg"
alt="logo"
/></a>
<div id="navbar">
<div class="dropdown">
<button class="dropbtn"><a href="#">Live Scores</a></button>
</div>
<div class="dropdown">
<button class="dropbtn"><a href="#">Schedule</a></button>
</div>
<div class="dropdown">
<button class="dropbtn"><a href="#">Archives</a></button>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">News <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">All Stories</a>
<a href="#">Cricbuzz Plus</a>
<a href="#">Latest News</a>
<a href="#">Topics</a>
<a href="#">Spotlight</a>
<a href="#">Opinions</a>
<a href="#">Specials</a>
<a href="#">Stats & Analysis</a>
<a href="#">Interviews</a>
<a href="#">Live Blogs</a>
<a href="#">Harsha Bhogle</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Series <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">India tour of WestIndies, 2022</a>
<a href="#">Pakistan tour of Sri Lanka, 2022</a>
<a href="#">South Africa tour of England, 2022</a>
<a href="#">Bangladesh tour of Zimbabwe, 2022</a>
<a href="#">New Zealand tour of Scotland, 2022</a>
<a href="#">Tamil Nadu Premier League 2022</a>
<a href="#">County Championship Division One 2022</a>
<a href="#">Commonwealth Games Womens Cricket Competition 2022</a>
<a href="#">All Series</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Teams <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_val">
<div class="team">
<h4>TEST TEAMS</h4>
<a href="#">India</a>
<a href="#">Ireland</a>
<a href="#">Pakistan</a>
<a href="#">Australia</a>
<a href="#">Sri Lanka</a>
<a href="#">Bangladesh</a>
<a href="#">England</a>
<a href="#">West Indies</a>
<a href="#">South Africa</a>
<a href="#">Zimbabwe</a>
<a href="#">New Zealand</a>
<a href="#">Afghanistan</a>
</div>
<div class="team">
<h4>ASSOCIATE</h4>
<a href="#">Italy</a>
<a href="#">Botswana</a>
<a href="#">Belgium</a>
<a href="#">Iran</a>
<a href="#">Denmark</a>
<a href="#">Singapore</a>
<a href="#">Namibia</a>
<a href="#">Uganda</a>
<a href="#">Malasiya</a>
<a href="#">Nepal</a>
<a href="#">Germany</a>
<a href="#">Canada</a>
</div>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Videos <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">All Videos</a>
<a href="#">Categories</a>
<a href="#">Playlists</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Rankings <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">ICC Rankings - Men</a>
<a href="#">ICC Rankings - Women</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">More <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">World Test Championship</a>
<a href="#">World Cup Super League</a>
<a href="#">Quiz</a>
<a href="#">Photos</a>
<a href="#">Mobile Apps</a>
<a href="#">Careers</a>
<a href="#">Contact Us</a>
</div>
</div>
<button id="cricPlusbtn">
<a href="cricPlus.html">Cricbuzz Plus</a>
</button>
</div>
<i id="search" class="fa-solid fa-magnifying-glass"></i>
<div id="icons">
<a href="login.html"><i id="profileIcon" class="fa-solid fa-user"></i></a>
<div id="loginStatus">
<a href="useraccount.html">My Account</a>
<a onclick="signOut()" href="index.html">Sign Out</a>
</div>
</div>
</header>
<div id="blackStrip">
<div>
<a href="#">MATCHES</a>
<a href="#">WI vs IND - IND Won</a>
<a href="#">AUSW vs PAKW - Com...</a>
<a href="#">INDW vs BAW - Preview</a>
<a href="#">SOU vs WEF - Preview</a>
<a href="#">IRE vs RSA - Preview</a>
</div>
<button>
<a href="">ALL <i class="fa-solid fa-caret-down"></i></a>
</button>
</div>
</div>
<div id="account_container">
<div id="user_accout_main">
<div id="my_account">
<div>MY ACCOUNT</div>
<div id="line"></div>
<div id="mylist">
<div onclick="my_profile()" class="btn active">
<span
><i class="fa-regular fa-circle-user fa-lg"></i> My Profile </span
><span><i class="fa-solid fa-chevron-right"></i></span>
</div>
<div onclick="managesubs()" class="btn">
<span><i class="far fa-star"></i>Manage Subscription</span
><span><i class="fa-solid fa-chevron-right"></i></span>
</div>
<div onclick="redeemcoupon()" class="btn">
<span><i class="fab fa-cc-amazon-pay"></i> Redeem Coupons</span
><span><i class="fa-solid fa-chevron-right"></i></span>
</div>
<div class="btn">
<span><i class="fas fa-ticket-alt fa-lg"></i> My Coupons</span
><span><i class="fa-solid fa-chevron-right"></i></span>
</div>
<div class="btn">
<span><i class="far fa-credit-card"></i> Payment History</span
><span><i class="fa-solid fa-chevron-right"></i></span>
</div>
<div class="btn">
<span><i class="far fa-question-circle"></i> Get Support</span
><span><i class="fa-solid fa-chevron-right"></i></span>
</div>
<div onclick="signOut()" class="btn">
<span><i class="fas fa-power-off"></i>Sign Out</span>
</div>
</div>
</div>
<div id="side_div">
<div id="my-profile">
<div>MY PROFILE</div>
<div id="line"></div>
<div id="profile-content">
<img src="images/avatar.jpg" alt="" />
<p>Change Avatar</p>
<label for="">Username</label>
<input placeholder="Username" type="text" />
<label for="">Email</label>
<input placeholder="Email address" type="email" />
<button>Submit</button>
</div>
</div>
<div id="Manage-subs">
<div>MANAGE SUBSCRIPTION</div>
<div id="line"></div>
<div id="div">Your Plan will expire on 8/8/2023</div>
</div>
<div id="Redeem-coupons">
<div>REDEEM COUPONDS</div>
<div id="line"></div>
<div id="redeem-content">
<label for="">Enter Coupon Code</label>
<input placeholder="Coupon Code" type="text">
<button>Submit</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="useraccoount.js"></script>