Browse Source

:sparkles: Add EU Myths bot landing page

Andrea Franceschini 5 years ago
parent
commit
1bfedad83e
2 changed files with 31 additions and 0 deletions
  1. BIN
      images/eubot.png
  2. 31 0
      pages/eumyths.php

BIN
images/eubot.png


+ 31 - 0
pages/eumyths.php

@@ -0,0 +1,31 @@
+<?php
+$bodyclasses = 'page';
+$title = 'Circular Bells privacy policy';
+$tagline = '';
+$description = 'Privacy policy for Circular Bells';
+$keywords = '';
+$twitter_image = '';
+?>
+
+<?=i('_header')?>
+
+	<article class="body">
+		<section class="full">
+			<h2>British EU Myths</h2>
+			</h3>A bot that debunks fake news</h3>
+			<p>
+				<img src="<?=$baseurl?>images/eubot.png" style="width: 150px; height: 150px; float: right; margin: 0 16px" />
+				The European Commission has archived an astonishing 426 lies that the British press told about the European Union between 1992 and 2017.
+				It is widely accepted that <a href="https://www.theguardian.com/commentisfree/2016/jul/15/brexit-boris-johnson-euromyths-telegraph-brussels">this trend was started by Boris Johnson</a>, a man who has a track record that would make Pinocchio blush, while he was posted as the Daily Telegraph's Brussels correspondent between 1989 and 1994, and was happily followed by pretty much every other newspaper in the United Kingom ever since.
+			</p>
+			<p>Boris Johnson became the UK's Prime Minister on the 23<sup>rd</sup> of July 2019, on what <a href="https://www.independent.co.uk/news/uk/politics/brexit-no-deal-adverts-boris-johnson-michael-gove-eu-a9085201.html">it is feared</a> to be a covert operation to leave the European Union without a deal.</p>
+			<p>Anyway, this bot will tweet a timeline of EU myths that are to this day widely believed by the British public.
+			   There will be one tweet every hour between 8 and 16 GMT every day excluding weekends -- because our shiny friends deserve reasonable working hours and rest days too!
+			</p>
+			<p>The bot is operated by <a href="https://andreafranceschini.org">me</a>, and I may occasionally tweet through it, if necessary.</p>
+			<p>I also tweet as <a href="https://www.twitter.com/morpheu5">@morpheu5</a>. Come say hi. 🙂</p>
+			<p>&nbsp;</p>
+		</section>
+	</article>
+
+<?=i('_footer')?>