Skip to content

Commit

Permalink
Re-added Beyond WWDC tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Amos committed May 26, 2023
1 parent e600913 commit ff06a5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions source/layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{{ 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>
<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);">
<h1 id="event-title">Melbourne CocoaHeads</h1>
<p id="event-details">Online Event • Second Thursday every month</p>
Expand Down
4 changes: 2 additions & 2 deletions source/layouts/partials/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ <h2>Our Sponsors</h2>

<div class="tier">
<h4>Gold Sponsor</h4>
<a href="https://ittybittyapps.com" target="_blank"><img src="{{ .Site.BaseURL }}/images/sponsors/ittybittyapps.png" class="gold"/></a>
<a href="https://ittybittyapps.com" target="_blank"><img src="{{ .Site.BaseURL }}/images/sponsors/ittybittyapps.png" style="height: 6rem" class="gold"/></a>
</div>

<div class="tier">
<h4>Silver Sponsors</h4>
<a href="https://www.dius.com.au/" target="_blank">
<picture>
<source srcset="{{ .Site.BaseURL }}/images/sponsors/dius-white.png" media="(prefers-color-scheme: dark)" />
<img src="{{ .Site.BaseURL }}/images/sponsors/dius-blue.png" class="silver"/>
<img src="{{ .Site.BaseURL }}/images/sponsors/dius-blue.png" style="height: 3rem" class="silver"/>
</picture>
</a>
</div>
Expand Down
Binary file added source/static/images/home/beyond-wwdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff06a5c

Please sign in to comment.