removed stuff that got moved to a different repo
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2021-07-07 15:32:03 +02:00
parent 34db8cca03
commit b7c9d13021
35 changed files with 2 additions and 5631 deletions

View file

@ -9,6 +9,8 @@ RewriteBase /
RewriteRule ^blog-(.*)$ "https://ellpeck.de/blog/$1" [R=301,L]
RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L]
RewriteRule ^mc/?$ "https://ellpeck.de/projects" [R=301,L]
RewriteRule ^press/?(.*)$ "https://press.ellpeck.de/$1" [R=301,L]
RewriteRule ^tinylife/?$ "https://tinylifegame.com" [R=301,L]
# anchor redirects (need NE = no escaping for the hash symbol)
RewriteRule ^projects/?$ "https://ellpeck.de/#projects" [NE,R=301,L]

10
Jenkinsfile vendored
View file

@ -22,15 +22,5 @@ pipeline {
node rss.js'''
}
}
stage('Press') {
when {
branch 'master'
}
steps {
sh '''cd /var/www/ellpeck/press/src
npm install
npx presskit build --output .. --pretty-links --collapse-menu'''
}
}
}
}

6
press/.gitignore vendored
View file

@ -1,6 +0,0 @@
/css
/images
/js
/tinylife
/index.html
/src/node_modules

View file

@ -1 +0,0 @@
Options -Indexes

View file

@ -1 +0,0 @@
Deny from all

View file

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<company>
<title>Ellpeck Games</title>
<based-in>Aachen, Germany</based-in>
<founding-date>December 2019</founding-date>
<website>https://ellpeck.de</website>
<press-contact>press@ellpeck.de</press-contact>
<phone>+49 (0)241 45093753</phone>
<address>
<line>
Kastanienweg 27
</line>
<line>
52074 Aachen
</line>
<line>
Germany
</line>
</address>
<socials>
<social>
<name>Twitter</name>
<link>https://twitter.com/Ellpeck</link>
</social>
<social>
<name>Discord</name>
<link>https://ellpeck.de/discord</link>
</social>
</socials>
<description>Ellpeck is a student, programmer and indie game developer from Germany. He has released multiple of his projects, including the popular Minecraft mods Actually Additions and Nature's Aura, both of which have received over five million downloads. Currently, he is finishing his Computer Science degree and working on his passion project, an upcoming indie life simulation called Tiny Life.</description>
<history>From a young age, Ellpeck had an interest in computers and programming. He discovered the Minecraft modding communtiy, which inspired him to learn Java and make some mods of his own. After a few years, he started making small games as well and eventually taught himself C#, which lead him to create some more polished projects, including the Android game Touchy Tickets and his current main project, Tiny Life.</history>
<trailers>
<trailer>
<name>Tiny Life</name>
<youtube>HkQDooqdlRI</youtube>
</trailer>
<trailer>
<name>Touchy Tickets</name>
<youtube>pgfuI7xiirs</youtube>
</trailer>
</trailers>
<contacts>
<contact>
<name>Ellpeck</name>
<mail>me@ellpeck.de</mail>
</contact>
</contacts>
</company>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because it is too large Load diff

View file

@ -1,15 +0,0 @@
{
"name": "src",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"presskit": "^0.13.0"
}
}

View file

@ -1,68 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<product>
<title>Tiny Life</title>
<release-dates>
<release-date>Public Alpha - 01 Nov, 2020</release-date>
<release-date>Full Release - Coming Soon</release-date>
</release-dates>
<website>https://tinylifegame.com</website>
<press-copy-request>https://account.keymailer.co/1573838734/products/126937</press-copy-request>
<platforms>
<platform>
<name>itch.io</name>
<link>https://ellpeck.itch.io/tiny-life</link>
</platform>
<platform>
<name>Steam</name>
<link>https://store.steampowered.com/app/1651490/Tiny_Life/</link>
</platform>
</platforms>
<prices>
<price>
<value>Pay what you want</value>
</price>
</prices>
<description>Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. In the game, you control a set of people that live together in a household. You take care of their daily needs, build their skills, forge new relationships... or just mess up their entire life in whatever way you can think of!</description>
<history>Tiny Life's creator, the solo indie developer Ellpeck, has always loved casual life simulation games like The Sims, Harvest Moon and Stardew Valley. For multiple years, he deemed the prospect of making a complex life simulation game similar to The Sims too difficult, until he started working on Tiny Life and realized that it is, indeed, quite the task. Nevertheless, he has been working on the game regularly for over a year and considers it his passion project.</history>
<features>
<feature>Create your own characters with unique personalities and skills and dress them however you like</feature>
<feature>Build houses and community spaces like parks and cafés and watch households inhabit them</feature>
<feature>Control your household and tell your characters what to do, from cooking food to learning complex skills like programming and painting</feature>
<feature>Have your characters interact, build relationships, grow families and live unique lives</feature>
<feature>Share your creations with the community by exporting lots and households from your game</feature>
<feature>Create additional content through the game's built-in C# modding API</feature>
</features>
<trailers>
<trailer>
<name>Public Alpha Trailer</name>
<youtube>HkQDooqdlRI</youtube>
</trailer>
</trailers>
<widgets>
<steam>1651490</steam>
<itch>807915</itch>
</widgets>
<credits>
<credit>
<person>Ellpeck</person>
<role>Creator</role>
<website>https://ellpeck.de</website>
</credit>
</credits>
<contacts>
<contact>
<name>Ellpeck</name>
<mail>me@ellpeck.de</mail>
</contact>
</contacts>
</product>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 KiB

View file

@ -1 +0,0 @@
Options -Indexes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

View file

@ -1,70 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tiny Life</title>
<meta name="author" content="Ellpeck">
<meta name="description" content="A fun simulation game where you mess with people's lives">
<meta name="keywords" content="Ellpeck, Tiny Life, Steam, itch, itch.io, Sandbox, Life Simulator, Simulator, Sim, Isometric, Pixelart, Pixel Art, Retro">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<meta property="og:title" content="Tiny Life">
<meta property="og:description" content="A fun simulation game where you mess with people's lives">
<meta property="og:image" content="https://ellpeck.de/tinylife/media/icon.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Ellpeck">
<meta name="twitter:creator" content="@Ellpeck">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-87WTXFSCL7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-87WTXFSCL7');
</script>
</head>
<body>
<div class="d-flex justify-content-md-center align-items-center vh-100">
<div class="main">
<image src="media/logo.png" width="100%" height="auto" alt="Tiny Life"></image>
<h4>A fun simulation game where you mess with people's lives</h4>
<div class="container">
<div class="row">
<div class="col site">
<h2>Get the free alpha</h2>
<a href="https://ellpeck.itch.io/tiny-life">
<image src="media/itch.png" alt="itch.io" width="200px" height="auto"></image>
</a>
</div>
<div class="col site">
<h2>Wishlist the game</h2>
<a href="https://store.steampowered.com/app/1651490/Tiny_Life/">
<image src="media/steam.png" alt="Steam" width="200px" height="auto"></image>
</a>
</div>
</div>
<a href="https://ellpeck.de/press/tinylife/">Get the press kit</a>
</div>
</div>
</div>
<p class="footer"><a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2021 Ellpeck</a> &ndash; <a href="https://ellpeck.de/#impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/#privacy">Privacy</a></p>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

View file

@ -1,32 +0,0 @@
body {
background-image: url("media/background.png");
background-repeat: repeat;
}
a:link,
a:visited {
color: lightsteelblue;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
}
.main {
text-align: center;
color: white;
}
.site {
padding: 20px;
}
.container {
padding-top: 60px;
padding-bottom: 150px;
}