2023-10-27

master
Charles Iliya Krempeaux 2023-10-27 12:42:23 -07:00
parent d85cff6cea
commit 7208185b40
3 changed files with 210 additions and 0 deletions

View File

@ -0,0 +1,101 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>#AllYourBases</title>
<style>
@font-face {
font-family: 'Paytone One';
src: url('../../../common/font/paytone-one-regular.ttf');
}
</style>
<style>
body {
background-color: #303030;
}
body, a {
color:white;
}
a {
text-decoration:none;
}
body {
font-family: 'Paytone One', sans-serif;
}
</style>
<style>
.heading {
font-size: 20vh;
}
.heading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -130%);
}
</style>
<style>
.with {
font-size: 5vh;
}
.with {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -130%);
}
</style>
<style>
.person-left {
font-size: 5vh;
}
.person-left {
text-align:right;
}
.person-left {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-140%, 70%);
}
</style>
<style>
.and {
font-size: 5vh;
}
.and {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 180%);
}
</style>
<style>
.person-right {
font-size: 5vh;
}
.person-right {
text-align:left;
}
.person-right {
position: absolute;
top: 50%;
left: 50%;
transform: translate(23%, 70%);
}
</style>
</head>
<body>
<div class="heading"><a href="in-the-news/index.html">#AllYourBases</a></div>
<div class="with">with</div>
<div class="person-left">@atomicpoet<br />Chris Trottier</div>
<div class="and">&</div>
<div class="person-right">@reiver<br />Charles Iliya Krempeaux</div>
</body>
</html>

View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>#AllYourBases</title>
<style>
@font-face {
font-family: 'Paytone One';
src: url('../../../../common/font/paytone-one-regular.ttf');
}
</style>
<style>
body {
background-color: #303030;
}
body, a {
color:white;
}
a {
text-decoration:none;
}
body {
font-family: 'Paytone One', sans-serif;
}
</style>
<style>
.meme {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
</head>
<body>
<img class="meme" src="../../../../common/meme/it-is-dangerous-to-go-alone-take-one-of-these.jpeg" />
</body>
</html>

View File

@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>#AllYourBases</title>
<style>
@font-face {
font-family: 'Paytone One';
src: url('../../../../common/font/paytone-one-regular.ttf');
}
</style>
<style>
body {
background-color: #303030;
}
body, a {
color:white;
}
a {
text-decoration:none;
}
body {
font-family: 'Paytone One', sans-serif;
}
</style>
<style>
.heading {
font-size: 12vh;
}
.heading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -130%);
}
</style>
<style>
.subheading-1 {
font-size: 5vh;
}
.subheading-1 {
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -350%);
}
</style>
<style>
.subheading-2 {
font-size: 5vh;
}
.subheading-2 {
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -130%);
}
</style>
</head>
<body>
<div class="heading"><a href="../the-end/index.html">To Be Continued</a></div>
<div class="subheading-1">(next week)</div>
<div class="subheading-2">#AllYourBases</div>
</body>
</html>