Removed old/unused parts
This commit is contained in:
@@ -19,11 +19,8 @@ http {
|
||||
access_log /var/log/nginx/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
}
|
||||
@@ -5,8 +5,4 @@ server {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
location /health {
|
||||
return 200 'alive';
|
||||
add_header Content-Type text/plain;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,27 +15,12 @@ html(lang='en')
|
||||
.pod
|
||||
.glow
|
||||
img#profile_pic(src='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.png', alt='')
|
||||
h1.welcome_text.text-flicker.text-flicker-1 MrFlutters UwU
|
||||
h1.welcome_text.text-flicker.text-flicker-1 MrFlutters
|
||||
p.about_me.standard_text.text-box-glow
|
||||
.pod
|
||||
a.standard_text.text-flicker-2(href="https://steamcommunity.com/id/MrFlutters") Steam
|
||||
a.standard_text.text-flicker-2(href="https://twitter.com/mrflutters") Twitter
|
||||
a.standard_text.text-flicker-2(href="https://github.com/MrFlutters") Github
|
||||
//- a.standard_text.text-flicker-2(href="https://github.com/MrFlutters/Fluttershub.com") Discord
|
||||
footer.standard_text.footer-slide
|
||||
.creator
|
||||
a.build_text(href="https://img.fluttershub.com/EgOwhwrHyHWw.png") Cookie? 🍪
|
||||
//- a.no_highlight(href="https://github.com/MrFlutters/Fluttershub.com") MrFlutters
|
||||
//- .build
|
||||
//- span.build_text Version
|
||||
//- span.build_text v#{process.env.VERSION} |
|
||||
//- span.build_text
|
||||
//- | Commit:
|
||||
//- a.no_highlight.build_text(href="https://github.com/MrFlutters/Fluttershub.com/commit/" + process.env.COMMIT) #{process.env.COMMIT}
|
||||
//- .note
|
||||
//- span.build_text
|
||||
//- | built with 📦
|
||||
//- a(href="https://parceljs.org/") Parceljs,
|
||||
//- a.build_text(href="https://github.com/pugjs/pug") Pug
|
||||
//- span.build_text and
|
||||
//- span.cookiesncoco.build_text 🍪☕
|
||||
|
||||
@@ -11,7 +11,6 @@ link(rel='icon', type='image/png', sizes='192x192', href='icons/android-icon-192
|
||||
link(rel='icon', type='image/png', sizes='32x32', href='icons/favicon-32x32.png')
|
||||
link(rel='icon', type='image/png', sizes='96x96', href='icons/favicon-96x96.png')
|
||||
link(rel='icon', type='image/png', sizes='16x16', href='icons/favicon-16x16.png')
|
||||
//- link(rel='manifest', href='icons/manifest.webmanifest')
|
||||
meta(name='msapplication-TileColor', content='#ffffff')
|
||||
meta(name='msapplication-TileImage', content='icons/ms-icon-144x144.png')
|
||||
meta(name='theme-color', content='#ffffff')
|
||||
Reference in New Issue
Block a user