107 lines
3.7 KiB
HTML
107 lines
3.7 KiB
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Casa Wakale - Wakale House</title>
|
|
<link href="assets/css/style.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<header id="rules">
|
|
<h3>Casa Wakale Rules:</h3>
|
|
|
|
<h1 id="rule-1"><a href="#rule-1">1</a> - Do Your Best</h1>
|
|
|
|
<h1 id="rule-2"><a href="#rule-2">2</a> - Use Common Sense</h1>
|
|
|
|
<h1 id="rule-3"><a href="#rule-3">3</a> - Shut The Fuck Up</h1>
|
|
|
|
<h4>So be the rules of this house.</h4>
|
|
</header>
|
|
|
|
<main>
|
|
<section id="photos">
|
|
<h1>Photos</h1>
|
|
|
|
<article>
|
|
<figure>
|
|
<img src="assets/images/leo-01.jpg" alt="La Patata!" />
|
|
<figcaption>
|
|
<p><em>Leonardo the cat is crazy and gray,
|
|
<br>He trips and he gallops all over the day.
|
|
<br>He jumps for the couch but lands on the floor,
|
|
<br>Then wiggles and purrs and does it once more.
|
|
<br>With a purr and a meow and paws that misstep,
|
|
<br>Leonardo's the best friend and pet.</em></p>
|
|
</figcaption>
|
|
</figure>
|
|
</article>
|
|
</section>
|
|
|
|
<section id="conventions">
|
|
<h1>Conventions</h1>
|
|
|
|
<article id="article-cleaning">
|
|
<h2><a href="#1">1</a> — Cleaning: 1 x Week</h2>
|
|
<ul>
|
|
<li><a href="#1.1">1.1</a> — Davide does his bathroom</li>
|
|
<li><a href="#1.2">1.2</a> — Solomon + Pxi: Do our bathrooms</li>
|
|
<li><a href="#1.3">1.3</a> — Kitchen:
|
|
<ul>
|
|
<li><a href="#1.3.1">1.3.1</a> — You use it you clean it.</li>
|
|
<li><a href="#1.3.2">1.3.2</a> — Keep the sink empty.</li>
|
|
<li><a href="#1.3.3">1.3.3</a> — Keep surfaces <em>clempty</em>.</li>
|
|
<li><a href="#1.3.4">1.3.4</a> — Clean up after yourself.</li>
|
|
</ul>
|
|
</li>
|
|
</article>
|
|
|
|
<article id="article-guests">
|
|
<h2><a href="#2">2</a> — Guests:</h2>
|
|
<ul>
|
|
<li><a href="#2.1">2.1</a> — Emergency — <b>OK</b></li>
|
|
<li><a href="#2.2">2.2</a> — 3 days - 1 x month — <b>OK</b></li>
|
|
<li><a href="#2.3">2.3</a> — Room swap (friends + family) — <b>OK</b></li>
|
|
<li><a href="#2.4">2.4</a> — Girls — <b>OK</b> (common sense)</li>
|
|
<li><a href="#2.5">2.5</a> — More than 2 ppl — <b>Send message</b></li>
|
|
</ul>
|
|
</article>
|
|
|
|
<article id="article-expenses">
|
|
<h2><a href="#3">3</a> — Expenses:</h2>
|
|
<ol>
|
|
<li><a href="#3.1">3.1</a> — There are comunal spaces + private spaces</li>
|
|
<li><a href="#3.2">3.2</a> — Use tricount app</li>
|
|
<li><a href="#3.3">3.3</a> — Avoid consuming unnecessary stuff</li>
|
|
<li><a href="#3.4">3.4</a> — Ask before buying</li>
|
|
</ol>
|
|
</article>
|
|
</section>
|
|
|
|
|
|
<section id="links">
|
|
<h1>Links</h1>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="https://www.last.fm/user/WakaleHouse">Music at Last.fm</a> — This is the music we play in our living room.</li>
|
|
<li><a href="https://git.patxipierce.com/pxi/wakale.casa">Source code</a> — The repository for this site.</li>
|
|
</ul>
|
|
</nav>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<menu>
|
|
<ul>
|
|
<li><a href="#rules">Rules</a></li>
|
|
<li><a href="#photos">Photos</a></li>
|
|
<li><a href="#conventions">Conventions</a></p></li>
|
|
<li><a href="#links">Links</a></p></li>
|
|
</ul>
|
|
</menu>
|
|
</footer>
|
|
</body>
|
|
</html>
|