-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
126 lines (118 loc) · 3.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<html>
<head>
<meta name="encoding" charset="utf-8" />
<title>Ruby Retreat NZ: 2024</title>
<link href="css/main.css?20241019" 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>
</head>
<body>
<div class="header-wrapper">
<div class="img-mask">
<header class="header">
<nav class="nav">
<a href="index.html">
<img id='logo' src='img/logo.png' width="120" height="120" />
</a>
<a href="faq.html">FAQ</a>
<a href="#friends">Sponsors</a>
</nav>
</header>
<h1 class="heading">RUBY RETREAT.</h1>
<div class="sub-header">
<div class="block">
<h2>WHEN</h2>
<p>9 - 12 May 2025</p>
</div>
<div class="block">
<h2>WHERE</h2>
<p>The Y Shakespear Lodge, Whangaparaoa, New Zealand</p>
</div>
<div class="block">
<h2>WHO</h2>
<p>SOFTWARE DEVELOPERS OF ALL KINDS</p>
</div>
</div>
</div>
</div>
<div class="page-container">
<section>
<h2>A retreat for all software developers</h2>
<p>
<em>Not just for Rubyists</em>, Ruby Retreat is for all software
developers. There will be a broad range of talks on different technical
topics, and solace from the busyness of work life.
</p>
<p>
This is a chance to unwind, learn, make friends, and grow.
</p>
</section>
<section>
<div class="img-gallery">
<div class="img-stack">
<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/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">
<h2>Talks, Discussions, and Worshops</h2>
<p>
Hear from some of the brightest minds in our community, presenting
ideas and technical know-how.
</p>
<p>
</p>
</section>
<section id="schedule-cta">
<p>
We will publish a schedule very soon, and update it frequently as more
people sign up to participate in this way.
</p>
<p>
Interested?
<a href="mailto:[email protected]?Subject=I%20would%20love%20to%20speak%20at%20Ruby%20Retreat">
Get in touch with us
</a>
</p>
</section>
<section>
<h2>Sponsors</h2>
<p>
Thanks to our generous sponsors who make Ruby Retreat possible.
</p>
</section>
<section id="friends">
<div class="friends">
<div class="friend">
<div class="friend-logo">
</div>
</div>
</div>
</section>
<section id="friends-cta">
<p>
Interested in sponsoring? We'd love to have your support.
<p>
<a href="mailto:[email protected]?Subject=We%27d%20love%20to%20sponsor%20Ruby%20Retreat%21">
Get in touch with us
</a>
and we'll send through more details.
</p>
</section>
<section id="ticket-cta">
<p>
Need more information? <a href='faq.html'>Check out our FAQ.</a>
</p>
<p>
<img src="img/ruby-retreat!.png" alt="Running Ruby gem with arms and legs saying 'Ruby! Retreat!'" width="75%" />
</p>
</section>
</div>
<div class="footer">
<p>© 2024 Ruby Retreat</p>
</div>
</body>
</html>