-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesports.html
139 lines (125 loc) · 3.62 KB
/
esports.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
---
layout: default_fullpage
title: Esports
---
<style type="text/css">
table {
border: none;
width: 80%;
margin: 0 auto;
border-collapse: separate;
margin-bottom: 20px;
}
tr {
border-top: 1px solid black;
border-bottom: 1px solid black;
height: 28px;
box-shadow: 0 1px 2px 0 rgba(50,50,50,.4);
background-color: #eee;
}
tr.break {
opacity: 0;
height: 12px;
font-size: 12px;
}
td.win {
border-left: 4px solid #08a500;
color: #08a500;
}
td.lose {
border-left: 4px solid #e40a0a;
color: #e40a0a;
}
.team-left, .score-left {
text-align: right;
}
.team-right, .score-right {
text-align: left;
}
.score-left, .score-right {
width: 28px;
}
.score-left.osu, .score-right.osu {
width: 72px;
}
.separator, .text-center {
text-align: center;
padding-left: 2px;
padding-right: 2px;
}
.win, .lose {
padding-left: 4px;
}
.flag {
height: 12px;
width: 18px;
}
.logo {
width: 23px;
height: 18px;
padding-top: 3px;
}
.mvp {
height: 18px;
width: 18px;
padding-top: 3px;
}
</style>
Players under the organisation team up with other friends and acquaintances to form teams for tournaments and events. Results shown are for any tournament or event that any Arcton affiliated player aprticipated in.
<table>
<tr class="spacing">
<td class="lose">L</td>
<td class="team-left">Arcton <img class="flag" src="https://static.hltv.org/images/bigflags/30x20/NZ.gif"></td>
<td class="separator">vs.</td>
<td class="team-right"><img class="flag" src="https://static.hltv.org/images/bigflags/30x20/AU.gif"> Insert Name Here</td>
<td class="separator" colspan="3">FF</td>
<td class="text-center">BO3</td>
<td class="text-center">Round 2 Losers Bracket</td>
</tr>
<tr class="break">
<td colspan="9"> </td>
</tr>
<tr class="spacing">
<td class="lose">L</td>
<td class="team-left">Arcton <img class="flag" src="https://static.hltv.org/images/bigflags/30x20/NZ.gif"></td>
<td class="separator">vs.</td>
<td class="team-right"><img class="flag" src="https://static.hltv.org/images/bigflags/30x20/AU.gif"> New Egirls In Town</td>
<td class="separator" colspan="3">FF</td>
<td class="text-center">BO3</td>
<td class="text-center">Round 2 - Top 32</td>
</tr>
<tr class="break">
<td colspan="9"> </td>
</tr>
<tr class="spacing">
<td class="win">W</td>
<td class="team-left">Arcton <img class="flag" src="https://static.hltv.org/images/bigflags/30x20/NZ.gif"></td>
<td class="separator">vs.</td>
<td class="team-right"><img class="flag" src="https://static.hltv.org/images/bigflags/30x20/NZ.gif"> Team Jupiter</td>
<td class="score-left">2</td>
<td class="separator">-</td>
<td class="score-right">0</td>
<td class="text-center">BO3</td>
<td class="text-center">Round 1 - Top 64</td>
</tr>
<tr>
<td> </td>
<td class="win">W</td>
<td class="map" colspan="2"><img class="logo" src="https://vignette3.wikia.nocookie.net/cswikia/images/d/d9/Set_overpass.png"> Overpass</td>
<td class="score-left">16</td>
<td class="separator">-</td>
<td class="score-right">2</td>
<td> </td>
<td class="text-center"><img class="mvp" src="https://cdn2.iconfinder.com/data/icons/crystalproject/crystal_project_256x256/apps/keditbookmarks.png"> KnifeSlayer (22/6/10)</td>
</tr>
<tr>
<td> </td>
<td class="win">W</td>
<td class="map" colspan="2"><img class="logo" src="https://vignette1.wikia.nocookie.net/cswikia/images/2/23/Set_cache.png"> Cache</td>
<td class="score-left">16</td>
<td class="separator">-</td>
<td class="score-right">6</td>
<td> </td>
<td class="text-center"><img class="mvp" src="https://cdn2.iconfinder.com/data/icons/crystalproject/crystal_project_256x256/apps/keditbookmarks.png"> KnifeSlayer (39/5/10)</td>
</tr>
</table>