Skip to content

Commit

Permalink
Update Auckland place and time (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
layerssss authored Oct 19, 2024
1 parent 8ed55b2 commit a3cd84c
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 13 deletions.
5 changes: 3 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body {
}

.header-wrapper {
background-image: url("../img/cheeseman-banner.jpg");
background-image: url("../img/shakespear-banner.jpg");
background-size: cover;
color: white;
height: 682px;
Expand All @@ -59,7 +59,7 @@ body {
.img-mask {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0.4);
}

/* Buttons */
Expand Down Expand Up @@ -195,6 +195,7 @@ section p a {

.img-gallery img {
display:block;
object-fit: cover;
}

.img-gallery .sm {
Expand Down
Binary file added img/cheeseman-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/cheeseman-1.jpg
Binary file not shown.
Binary file removed img/cheeseman-2.jpg
Binary file not shown.
Binary file removed img/cheeseman-3.jpg
Binary file not shown.
Binary file removed img/cheeseman-4.jpg
Binary file not shown.
Binary file removed img/cheeseman-5.jpg
Binary file not shown.
Binary file removed img/cheeseman-6.jpg
Binary file not shown.
Binary file removed img/cheeseman-7.jpg
Binary file not shown.
Binary file removed img/cheeseman-banner.jpg
Binary file not shown.
Binary file added img/shakespear-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shakespear-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shakespear-03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shakespear-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 8 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<meta name="encoding" charset="utf-8" />
<title>Ruby Retreat NZ: 2023</title>
<title>Ruby Retreat NZ: 2024</title>
<link href="css/main.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400&display=swap" rel="stylesheet" />
<script src="https://kit.fontawesome.com/9de5058141.js" crossorigin="anonymous"></script>
Expand All @@ -26,11 +26,11 @@ <h1 class="heading">RUBY RETREAT.</h1>
<div class="sub-header">
<div class="block">
<h2>WHEN</h2>
<p>Coming later in 2023...</p>
<p>9 - 12 May 2025</p>
</div>
<div class="block">
<h2>WHERE</h2>
<p>Mt Cheeseman Lodge, South Island, New Zealand</p>
<p>The Y Shakespear Lodge, Whangaparaoa, New Zealand</p>
</div>
<div class="block">
<h2>WHO</h2>
Expand All @@ -54,11 +54,11 @@ <h2>A retreat for all software developers</h2>
<section>
<div class="img-gallery">
<div class="img-stack">
<img class="sm" src="./img/cheeseman-6.jpg" alt="Picture of mountains surrounding the ski lodge" />
<img class="sm" src="./img/cheeseman-2.jpg" alt="Past attendees enjoying the mountain views from Mt Cockayne Ridge" />
<img class="sm" src="./img/shakespear-01.jpg" alt="Picture of grass area in front of the lodge" />
<img class="sm" src="./img/cheeseman-01.jpg" alt="Piture of past events of attendees in the main area" />
</div>
<img class="lg-1-3" src="./img/cheeseman-7.jpg" alt="The alpine environment with the top half obscured by cloud" />
<img class="lg-1-3" src="./img/cheeseman-4.jpg" alt="Time-lapse photography showing the night sky above mountains shrouded by cloud" />
<img class="lg-1-3" src="./img/shakespear-02.jpg" alt="Picture of beach with peninsula in the back" />
<img class="lg-1-3" src="./img/shakespear-03.jpg" alt="Site entrance map on the board with shape of a cow" />
</div>
</section>
<section id="schedule">
Expand Down Expand Up @@ -119,10 +119,7 @@ <h2>Sponsors</h2>
</div>

<div class="footer">
<p>© 2020 Ruby Retreat</p>
<a href="https://twitter.com/RubyRetreat">
<i class="fa fa-twitter fa-2x"></i>
</a>
<p>© 2024 Ruby Retreat</p>
</div>
</body>

Expand Down

0 comments on commit a3cd84c

Please sign in to comment.