Skip to content

Commit 50c4c73

Browse files
committed
add spiderius
1 parent c35ea24 commit 50c4c73

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

LongevityWorldCup.Website/Data/Athletes.json

+31-32
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
[
2+
{
3+
"Name": "Spiderius",
4+
"MediaContact": "https://x.com/stancel_david",
5+
"DateOfBirth": {
6+
"Year": 1992,
7+
"Month": 2,
8+
"Day": 9
9+
},
10+
"Biomarkers": [
11+
{
12+
"Date": "2025-01-30",
13+
"AlbGL": 49,
14+
"CreatUmolL": 70.79646017699116,
15+
"GluMmolL": 6.161190053285969,
16+
"CrpMgL": 1,
17+
"LymPc": 33.5,
18+
"McvFL": 77.8,
19+
"RdwPc": 20.3,
20+
"AlpUL": 174,
21+
"Wbc1000cellsuL": 5.5
22+
}
23+
],
24+
"Division": "Men's",
25+
"Flag": "Ancap",
26+
"Why": "Aspiration for constant self-improvement",
27+
"ProfilePic": "/assets/profile-pics/spiderius_profile.webp",
28+
"Proofs": [
29+
"/assets/proofs/spiderius_proof_1.png"
30+
],
31+
"PersonalLink": "https://davidstancel.com"
32+
},
233
{
334
"Name": "Cody Hergenroeder",
435
"MediaContact": "[email protected]",
@@ -333,38 +364,6 @@
333364
],
334365
"PersonalLink": "https://linkedin.com/in/8wh83lf6"
335366
},
336-
{
337-
"Name": "Ethan Park",
338-
"MediaContact": "https://instagram.com/ethanpark.media",
339-
"DateOfBirth": {
340-
"Year": 2019,
341-
"Month": 3,
342-
"Day": 27
343-
},
344-
"Biomarkers": [
345-
{
346-
"Date": "2025-08-10",
347-
"AlbGL": 42,
348-
"CreatUmolL": 109,
349-
"GluMmolL": 20,
350-
"CrpMgL": 1.4,
351-
"LymPc": 36,
352-
"McvFL": 92,
353-
"RdwPc": 14,
354-
"AlpUL": 72,
355-
"Wbc1000cellsuL": 8
356-
}
357-
],
358-
"Division": "Men's",
359-
"Flag": "Australia",
360-
"Why": "idk",
361-
"ProfilePic": "/assets/profile-pics/ethan_park_profile.jpg",
362-
"Proofs": [
363-
"/assets/proofs/ethan_park_proof_1.png",
364-
"/assets/proofs/ethan_park_proof_2.png"
365-
],
366-
"PersonalLink": "https://instagram.com/98dkh8su"
367-
},
368367
{
369368
"Name": "Ajjas",
370369
"MediaContact": "[email protected]",
Binary file not shown.
Loading

LongevityWorldCup.Website/wwwroot/js/misc.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
email: '<i class="fas fa-envelope"></i>', // Email icon
88
'facebook.com': '<i class="fab fa-facebook"></i>',
99
'twitter.com': '<i class="fab fa-twitter"></i>',
10+
'x.com': '<i class="fab fa-twitter"></i>',
1011
'linkedin.com': '<i class="fab fa-linkedin"></i>',
1112
'instagram.com': '<i class="fab fa-instagram"></i>',
1213
'youtube.com': '<i class="fab fa-youtube"></i>',

0 commit comments

Comments
 (0)