Adding in link to Git Repo

This commit is contained in:
Frank Delaguila
2022-10-04 21:15:04 -06:00
parent 001e362d38
commit ef0293fe00
3 changed files with 13 additions and 5 deletions

View File

@@ -18,7 +18,10 @@
<section class="bg-center bg-scroll bg-cover flex hero h-96 mx-auto items-center justify-end overflow-hidden relative" style="background-image: url(./hero-background.jpeg)">
<div class="relative z-50 mr-40">
<h1 class="text-4xl font-black text-white">Utes Stats</h1>
<p class="text-white font-medium">I have no idea what I'm doing!</p>
<a class="bg-white text-sm font-bold items-center justify-between mt-2 inline-flex px-6 py-4 rounded-full" href="https://github.com/franky212/puppeteer-scraper" target="_blank">
Check out the GitHub
<img class="w-6 ml-2" src="./iconmonstr-github-1.svg" alt="Github Icon">
</a>
</div>
</section>
@@ -27,12 +30,12 @@
<section class="py-12" aria-label="Team Statistics">
<h2 class="text-2xl font-black text-center mb-12 section-header">2021-2022 Stat Comparisons</h2>
<div class="flex justify-around">
<div class="stat-container">
<div class="stat-container bg-white">
<h2 class="font-black">Pass Completions</h2>
<canvas id="passCompletions"></canvas>
</div>
<div class="stat-container">
<div class="stat-container bg-white">
<h2 class="font-black">Pass Attempts</h2>
<canvas id="passAttempts"></canvas>
</div>