summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcompress.sh2
-rw-r--r--index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/compress.sh b/compress.sh
index 425b280..0032408 100755
--- a/compress.sh
+++ b/compress.sh
@@ -2,4 +2,4 @@
gzip -9fk style.css
gzip -9fk *.html
-find assets/ -type f -not -name "*.gz" -exec gzip -9fk "{}" \;
+find assets/ -type f -not -name "*.gz" -exec gzip -5fk "{}" \;
diff --git a/index.html b/index.html
index eba986f..df9888c 100644
--- a/index.html
+++ b/index.html
@@ -99,7 +99,7 @@
<div class="ctitle">Projects</div>
<ul class="nodot">
<li>March 2024 <a href="minigolf.html">Mini Golf Scorekeeping App</a></li>
- <li>April 2024 <a href="https://conjfrnk.github.io/website/2024/04/12/my-website">This Website</a></li>
+ <li>April 2024 <a href="https://conjfrnk.github.io/website/2024/04/15/my-website">This Website</a></li>
</ul>
</div>
</div>
@@ -107,7 +107,7 @@
<div class="lightgroup">
<div class="container">
<div class="ctitle">Interests</div>
- <img src="https://projecteuler.net/profile/conjfrnk.png" width=200 height=60 alt="Project Euler" />
+ <img src="https://projecteuler.net/profile/conjfrnk.png" width=200 height=60 alt="Project Euler" loading="lazy"/>
</div>
</div>