Skip to content

Commit

Permalink
Fixed year
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Amos committed May 26, 2023
1 parent ff06a5c commit ba47c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{ define "main" }}
<main id="home">
<section class="bottom full" style="background-image: url({{ .Site.BaseURL }}/images/home/beyond-wwdc.png); background-size: cover; background-color: #121212;">
<h1 style="color: #C6E1E6;">Beyond WWDC</h1>
<p style="color: #C6E1E6; opacity: 0.75;">In-person and Online • Wednesday, 14 June 2022</p>
<h1 style="color: #FFFFFF;">Beyond WWDC</h1>
<p style="color: #FFFFFF; opacity: 0.75;">In-person and Online • Wednesday, 14 June 2023</p>
<a href="https://www.meetup.com/melbourne-cocoaheads/events/293250938/">View event details</a>
</section>
<section class="top full" style="background-image: url({{ .Site.BaseURL }}/images/home/meetup.png);">
Expand Down

0 comments on commit ba47c70

Please sign in to comment.