This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbear.html
More file actions
91 lines (86 loc) · 5.04 KB
/
bear.html
File metadata and controls
91 lines (86 loc) · 5.04 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PARTY WORLD</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="lobotomiE">
<meta property="og:title" content="PARTY WORLD">
<meta property="og:description" content="party world NYE 2025 website">
<meta property="og:url" content="2025party.world/bear">
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="page" id="bear-page">
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1XMCJJ0284');
</script>
<div class="menu"><a class="menu-btn" id="return" href="index">⏴</a></div>
<div class="menu-mb"><a class="menu-btn" id="previous" href="world">⏴</a><a class="menu-btn" id="home"
href="index">⌂</a><a class="menu-btn" id="next" href="castle">⏵</a></div>
<div class="info" id="bear-info">
<section>
<div class="title"><span>(:ε )≡:・*・</span> <h1><a target="_blank" href="https://nnvtn.ca/"
class="link-v2">Space Management</a> By <a target="_blank"
href="https://www.instagram.com/glitchbitttch/" class="link-v2">Memory Graft</a></h1>
<span>・*・:≡( ε:)</span></div>
<div class="title-mb"><span>(:ε )≡:・*・</span>
<h1><a target="_blank" href="https://nnvtn.ca/" class="link-v2">Space Management</a><br>By <a
target="_blank" href="https://www.instagram.com/glitchbitttch/" class="link-v2">Memory Graft</a>
</h1><span>・*・:≡( ε:)</span>
</div>
</section>
<hr>
<section>
<h1>Party coordinates</h1>
<p>370 Rue Guy</p>
</section>
<hr>
<section>
<div class="title"><span>(˘ʃƪ˘)</span> <h1>Party Commandments</h1> <span>(˘ʃƪ˘)</span></div>
<div class="title-mb"><span>(˘ʃƪ˘)</span>
<h1>Party Commandments</h1><span>(˘ʃƪ˘)</span>
</div>
<p>Do you want to be part of a Good Party or a Bad Party?
<br><br>
When you step into this World, take a look around you - every single thing you can hear, touch, smell, and taste is the product of a Labour of Party Love and our greatest profit is a prolonged moment away from the chaos of IRL World, where we can align ourselves to the beat and with each other. For that to happen, we must embody mutual respect and self-awareness.
<br><br>
Party World is created entirely by the Community and for the Community.
<br><br>
If this is your first time at a queer-friendly DIY event like this, please be extra aware of your surroundings. There will be a zero tolerance policy for harassment, discrimination, leering, unwanted physical contact, or any action that makes others feel uncomfortable or unsafe. Anyone found engaging in inappropriate behaviour will be immediately banished from Party World back to IRL World.
<br><br>
Bref…
</p>
<div class="list-container">
<ul>
<li>Know your Self</li>
<li>Know your Space</li>
<li>Watch your Health</li>
<li>Keep your Word</li>
<li>Take no Shit</li>
<li>Do no Harm</li>
</ul>
</div>
</section>
</div>
</body>
</html>