-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
293 lines (248 loc) · 16.6 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
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Results Of PES Trophies</title>
<link rel="shortcut icon" href="imgs/logo.png" />
<link rel="stylesheet" href="css/Index-Style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css?family=Quicksand|Revalia|Allerta+Stencil|Bree+Serif|Chicle|Khand|Poor+Story" rel="stylesheet">
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: "c2eeca83-31c8-4721-bd32-2e464fa0f99b",
});
});
</script>
</head>
<body>
<!-- Start Nav -->
<nav>
<div class="logo">
<span>RESULTS OF</span>
<img src="imgs/logo.png" width="70" height="70">
<span>PES TROPHIES</span>
<span style="position:absolute;top:53%;right:49%;font-size:6px;letter-spacing:2px;font-weight:400;font-family:sans-serif">Since Apr,2018</span>
</div>
<ul>
<li class="Clicked"><a href="index.html">Home</a></li>
<li><a href="highlights.html">Highlights</a></li>
<li><a href="club-cups.html">Club Trophies</a></li>
<li><a href="national-cups.html">National Trophies</a></li>
<li><a href="seasons.html">Seasons</a></li>
<li><a href="users-data.html">Users Data</a></li>
<li class="dropdown">
<a class="dropbtn">More</a>
<div class="dropdown-content">
<a href="rankings.html">Rankings</a>
<a href="most-awarded.html">Most Awarded</a>
<a href="transfer-market.html">Transfer Market</a>
</div>
</li>
</ul>
</nav>
<!-- End Nav -->
<div class="container">
<!-- Start Header -->
<header>
<img src="imgs/header.png" alt="header">
<div>
<h1>Results OF PES Trophies</h1>
<p style="font-family: 'Quicksand', sans-serif;">A Special Sports Website designed for reviewing and recording all the<br> results of cups, tournaments and seasons in PES 2019</p>
<button onclick="window.location.href='index.html'">Explore Our Features</button>
</div>
</header>
<!-- End Header -->
<!-- Start Section Intro -->
<section class="intro" id="intro">
<div class="heading">
<h1>Introduction About Our Website</h1><div class="bdrbtm"></div>
</div>
<span>This Website is based on PES 18, which counts the results and stats of competitions and cups in this game between the players involved, the website contains clubs and national cups statistics, Therefore, the site represents a new and distinct shift in the provision and counting players data and statstics , at the level of all websites for the game</span>
<br>
<iframe src="https://www.youtube.com/embed/8Qmwj7_dYxI?playlist=8Qmwj7_dYxI&fs=0&controls=0&rel=0&modestbranding=1&showinfo=0&autoplay=0"></iframe>
<div class="heading">
<h2 class="htwo" style="font-family: 'Bree Serif', serif;">Tournaments Sections</h2><div class="bdrbtm"></div>
</div>
<div class="icons">
<div>
<i class="fas fa-trophy fa-6x" style="color:dodgerblue"></i>
<h3 style="font-size:40px; color:dodgerblue;font-family: 'Bree Serif', serif;">Club Trophies</h3>
<span>Competitions between different Club Teams</span>
</div>
<div>
<i class="fas fa-trophy fa-6x" style="color:brown"></i>
<h3 style="font-size:40px; color:brown;font-family: 'Bree Serif', serif;">National Trophies</h3>
<span>Global Competitions between National Teams</span>
</div>
</div>
</section>
<!-- End Section Intro -->
<!-- Start Section Club Cups -->
<!-- Start Section -->
<section class="main1">
<div class="BoxDiv1">
<h1><i class="fas fa-trophy fa-x"></i> <ins>Club Trophies & Tournaments</ins> <i class="fas fa-trophy fa-x"></i></h1>
<br>
<span>Local and international cups are played between clubs chosen by players and other clubs in cup or league competitions</span>
</div>
<div class="BoxImg1"></div>
</section>
<!-- End Section -->
<!-- Start Section -->
<section class="clubcups">
<div class="Cups">
<h2>Available Trophies</h2>
<div>
<img src="imgs/pll.png" alt="pl" onclick="window.location.href='club-cups.html'">
<p onclick="window.location.href='club-cups.html'" id="ResponsiveP">Premier League</p>
</div>
<div>
<img src="imgs/emfa.png" alt="emfa" onclick="window.location.href='club-cups.html'">
<p onclick="window.location.href='club-cups.html'" id="ResponsiveP">Emirates FA Cup</p>
</div>
<div>
<img src="imgs/facom.png" alt="facom" onclick="window.location.href='club-cups.html'">
<p onclick="window.location.href='club-cups.html'" id="ResponsiveP">Communtiy Shield</p>
</div>
</div>
<br>
<div class="Cups">
<div>
<img src="imgs/ucl.svg" alt="ucl" onclick="window.location.href='club-cups.html'">
<p style="font-size:17px" onclick="window.location.href='club-cups.html'" id="ResponsiveP">UEFA Champions League</p>
</div>
<div>
<img src="imgs/uel.svg" alt="ufl" onclick="window.location.href='club-cups.html'">
<p style="font-size:21px;" onclick="window.location.href='club-cups.html'" id="ResponsiveP">UEFA Europa League</p>
</div>
<div>
<img src="imgs/uscc.png" alt="usc" onclick="window.location.href='club-cups.html'">
<p onclick="window.location.href='club-cups.html'" id="ResponsiveP">UEFA Super Cup</p>
</div>
</div>
<br><br><br>
</section>
<!-- End Section Club Cups -->
<!-- Start Section National Cups -->
<!-- Start Section -->
<section class="main2">
<div class="BoxImg2"></div>
<div class="BoxDiv2">
<h1><i class="fas fa-trophy fa-x"></i> <ins>National Trophies & Tournaments</ins> <i class="fas fa-trophy fa-x"></i></h1>
<br>
<span>International tournaments between the national teams, in which the teams chosen by players compete the rest of the other teams, in cups system as a knockout or groups</span>
</div>
</section>
<!-- End Section -->
<!-- Start Section -->
<section class="natcups">
<div class="Cups">
<h2>Available Trophies</h2>
<div>
<img src="imgs/caff.png" alt="caf" onclick="window.location.href='national-cups.html'">
<p id="ResponsiveP" onclick="window.location.href='national-cups.html'">Africa Cup of Nations</p>
</div>
<div>
<img src="imgs/wcqq.png" alt="wcq" onclick="window.location.href='national-cups.html'">
<p id="ResponsiveP" onclick="window.location.href='national-cups.html'">World Cup Qualifiers</p>
</div>
<div>
<img src="imgs/wcc.png" alt="wc" onclick="window.location.href='national-cups.html'">
<p id="ResponsiveP" onclick="window.location.href='national-cups.html'">World Cup of Nations</p>
</div>
</div>
</section>
<!-- End Section National Cups -->
<!-- Start Section Rules -->
<!-- Start Section -->
<section class="main3" id="Rules">
<div class="BoxDiv3">
<h1><i class="fas fa-gavel fa-x"></i> <ins>Rules & Obligations</ins> <i class="fas fa-gavel fa-x"></i></h1>
<br>
<span>Rules governing the system of competitions and players, which are the basis for organizing competitions and determine the objectives and the right way to play</span>
</div>
<div class="BoxImg3"></div>
</section>
<!-- End Section -->
<!-- Start Section -->
<section class="Rules">
<div class="ruleslist">
<div class="rules-content">
<div>
<h2 style="color:dodgerblue"> General Rules </h2>
<br>
<div>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> It is forbidden to change the team to any player before two seasons of playing with current club</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> When the player changes the current team, the player is not allowed to select one of the front teams if he is late on seventh place</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> The player is allowed to change the team after one season if the substitute team is one of the teams after the seventh place</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> If the player wants to choose one of the front teams after two seasons on the last switch, then he automatically gets the club in seventh place</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> The duration of Matches in any competitions is not more than 9 minutes</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> The third-placed team in UEFA Champions League groups stage, does not qualify for UEFA Europe League</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> If one is canceled, UEFA Champions League or UEFA Europa League, and a team wins the other championship, then it is the draw between the top 4 teams in third place in the group stage and the fifth and sixth place in the league, to play vs one of them in UEFA Super Cup</span></div>
</div>
</div>
</div>
<div class="rules-content">
<div>
<h2 style="color:crimson"> Specified Rules </h2>
<br>
<div>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:darkcyan">Premier League:</strong> A League, total of 38 matches, is the main determinant of the season, 12 matches difficulty is "Super Star" and 26 "Top Player"</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:darkcyan">Emirates FA Cup:</strong> A Knouck-out Tournament Starts with Round of 32, A round of it is played every 7 PL matches</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:darkcyan">FA Communitiy Sheild / UEFA Super Cup:</strong> A One Match Tournament Starts Before the beginning of the season, which (FA C.S.) is played first</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:darkcyan;line-height:35px">UEFA Champions League:</strong> It consists of - group stage - Then -Knouck-out stage -, Qualified for teams is 1<sup>st</sup>,2<sup>nd</sup>,3<sup>rd</sup>,4<sup>th</sup> places<br> Timing of play :: Round 1,2,3,4,5,6 (at rounds 3,6,9,12,15,18) // Round of 16 (at rounds 21,23) // Round of 8 (at rounds 26,28) // Round of 4 (at rounds 31,33) // Final (at round 37)</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:darkcyan;line-height:35px">UEFA Europa League:</strong> It consists of - group stage - Then -Knouck-out stage -, Qualified for teams is 5<sup>th</sup>,6<sup>th</sup>,7<sup>th</sup> places And FA Cup Winner or 8<sup>th</sup> Place<br> Timing of play :: Round 1,2,3,4,5,6 (at rounds 3,6,9,12,15,18) // Round of 32 (at rounds 19,20) // Round of 16 (at rounds 21,23) // Round of 8 (at rounds 26,28) // Round of 4 (at rounds 31,33) // Final (at round 37)</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:brown">Africa Cup of Nations:</strong> A Knouck-out Tournament Starts with Round of 14, Played every 2 Seasons, Starts in half season of PL</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:brown; line-height: 35px">World Cup Qualifications:</strong>A Group Tournament Starts with 3 Groups, Played every 3 Seasons, Qualifying teams are the top three teams and The two teams with the best second place continue to the Supplement. <br> Timing of play :: Round 1 (at round 7) // Round 2 (at round 12) // Round 3 (at round 15) // Round 4 (at round 20) // Round 5 (at round 24) // Round 6 (at round 28)<br> Supplement :: Round 1 (at round 30) // Round 2 (at round 31) // Round 3 (at round 32) // Round 4 (at round 33)</span></div><br>
<div class="rule-content"><span><i class="fas fa-gavel fa-lg"></i> <strong style="color:brown">World Cup of Nations:</strong> A group then Knouck-out Tournament Starts with Round of 32, Played every 3 Seasons, Starts after the end of PL</span></div><br>
</div>
</div>
</div>
</div>
</section>
<!-- End Section Rules -->
<!-- Start Section Contact -->
<section class="contact">
<div class="form">
<form name="contact" method="post" netlify>
<h2><ins>Get In Touch</ins></h2><br>
<input type="text" placeholder="Your Name" name="first"><br>
<input type="text" placeholder="E-mail Address" name="email"><br>
<input type="text" placeholder="Your Subject" name="subj"><br>
<textarea cols="80" rows="10" placeholder="Write Us Your Message" name="msg"></textarea><br>
<input type="submit" value="Send Message">
</form>
</div>
<div class="address">
<h2><ins>Contact Info.</ins></h2><br>
<i class="fa fa-map-marker" style="font-size:45px"></i> <span> 23st elneqrashy, Sohag, Egypt</span><br><br>
<i class="fa fa-mobile" style="font-size:45px"></i> <span> 01146321817</span><br><br>
<i class="fa fa-envelope" style="font-size:43px"></i> <span> 7assan.3li1998@gmail.com</span>
</div>
</section>
<!-- End Section Contact -->
<!-- Start Footer -->
<footer>
<div class="social">
<i class="fa fa-facebook-official" style="font-size:40px" onclick="window.location.href='https://www.facebook.com/hassan2231998'"></i>
<i class="fa fa-github" style="font-size:40px" onclick="window.location.href='https://github.com/Hassan-GitHub1998'"></i>
<i class="fa fa-google" style="font-size:40px" onclick="window.location.href='https://plus.google.com/u/0/105771750059567994677'"></i>
<i class="fa fa-chrome" style="font-size:37px" onclick="window.location.href='http://about-me1998.bitballoon.com/'"></i>
<i class="fa fa-linkedin" style="font-size:40px" onclick="window.location.href='https://www.linkedin.com/in/hassan1998/'"></i>
<i class="fa fa-youtube-square" style="font-size:40px"></i>
</div>
<div class="copyrights">
<span>©Copyrights©2018 Design By : Hassan Inc. | All rights Reserved</span>
</div>
</footer>
<!-- End Footer -->
</div>
<script>
</script>
</body>
</html>