forked from KiwiFarms/JonathanYaniv
New content.
This commit is contained in:
@@ -120,6 +120,13 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.construction {
|
||||
box-sizing: border-box;
|
||||
max-width: 1280px;
|
||||
margin: 0 auto 0 0;
|
||||
padding: 20px 40px;
|
||||
background: rgba(255, 255, 0, 0.4);
|
||||
}
|
||||
|
||||
figure, video, figcaption {
|
||||
margin: 0;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$male = true;
|
||||
$male = isset($_SERVER['HTTP_YANIV_MALE']) ? $_SERVER['HTTP_YANIV_MALE'] : true;
|
||||
$femName = "Jessica";
|
||||
$maleName = "Jonathan";
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body class="<?=($male ? "safety-off" : "safe-space")?>">
|
||||
<div class="construction"><span>This webpage is currently in development.</span></div>
|
||||
<header>
|
||||
<div class="clearfix"></div>
|
||||
<h1><?=$name?> <?=$lname?> is a Sexual Predator</h1>
|
||||
@@ -64,6 +65,9 @@
|
||||
Everyone, men and women, trans and cis, who have criticized <?=$lname?> have been subjected to strict censorship, threats of litigation, and deplatforming by YouTube, Twitter, and private web hosts.
|
||||
This includes well-known transgender feminists like Miranda Yardley.<?=cite(1)?>
|
||||
</p>
|
||||
<p>
|
||||
In the past few months more information has been uncovered exposing him as someone with an unhealthy obsession with coming-of-age girls.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>"Wax my Balls"</h2>
|
||||
|
||||
Reference in New Issue
Block a user