-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhtmlcss.tpl
226 lines (173 loc) · 6.92 KB
/
htmlcss.tpl
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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
td:nth-child(4) { width: 190px;}
.w3-myfont {
font-family: "Comic Sans MS", cursive, sans-serif;
}
</style>
<body height: >
<div class="w3-sidebar w3-bar-block w3-card w3-animate-left" style="display:none" id="mySidebar">
<button class="w3-bar-item w3-button w3-large"
onclick="w3_close()">Close ×</button>
<a href="http://54.180.124.165" class="w3-bar-item w3-button">Mainpage</a>
<a href="#" class="w3-bar-item w3-button">Information</a>
<a href="#" class="w3-bar-item w3-button">Son</a>
<a href="#" class="w3-bar-item w3-button">Ki</a>
<a href="#" class="w3-bar-item w3-button">Hawng</a>
</div>
<div id ="main">
<div class="w3-teal">
<button class="w3-button w3-teal w3-xlarge" onclick="w3_open()">☰</button>
<div class="w3-container">
</div>
</div>
<p><div class="w3-container w3-cell"></p>
<p><img src="/static/son.jpg" style="height:250px ; width:220px;" ></p>
</div>
<div class="w3-container w3-cell" style="width : 1000px;">
<h1 style= "padding-bottom: 10px;"><b>Son Heung-Min</b></h1>
<dl>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>CLUB:</b></dt>
<dd style = "float: left;"><i> Tottenham Hotspur</i></dd>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>POSITION:</b></dt>
<dd style = "float: left;"><i> Foward </i></dd>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>BIRTH:</b></dt>
<dd style = "float: left;"><i> July 8, 1992 </i></dd>
</dl>
</div>
<h2 class="w3-grey w3-myfont w3-xlarge" style="text-shadow:1px 1px 0 #444; padding-left: 20px; padding-bottom: 10px"><i>Appearances Summary</i></h2>
<div class="w3-container">
<div class="w3-responsive">
<table class="w3-table-all w3-hoverable w3-small;">
<tr>
<th>League</th>
<th>Date</th>
<th>Vs</th>
<th>Appearance</th>
<th>Result</th>
<th>Rating</th>
<th>Goal</th>
<th>Assist</th>
<th>Sh</th>
<th>ShT</th>
<th>Yel</th>
<th>Red</th>
</tr>
%for row in rows[:5]:
<tr>
%for _ in row:
<td>{{_}}</td>
%end
</tr>
%end
</table>
</div>
</div>
<div style ="height: 100px"></div>
<hr>
<p><div class="w3-container w3-cell"></p>
<p><img src="/static/ki.jpg" style="height:250px ; width:200px;" ></p>
</div>
<div class="w3-container w3-cell" style="width : 1000px;">
<h1 style= "padding-bottom: 10px;"><b>Ki Sung-Yueng</b></h1>
<dl>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>CLUB:</b></dt>
<dd style = "float: left;"><i> Newcastle United</i></dd>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>POSITION:</b></dt>
<dd style = "float: left;"><i> Midfielder </i></dd>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>BIRTH:</b></dt>
<dd style = "float: left;"><i> January 24, 1989 </i></dd>
</dl>
</div>
<h2 class="w3-grey w3-myfont w3-xlarge" style="text-shadow:1px 1px 0 #444; padding-left: 20px; padding-bottom: 10px"><i>Appearances Summary</i></h2>
<div class="w3-container">
<div class="w3-responsive">
<table class="w3-table-all w3-hoverable w3-small;">
<tr>
<th>League</th>
<th>Date</th>
<th>Vs</th>
<th>Appearance</th>
<th>Result</th>
<th>Rating</th>
<th>Goal</th>
<th>Assist</th>
<th>Sh</th>
<th>ShT</th>
<th>Yel</th>
<th>Red</th>
</tr>
%for row in rows[5:10]:
<tr>
%for _ in row:
<td>{{_}}</td>
%end
</tr>
%end
</table>
</div>
</div>
<div style ="height: 100px"></div>
<hr>
<p><div class="w3-container w3-cell"></p>
<p><img src="/static/hhc.jpg" style="height:250px ; width:200px;" ></p>
</div>
<div class="w3-container w3-cell" style="width : 1000px;">
<h1 style= "padding-bottom: 10px;"><b>Hwang Hee-Chan</b></h1>
<dl>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>CLUB:</b></dt>
<dd style = "float: left;"><i> Hamburg SV</i></dd>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>POSITION:</b></dt>
<dd style = "float: left;"><i> Forward </i></dd>
<dt class= "w3-text-grey" style = "clear: both; float: left; padding-bottom: 50px;"><b>BIRTH:</b></dt>
<dd style = "float: left;"><i> January 26, 1996 </i></dd>
</dl>
</div>
<h2 class="w3-grey w3-myfont w3-xlarge" style="text-shadow:1px 1px 0 #444; padding-left: 20px; padding-bottom: 10px"><i>Appearances Summary</i></h2>
<div class="w3-container">
<div class="w3-responsive">
<table class="w3-table-all w3-hoverable w3-small;">
<tr>
<th>League</th>
<th>Date</th>
<th>Vs</th>
<th>Appearance</th>
<th>Result</th>
<th>Rating</th>
<th>Goal</th>
<th>Assist</th>
<th>Sh</th>
<th>ShT</th>
<th>Yel</th>
<th>Red</th>
</tr>
%for row in rows[10:]:
<tr>
%for _ in row:
<td>{{_}}</td>
%end
</tr>
%end
</table>
<div style ="height: 150px"></div>
</div>
</div>
<script>
function w3_open() {
document.getElementById("main").style.marginLeft = "25%";
document.getElementById("mySidebar").style.width = "25%";
document.getElementById("mySidebar").style.display = "block";
document.getElementById("openNav").style.display = 'none';
}
function w3_close() {
document.getElementById("main").style.marginLeft = "0%";
document.getElementById("mySidebar").style.display = "none";
document.getElementById("openNav").style.display = "inline-block";
}
</script>
</body>
</html>