-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 1.46 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 1.46 KB
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruby Unconf 2026</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Climate+Crisis&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./assets/favicon.png" type="image/png">
</head>
<body class="hero-page">
<main class="hero-container">
<header class="hero">
<div class="hero__logos">
<img src="./assets/BRRU-26.png" alt="Baltic Ruby × Ruby Unconf" class="hero__logo-image" />
</div>
<div class="hero__tagline">
<span>TWICE AS FRIENDLY.</span>
<span>TWICE AS INSIGHTFUL.</span>
<span>TWICE AS FUN.</span>
</div>
<p class="hero__subtitle">Two conferences come together under one roof.</p>
<p class="hero__details">June 12–13 2026 (Fri & Sat)</p>
<p class="hero__details">Hamburg, Germany</p>
<div class="hero__tickets">
<a href="https://balticruby.org/">All information on the Baltic Ruby page</a>
</div>
</header>
</main>
<footer>
<a href="imprint.html">Imprint / Impressum</a>
·
<a href="dataprotection.html">Dataprotection / Datenschutzerklärung</a>
</footer>
</body>
</html>