Fixed Url's for new Username

This commit is contained in:
2020-06-10 06:07:14 +01:00
parent d05812ff62
commit 89020998fa
2 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ html(lang='en')
meta(charset='UTF-8') meta(charset='UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(http-equiv='X-UA-Compatible', content='ie=edge') meta(http-equiv='X-UA-Compatible', content='ie=edge')
meta(name='Description', content='Flutters Personal Website') meta(name='Description', content='Phoenix\'s Personal Website')
link(rel='stylesheet', type='text/css', href='scss/index.scss') link(rel='stylesheet', type='text/css', href='scss/index.scss')
include links.pug include links.pug
include ogp.pug include ogp.pug
@@ -15,12 +15,13 @@ html(lang='en')
.pod .pod
.glow .glow
img#profile_pic(src='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.png', alt='') 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 h1.welcome_text.text-flicker.text-flicker-1 Phoenix/Hotaru
p.about_me.standard_text.text-box-glow p.about_me.standard_text.text-box-glow
.pod .pod
a.standard_text.text-flicker-2(href="https://steamcommunity.com/id/MrFlutters") Steam a.standard_text.text-flicker-2(href="https://steamcommunity.com/id/phoenix_owo") Steam
a.standard_text.text-flicker-2(href="https://twitter.com/mrflutters") Twitter a.standard_text.text-flicker-2(href="https://twitter.com/HotaruBlaze") Twitter
a.standard_text.text-flicker-2(href="https://github.com/MrFlutters") Github a.standard_text.text-flicker-2(href="https://github.com/HotaruBlaze") Github
a.standard_text.text-flicker-2(href="https://gitlab.com/HotaruBlaze") Gitlab
footer.standard_text.footer-slide footer.standard_text.footer-slide
.creator .creator
a.build_text(href="https://img.fluttershub.com/EgOwhwrHyHWw.png") Cookie? 🍪 a.build_text(href="https://img.fluttershub.com/EgOwhwrHyHWw.png") Cookie? 🍪

View File

@@ -1,6 +1,6 @@
meta(property='og:url', content='https://fluttershub.com') meta(property='og:url', content='https://fluttershub.com')
meta(property='og:type', content='website') meta(property='og:type', content='website')
meta(property='og:title', content='Flutters Personal Website') meta(property='og:title', content='Phoenix\'s Personal Website')
meta(property='og:description', content='We got 🍪 and ☕') meta(property='og:description', content='We got 🍪 and ☕')
meta(property='og:image', content='http://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg') meta(property='og:image', content='http://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')
meta(property='og:image:secure_url', content='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg') meta(property='og:image:secure_url', content='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')