-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
76 lines (66 loc) · 2.91 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HackNext</title>
<meta name="description" content="a friendly cabin hack in mid-sweden, bring your friends!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
<!-- social media share metadata -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@stefan_wallin" />
<meta property="og:url" content="https://hacknextse.github.io/" />
<meta property="og:title" content="HackNext" />
<meta property="og:type" content="website" />
<meta property="og:description" content="a friendly cabin hack in mid-sweden, bring your friends!" />
<meta property="og:image" content="https://hacknextse.github.io/social-card.png" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#282d34">
<meta name="msapplication-TileColor" content="#282d34">
<meta name="theme-color" content="#282D34">
</head>
<body>
<header>
<img src="logo.png" width="200px" alt="HackNext logo"/>
</header>
<main>
<h2>what</h2>
<p>a cabin-hack in the middle of Sweden</p>
<p>since 2014 a small self-organizing hack has taken place in Järvsö, groups of friends have met to hack on hobby projects, socialize, and eat well!</p>
<h2>dates</h2>
<p>2024-11-14</p>
<p>to</p>
<p>2024-11-17</p>
<a href="https://calendar.google.com/calendar/r/eventedit?text=Hack+Next+2024&dates=20241114/20241118&trp=false&details=https://hacknextse.github.io/&pli=1&sf=true&location=Alpstigen%202,+Alpstigen,+Jarvs%C3%B6,+Sverige&sprop=https://hacknextse.github.io/" target="_blank">
google calendar</a>
|
<a href="./event2024fall.ics">
ical
</a>
<h2>location</h2>
<p>cabins on the mountainside of järvsö</p>
<h2>how</h2>
<ol>
<li>gather your best hacker and designer friends</li>
<li>book a cabin around alpstigen through <a href="https://jarvso.se/bo-i-jarvso/">jarvso.se</a></li>
<li>book a minibus/train/car to Järvsö</li>
<li>pack your stuff</li>
<li>profit!</li>
</ol>
<p>If you book a cabin, <a href="https://twitter.com/Stefan_Wallin">reach out to me on twitter</a>.</p>
<h2>info</h2>
<ul>
<li>Most cabins have a power budget of 150W/person</li>
<li>Most cabins have a wifi</li>
<li>You can cook in the cabins or eat out in Järvsö</li>
<li><strong>Tip:</strong> You can have cleaning included in your booking</li>
</ul>
<h2>got questions?</h2>
reach out to <a href="https://twitter.com/Stefan_Wallin">stefan_wallin</a> on twitter
</main>
</body>
</html>