Преглед изворни кода

Add Discord logo, add changelog display

master
Fen Dweller пре 5 година
родитељ
комит
4f19425c11
5 измењених фајлова са 157 додато и 7 уклоњено
  1. +17
    -0
      app.py
  2. +1
    -0
      static/images/discord.svg
  3. +83
    -2
      static/sexy.css
  4. +51
    -0
      templates/changelog.html
  5. +5
    -5
      templates/index.html

+ 17
- 0
app.py Прегледај датотеку

@@ -1,6 +1,9 @@
from flask import Flask, render_template, redirect, request
from time import time
from urllib.parse import urlparse
from markdown2 import markdown
import json
import os.path

app = Flask(
__name__,
@@ -38,5 +41,19 @@ def accept():
res.set_cookie("agegate", "true", time() + 60*60*24*365, domain="crux.sexy")
return res

@app.route('/changelog')
def changelog():
game_names = ["stroll", "feast", "gorge", "satiate"]
games = []
for game in game_names:
data = json.load(open("{0}/changelog.json".format(game)))
keys = sorted(data.keys())
versions = []
for key in keys:
versions.append({"version": key, "changes": markdown(data[key])})
games.append({"name": game, "versions": versions})

return render_template("changelog.html", games=games)

if __name__ == "__main__":
app.run(debug=True, host='0.0.0.0', port=5002)

+ 1
- 0
static/images/discord.svg Прегледај датотеку

@@ -0,0 +1 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 272.1"><style>.st0{fill:#FFFFFF;}</style><path class="st0" d="M142.8 120.1c-5.7 0-10.2 4.9-10.2 11s4.6 11 10.2 11c5.7 0 10.2-4.9 10.2-11s-4.6-11-10.2-11zM106.3 120.1c-5.7 0-10.2 4.9-10.2 11s4.6 11 10.2 11c5.7 0 10.2-4.9 10.2-11 .1-6.1-4.5-11-10.2-11z"/><path class="st0" d="M191.4 36.9h-134c-11.3 0-20.5 9.2-20.5 20.5v134c0 11.3 9.2 20.5 20.5 20.5h113.4l-5.3-18.3 12.8 11.8 12.1 11.1 21.6 18.7V57.4c-.1-11.3-9.3-20.5-20.6-20.5zm-38.6 129.5s-3.6-4.3-6.6-8c13.1-3.7 18.1-11.8 18.1-11.8-4.1 2.7-8 4.6-11.5 5.9-5 2.1-9.8 3.4-14.5 4.3-9.6 1.8-18.4 1.3-25.9-.1-5.7-1.1-10.6-2.6-14.7-4.3-2.3-.9-4.8-2-7.3-3.4-.3-.2-.6-.3-.9-.5-.2-.1-.3-.2-.4-.2-1.8-1-2.8-1.7-2.8-1.7s4.8 7.9 17.5 11.7c-3 3.8-6.7 8.2-6.7 8.2-22.1-.7-30.5-15.1-30.5-15.1 0-31.9 14.4-57.8 14.4-57.8 14.4-10.7 28-10.4 28-10.4l1 1.2c-18 5.1-26.2 13-26.2 13s2.2-1.2 5.9-2.8c10.7-4.7 19.2-5.9 22.7-6.3.6-.1 1.1-.2 1.7-.2 6.1-.8 13-1 20.2-.2 9.5 1.1 19.7 3.9 30.1 9.5 0 0-7.9-7.5-24.9-12.6l1.4-1.6s13.7-.3 28 10.4c0 0 14.4 25.9 14.4 57.8 0-.1-8.4 14.3-30.5 15zM303.8 79.7h-33.2V117l22.1 19.9v-36.2h11.8c7.5 0 11.2 3.6 11.2 9.4v27.7c0 5.8-3.5 9.7-11.2 9.7h-34v21.1h33.2c17.8.1 34.5-8.8 34.5-29.2v-29.8c.1-20.8-16.6-29.9-34.4-29.9zm174 59.7v-30.6c0-11 19.8-13.5 25.8-2.5l18.3-7.4c-7.2-15.8-20.3-20.4-31.2-20.4-17.8 0-35.4 10.3-35.4 30.3v30.6c0 20.2 17.6 30.3 35 30.3 11.2 0 24.6-5.5 32-19.9l-19.6-9c-4.8 12.3-24.9 9.3-24.9-1.4zM417.3 113c-6.9-1.5-11.5-4-11.8-8.3.4-10.3 16.3-10.7 25.6-.8l14.7-11.3c-9.2-11.2-19.6-14.2-30.3-14.2-16.3 0-32.1 9.2-32.1 26.6 0 16.9 13 26 27.3 28.2 7.3 1 15.4 3.9 15.2 8.9-.6 9.5-20.2 9-29.1-1.8l-14.2 13.3c8.3 10.7 19.6 16.1 30.2 16.1 16.3 0 34.4-9.4 35.1-26.6 1-21.7-14.8-27.2-30.6-30.1zm-67 55.5h22.4V79.7h-22.4v88.8zM728 79.7h-33.2V117l22.1 19.9v-36.2h11.8c7.5 0 11.2 3.6 11.2 9.4v27.7c0 5.8-3.5 9.7-11.2 9.7h-34v21.1H728c17.8.1 34.5-8.8 34.5-29.2v-29.8c0-20.8-16.7-29.9-34.5-29.9zm-162.9-1.2c-18.4 0-36.7 10-36.7 30.5v30.3c0 20.3 18.4 30.5 36.9 30.5 18.4 0 36.7-10.2 36.7-30.5V109c0-20.4-18.5-30.5-36.9-30.5zm14.4 60.8c0 6.4-7.2 9.7-14.3 9.7-7.2 0-14.4-3.1-14.4-9.7V109c0-6.5 7-10 14-10 7.3 0 14.7 3.1 14.7 10v30.3zM682.4 109c-.5-20.8-14.7-29.2-33-29.2h-35.5v88.8h22.7v-28.2h4l20.6 28.2h28L665 138.1c10.7-3.4 17.4-12.7 17.4-29.1zm-32.6 12h-13.2v-20.3h13.2c14.1 0 14.1 20.3 0 20.3z"/></svg>

+ 83
- 2
static/sexy.css Прегледај датотеку

@@ -144,10 +144,18 @@ a:hover {
opacity: 0.25;
}

.flex-container:hover .game-button-small {
opacity: 0.25;
}

.flex-container:hover .game-button:hover {
opacity: 1;
}

.flex-container:hover .game-button-small:hover {
opacity: 1;
}

@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
@@ -160,16 +168,32 @@ a:hover {
transform: scale(1, 1);
}


.game-button-small {
user-select: none;
position: relative;
transition: 0.2s;
transform: scale(1, 1);
}

@media (max-aspect-ratio: 1/1) {
.game-button .game-logo {
width: 40vw;
}

.game-button-small .game-logo {
width: 10vw;
}
}

@media (min-aspect-ratio: 1/1) {
.game-button .game-logo {
width: 40vh;
}

.game-button-small .game-logo {
width: 10vh;
}
}

.game-logo {
@@ -288,7 +312,7 @@ a:hover {
top: 25px;
}

.discord {
.changelog-banner {
text-align: center;
background-color: pink;
min-width: 300px;
@@ -299,9 +323,66 @@ a:hover {
transform: rotate(-45deg);
}

.discord-text {
.changelog-text {
position: relative;
color: black;
font-size: 24px;
top: 45px;
}

.discord-footer {
position: fixed;
max-width: 50vw;
max-height: 7vh;
left: 50%;
top: 5%;
transform: translate(-50%, -50%);
}

#discord-image {
width: 100%;
height: 100%;
}

.back-text {
position: relative;
color: black;
font-size: 36px;
top: 25px;
}


.changelogs {
top: 25%;
max-width: 70vw;
margin: auto;
font-family: 'Source Code Pro', monospace;
display: none;
}

.changelogs:target {
display: inline;
}

.changelog {
margin: 20px;
}

.version {
font-size: 36px;
color: gray;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.changelog,
.changelog > p,
.changelog > ul,
.changelog > ul > li {
list-style: square;
color: white;
font-size: 20px;
text-align: left;
}

.changelog > ul > li {
margin: 5px;
}

+ 51
- 0
templates/changelog.html Прегледај датотеку

@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>

<head>
<title>crux.sexy</title>
<link rel="stylesheet" type="text/css" href="sexy.css">
</head>

<body>
<a class="changelog" href="/{{"nightly" if not nightly else ""}}">
<div class="changelog-text">
{{"stable" if nightly else "nightly"}}
<br>
builds
</div>
</a>
<a class="changelog-banner" href="/">
<div class="changelog-text">
back
</div>
</a>
<div class="flex-container">
<a href="#stroll" class="game-button-small" id="game-button-stroll">
<img class="game-logo" src="/images/stroll-transparent.png">
</a>
<a href="#feast" class="game-button-small" id="game-button-feast">
<img class="game-logo" src="/images/feast-transparent.png">
</a>
<a href="#gorge" class="game-button-small" id="game-button-gorge">
<img class="game-logo" src="/images/gorge-transparent.png">
</a>
<a href="#satiate" class="game-button-small" id="game-button-satiate">
<img class="game-logo" src="/images/satiate-transparent.png">
</a>
</div>
{% for game in games %}
<div class="changelogs" id="{{game.name}}">
{% for entry in game.versions %}
<div class="changelog">
<div class="version">{{entry.version}}</div>
<br>
{{entry.changes|safe}}
</div>
{% endfor %}
</div>

{% endfor %}

</body>

</html>

+ 5
- 5
templates/index.html Прегледај датотеку

@@ -54,13 +54,13 @@
builds
</div>
</a>
<a class="discord" href="https://discord.gg/vqcKVV6">
<div class="discord-text">
discord
<br>
server
<a class="changelog-banner" href="/changelog">
<div class="changelog-text">
changelogs
</div>
</a>

<a class="discord-footer" href="https://discord.gg/vqcKVV6"><img id="discord-image" src="/images/discord.svg"></a>
</body>
</html>

Loading…
Откажи
Сачувај