Updated warning message. Added grandparent networks to network seed file, merged 21Naturals and 21Sextreme into 21Sextury.

This commit is contained in:
DebaucheryLibrarian
2020-12-18 23:28:02 +01:00
parent 5629190bf1
commit 83f51219e4
2 changed files with 58 additions and 10 deletions

View File

@@ -1,15 +1,20 @@
<template>
<div class="warning-container">
<div class="warning">
<div
class="logo"
v-html="logo"
/>
<strong class="title">This website contains sexually explicit content</strong>
<span class="copy">By entering, you agree to the following</span>
<ul class="rules">
<li class="rule">You are at least 18 years old, and a legal adult in your jurisdiction.</li>
<li class="rule">You are prepared see, hear and read erotic and sexual material, some of which could be considered obscene or offensive by some.</li>
<li class="rule">You understand that the majority of sexual acts on this website are fictional, performed by professional actors for entertainment purposes, and not representative of real-life interactions.</li>
<li class="rule">Respect your sexual partners, communicate about each other's fantasies and limits, and take precautions to prevent sexually transmitted infections and unintended pregnancies.</li>
<li class="rule">You are at least 18 years old, and have the legal right to consume adult material in your jurisdiction.</li>
<li class="rule">You are prepared see, hear and read erotic and sexual material, and do not regard such content as obscene or offensive.</li>
<li class="rule">You understand that most sexual acts on this website depict fictional scenarios, performed by professional actors for entertainment purposes, and are not representative of real-life interactions.</li>
<li class="rule">Respect your sexual partners, communicate about each other's desires and limits, and take precautions to prevent sexually transmitted infections and unintended pregnancies.</li>
</ul>
<div class="actions">
@@ -27,6 +32,18 @@
</div>
</template>
<script>
import logo from '../../img/logo.svg';
export default {
data() {
return {
logo,
};
},
};
</script>
<style lang="scss" scoped>
@import 'breakpoints';
@@ -117,6 +134,12 @@
}
}
.logo {
fill: var(--primary);
text-align: center;
width: 2rem;
}
@media(max-width: $breakpoint) {
.title {
font-size: 1.5rem;