Skip to content

Commit e4b8c41

Browse files
committed
dont link pdf
1 parent 402a105 commit e4b8c41

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

LongevityWorldCup.Website/wwwroot/onboarding/join-game.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">Your Journey St
4545
<img src="../assets/content-images/lab.jpg" alt="Lab" class="illustration" loading="lazy">
4646
</picture>
4747
</div>
48-
<p data-aos="fade" data-aos-duration="700" data-aos-delay="350">Acquire a 2025 blood test from which we can compute your biological age, called <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/pdf/aging-10-101414.pdf" target="_blank" rel="noopener">PhenoAge</a>. You need the following biomarkers:</p>
48+
<p data-aos="fade" data-aos-duration="700" data-aos-delay="350">Acquire a 2025 blood test from which we can compute your biological age, called <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/" target="_blank" rel="noopener">PhenoAge</a>. You need the following biomarkers:</p>
4949
<ul>
5050
<li data-aos="fade" data-aos-duration="700" data-aos-delay="400"><strong>Albumin</strong> (also known as Serum Albumin)</li>
5151
<li data-aos="fade" data-aos-duration="700" data-aos-delay="450"><strong>Creatinine</strong> (sometimes called Serum Creatinine)</li>

LongevityWorldCup.Website/wwwroot/onboarding/pheno-age.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<main>
9393
<!--MAIN-PROGRESS-BAR-->
9494
<h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">The Blood Pact <i class="fas fa-tint"></i> <i class="fas fa-dna"></i> <i class="fas fa-scroll"></i></h2>
95-
<p data-aos="fade" data-aos-duration="700" data-aos-delay="300">Calculate your biological age, known as <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/pdf/aging-10-101414.pdf" target="_blank" rel="noopener">PhenoAge</a>:</p>
95+
<p data-aos="fade" data-aos-duration="700" data-aos-delay="300">Calculate your biological age, known as <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/" target="_blank" rel="noopener">PhenoAge</a>:</p>
9696
<form id="phenoAgeForm" class="bioageform" data-aos="fade" data-aos-duration="700" data-aos-delay="350">
9797
<!-- Date of Birth Fields -->
9898
<fieldset>
@@ -427,10 +427,10 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">The Blood Pact
427427
// Setting up the animated counter effect
428428
let displayAge = 0;
429429
resultElement.innerHTML = `
430-
<div style="font-size: 1rem; color: #2c3e50; text-align: center;">Your biological age is:</div>
431-
<div style="font-size: 2.5rem; color: #4CAF50; font-weight: bold; text-align: center;"><span id="animatedAge">0</span></div>
432-
<div id="yearsText" style="font-size: 1rem; color: #2c3e50; text-align: center;">years</div>
433-
`;
430+
<div style="font-size: 1rem; color: #2c3e50; text-align: center;">Your biological age is:</div>
431+
<div style="font-size: 2.5rem; color: #4CAF50; font-weight: bold; text-align: center;"><span id="animatedAge">0</span></div>
432+
<div id="yearsText" style="font-size: 1rem; color: #2c3e50; text-align: center;">years</div>
433+
`;
434434

435435
if (isFirstTimeAnimation) {
436436
// Set the flag to false after the first run

LongevityWorldCup.Website/wwwroot/onboarding/waiting-for-lab.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">Your Lab Awaits
7676
<img id="waitingImage" src="../assets/content-images/bean-waiting.png" alt="Waiting" class="illustration" loading="lazy">
7777
</picture>
7878
</div>
79-
<p data-aos="fade" data-aos-duration="700" data-aos-delay="350">Find the nearest lab and request a blood test that includes the following biomarkers. These will help us calculate your biological age, known as <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/pdf/aging-10-101414.pdf" target="_blank" rel="noopener">PhenoAge</a>:</p>
79+
<p data-aos="fade" data-aos-duration="700" data-aos-delay="350">Find the nearest lab and request a blood test that includes the following biomarkers. These will help us calculate your biological age, known as <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/" target="_blank" rel="noopener">PhenoAge</a>:</p>
8080
<ul>
8181
<li data-aos="fade" data-aos-duration="700" data-aos-delay="400"><strong>Albumin</strong> (also known as Serum Albumin)</li>
8282
<li data-aos="fade" data-aos-duration="700" data-aos-delay="450"><strong>Creatinine</strong> (sometimes called Serum Creatinine)</li>

LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ <h3>Generations</h3>
10181018
</a>
10191019
</th>
10201020
<th>
1021-
<a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/pdf/aging-10-101414.pdf" target="_blank" rel="noopener" style="color: var(--primary-color); text-decoration: underline; cursor: pointer;"
1021+
<a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5940111/" target="_blank" rel="noopener" style="color: var(--primary-color); text-decoration: underline; cursor: pointer;"
10221022
onmouseover="this.style.color='var(--secondary-color)';"
10231023
onmouseout="this.style.color='var(--primary-color)';">
10241024
Age Reduction

0 commit comments

Comments
 (0)