Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
See 8daa67d.
  • Loading branch information
JoshuaWierenga committed Jan 19, 2025
1 parent 1a9be63 commit 550e75f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ body, html {
font-weight: bold;
}

.hideul {
text-decoration: none;
p:has(> .list-heading) {
margin-bottom: 0;
}

.w3cvalid {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2 class="title">The Programming Club at UTAS!</h2>
<h2 id="memberships">Memberships</h2>
<p>With a Programming Club membership, you will be invited to attend our weekly meetups, have access to discounted tickets to some of our other events, and gain access to a members only area on our thriving Discord server, our Club projects, and to our private modded Minecraft server!</p>
<p>Sign up through our Rubric page today.</p>
<h3 class="text-center" id="you-dream-it-we-can-help-you-do-it">You dream it; we can help you do it</h3>
<h3 class="text-center" id="you-dream-it-we-can-help-you-build-it">You dream it; we can help you build it</h3>
</div>
<hr>
<aside>
Expand Down
18 changes: 6 additions & 12 deletions websiteabout.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ <h2 class="title">About this Website</h2>
<li>Bootstrap version: v5.3.3</li>
<li>Bootstrap Icons version: v1.13.3
<!-- TODO: Parse to local time with js? --></li>
<li>Last built: 2025-01-19T16:23:10+11:00</li>
<li>Git commit: 4fe05b7484fbe4f650cf15d92e87bca2b4fd8ac8</li>
<li>Last built: 2025-01-19T18:41:52+11:00</li>
<li>Git commit: 8daa67d5c09f3c073a36625739f83e8add036c60</li>
<li>Git commit author(s): Joshua Wierenga (joshuagit@joshuawierenga.tech)
<!-- TODO: Parse to local time with js? --></li>
<li>Git commit time: 2025-01-19T16:16:31+11:00</li>
<li>Git commit branch: kwutas-page-info-basic</li>
<li>Git commit time: 2025-01-19T17:29:06+11:00</li>
<li>Git commit branch: main</li>
</ul>
<!-- TODO: Uncomment once js dark mode support is back -->
<!-- <span class="js-only" hidden>
Expand All @@ -142,14 +142,8 @@ <h2 class="title">About this Website</h2>
<!-- <noscript> -->
<p>Note: Using a css only dark mode system without persistance between pages and limited browser level suppport.
<!-- </noscript> --></p>
<p><a class="hideul" href="https://validator.w3.org/nu/?showoutline=yes&showimagereport=yes&doc=https%3A%2F%2Fprogrammingclub.com.au%2Ftestwebsite%2Fwebsiteabout.html">
<img class="w3cvalid"
src="https://raw.githubusercontent.com/bradleytaunt/html5-valid-badge/68b012b/html5-validator-badge.png"
alt="Valid HTML5!">
</a>
<a class="hideul" href="http://jigsaw.w3.org/css-validator/validator?lang=en&profile=css3svg&uri=https%3A%2F%2Fprogrammingclub.com.au%2Ftestwebsite%2Fassets%2Fstyle.css&usermedium=all&vextwarning=true&warning=2">
<img class="w3cvalid" src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!">
</a></p>
<p><a href="https://validator.w3.org/nu/?showoutline=yes&amp;showimagereport=yes&amp;doc=https%3A%2F%2Fprogrammingclub.com.au%2Ftestwebsite%2Fwebsiteabout.html"><img src="https://raw.githubusercontent.com/bradleytaunt/html5-valid-badge/68b012b/html5-validator-badge.png" title="Valid HTML5!" class="w3cvalid" alt="Unoffical W3C valid HTML5 logo" /></a>
<a href="http://jigsaw.w3.org/css-validator/validator?lang=en&amp;profile=css3svg&amp;uri=https%3A%2F%2Fprogrammingclub.com.au%2Ftestwebsite%2Fassets%2Fstyle.css&amp;usermedium=all&amp;vextwarning=true&amp;warning=2"><img src="https://jigsaw.w3.org/css-validator/images/vcss" title="Valid CSS!" class="w3cvalid" alt="W3C valid CSS logo" /></a></p>
</div>
<hr>
<aside>
Expand Down

0 comments on commit 550e75f

Please sign in to comment.