add README

This commit is contained in:
2019-05-03 16:21:50 +01:00
commit 6ce9ccdd57
46 changed files with 8291 additions and 0 deletions

6
src/ogp.pug Executable file
View File

@@ -0,0 +1,6 @@
meta(property='og:url', content='https://fluttershub.com')
meta(property='og:type', content='website')
meta(property='og:title', content='Flutters Personal Website')
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:secure_url', content='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')