-
Notifications
You must be signed in to change notification settings - Fork 1
/
ds.html
334 lines (331 loc) · 11.3 KB
/
ds.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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Death Stranding Endgame Stats | Orangestar</title>
<link rel="icon" type="image/png" href="/starvatar.png">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta property="og:title" content="Death Stranding Endgame Stats">
<meta property="og:description" content="My stats after completing the video game Death Stranding.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.orangestar.dev/res/ds.jpg">
<meta property="og:url" content="https://www.orangestar.dev/ds.html">
<meta name="theme-color" content="#FF7700">
<link href="main.css" rel="stylesheet" type="text/css">
<style>
html {
background: black;
}
body{
--ui-color: #b6e9e9;
color: var(--ui-color);
text-shadow: 1.5px 1.5px 0 rgba(0,0,0,128);
font-size: 12pt;
}
main {
padding-top: 5em;
}
h1 {
text-align: left;
margin: 0.25em 0.25ch;
}
h1, div.flex > div {
background: linear-gradient(transparent, transparent 98.5%, var(--ui-color));
}
h2 {
background: #005692;
margin: 0;
font-size: 1em;
text-align: left;
padding: 0.25em 0.5ch;
}
section {
width: 49%;
margin: 0 0.5%;
float:left;
}
div.flex {
display: flex;
min-height: 29.5px;
}
div.flex > div {
padding: 0.35em 0.35ch;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
}
.table div.flex > div:first-child {
width: 75%;
}
div.flex > div.spacer {
content: '';
width: 2px;
margin: 0;
padding: 0;
background: linear-gradient(transparent, transparent 90%, var(--ui-color));
}
/* td:empty::after{
content: "\00a0";
} */
div.flex > div:nth-child(3) {
text-align: right;
flex-grow: 2;
}
div.flex > div.i {
padding-left: 2.5ch;
}
br { clear: both; }
.name {
font-family:monospace;
font-size:18pt;
margin: 0;
padding: 8px 0;
}
.name img {
margin-top: -20px;
transform: translateY(14px);
}
img { max-width: 100%; }
footer { margin-bottom: 5em; }
@media screen and (max-width: 700px) {
section {
width: 100%;
float: none;
margin-bottom: 2em;
}
}
</style>
</head>
<body>
<main>
<h1>Overall Porter Grade</h1>
<section class="table">
<h2>Delivery Route</h2>
<div class="flex">
<div>Tumbles Taken</div>
<div class="spacer"></div>
<div>14</div>
</div>
<div class="flex">
<div>Pieces of Footwear Worn Out</div>
<div class="spacer"></div>
<div>0</div>
</div>
<div class="flex">
<div>Total Water Ingested</div>
<div class="spacer"></div>
<div aria-label="Sixty-four thousand seven hundred and ninety two milliliters.">64,792 (ml)</div>
</div>
<div class="flex">
<div>Blood Transfused Into Sam</div>
<div class="spacer"></div>
<div aria-label="Nineteen thousand one hundred and fourty eight milliliters.">19,148 (ml)</div>
</div>
<div class="flex">
<div>Total Cryptobiotes Ingested</div>
<div class="spacer"></div>
<div>168</div>
</div>
<div class="flex">
<div>Total Rest Time</div>
<div class="spacer"></div>
<div><time datetime="PT31H7M35S" aria-label="Thirty-one hours, seven minutes and thirty-five seconds.">31:07'35</time></div>
</div>
<div class="flex">
<div></div>
<div class="spacer"></div>
<div></div>
</div>
<div class="flex">
<div>Types of Items Fabricated</div>
<div class="spacer"></div>
<div aria-label="Thirty-nine out of one hundred and eight.">39/108</div>
</div>
<div class="flex">
<div>Total Number of Structures built</div>
<div class="spacer"></div>
<div>65</div>
</div>
<div class="flex">
<div>Road Sections Restored</div>
<div class="spacer"></div>
<div>16</div>
</div>
<div class="flex">
<div></div>
<div class="spacer"></div>
<div></div>
</div>
<div class="flex">
<div>Total Distance Traveled</div>
<div class="spacer"></div>
<div aria-label="Five hundred and thirty-five point 9 kilometers.">535.9 (km)</div>
</div>
<div class="flex">
<div>Total Play Time</div>
<div class="spacer"></div>
<div><time datetime="PT92H13M7S" aria-label="Ninety-two hours, thirteen minutes and seven seconds.">92:13'07</time></div>
</div>
</section class="table"><!-- patented whitespace preventer
--><section class="table">
<h2>Order Record</h2>
<div class="flex">
<div>Orders Completed</div>
<div class="spacer"></div>
<div>164</div>
</div>
<div class="flex">
<div class="i">Orders for Sam</div>
<div class="spacer"></div>
<div>72</div>
</div>
<div class="flex">
<div class="i">Standard Orders</div>
<div class="spacer"></div>
<div>86</div>
</div>
<div class="flex">
<div class="i">Standard Orders (Bot)</div>
<div class="spacer"></div>
<div>6</div>
</div>
<div class="flex">
<div class="i">Supply Requests</div>
<div class="spacer"></div>
<div>0</div>
</div>
<div class="flex">
<div>Pieces of Lost Cargo Picked Up</div>
<div class="spacer"></div>
<div>844</div>
</div>
<div class="flex">
<div>Pieces of Lost Cargo Delivered</div>
<div class="spacer"></div>
<div>373</div>
</div>
<div class="flex">
<div aria-label='Types of Premium Delivery Completed with an Evaluation of "Awesome" or higher.'>...Evaluation of "Awesome" or Higher</div>
<div class="spacer"></div>
<div>50</div>
</div>
<div class="flex">
<div aria-label='Types of Premium Delivery Completed with an Evaluation of "Legend" or higher.'>...Evaluation of "Legend" or Higher</div>
<div class="spacer"></div>
<div>50</div>
</div>
<div class="flex">
<div aria-label='Types of Premium Delivery Completed with an Evaluation of "Legend of Legends" or higher.'>..."Legend of Legends" or Higher</div>
<div class="spacer"></div>
<div>30</div>
</div>
<div class="flex">
<div aria-label='Types of Premium Delivery Completed with an Evaluation of "Legend of Legends of Legends."'>..."Legend of Legends of Legends"</div>
<div class="spacer"></div>
<div>0</div>
</div>
<div class="flex">
<div>Total Pieces of Cargo Delivered</div>
<div class="spacer"></div>
<div>924</div>
</div>
<div class="flex">
<div>Total Weight of Cargo Delivered</div>
<div class="spacer"></div>
<div aria-label="Thirteen point two tons.">13.02 (t)</div>
</div>
</section>
<br/><br/>
<section class="table">
<h2>Connections Made During Delivery</h2>
<div class="flex">
<div>No. of Times BB Soothed</div>
<div class="spacer"></div>
<div>98</div>
</div>
<div class="flex">
<div>Likes from BB</div>
<div class="spacer"></div>
<div>826</div>
</div>
<div class="flex">
<div>BB Connection Level</div>
<div class="spacer"></div>
<div aria-label="5 stars.">★★★★★</div>
</div>
<div class="flex">
<div></div>
<div class="spacer"></div>
<div></div>
</div>
<div class="flex">
<div>Bridges Contracts Made</div>
<div class="spacer"></div>
<div>34</div>
</div>
<div class="flex">
<div>UCA Members Recruited</div>
<div class="spacer"></div>
<div>32</div>
</div>
<div class="flex">
<div aria-label="3 star or higher connections.">3★ or Higher Connections</div>
<div class="spacer"></div>
<div>17</div>
</div>
<div class="flex">
<div aria-label="4 star or higher connections.">4★ or Higher Connections</div>
<div class="spacer"></div>
<div>14</div>
</div>
<div class="flex">
<div>Max. Level Connections</div>
<div class="spacer"></div>
<div>9</div>
</div>
<div class="flex">
<div></div>
<div class="spacer"></div>
<div></div>
</div>
<div class="flex">
<div>Connections Made with Other Players</div>
<div class="spacer"></div>
<div>1,540</div>
</div>
<div class="flex">
<div></div>
<div class="spacer"></div>
<div></div>
</div>
<div class="flex">
<div>Total Likes Recieved</div>
<div class="spacer"></div>
<div>210,639</div>
</div>
<div class="flex" style="color:#006bb4">
<div class="i">NPCs</div>
<div class="spacer"></div>
<div>81,775</div>
</div>
<div class="flex" style="color:#22906C">
<div class="i">Other Players</div>
<div class="spacer"></div>
<div>128,864</div>
</div>
</section><!--
--><section>
<h2>Overall Rating</h2>
<div class="flex">
<div style="flex-grow:1;">
<p class="name"><img src="../starvatar.png" alt="Avatar." style="width:46px;height:46px"/> <span aria-label="Mister Cat (Real)">Mr. Cat (Real)</span></p>
</div>
</div>
<div class="flex"><img src="/res/dsstar.png" alt="Bridge Link: 73. Delivery Time: 30. Cargo Condition: 52. Delivery Volume: 55. Miscellaneous: 68. 30 Legend of Legends tokens."/></div>
<br/>
<div class="flex"><img src="/res/dsporter.png" alt="Porter Grade: 278. Rank: Deliverer."/></div>
</section>
</main>
<footer> </footer>
</body>
</html>