🍖 Single page landing site with a collection of my digital identities and social media profiles.
.
├── Dockerfile
├── README.md
├── info.yml
├── requirements.txt
├── static
│ ├── assets
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ │ └── bootstrap.min.css
│ │ │ └── js
│ │ │ └── bootstrap.min.js
│ │ ├── css
│ │ │ ├── styles.css
│ │ │ └── untitled.css
│ │ ├── img
│ │ │ ├── academia-edu.png
│ │ │ ├── armi.jpg
│ │ │ ├── blame1.png
│ │ │ ├── blame2.jpg
│ │ │ ├── blame3.jpg
│ │ │ ├── cv.png
│ │ │ ├── discord.png
│ │ │ ├── email.png
│ │ │ ├── github.png
│ │ │ ├── goodreads.png
│ │ │ ├── google-hangouts.png
│ │ │ ├── hashnode.png
│ │ │ ├── instagram.png
│ │ │ ├── lastfm.png
│ │ │ ├── letterboxd.png
│ │ │ ├── linkedin.png
│ │ │ ├── medium.png
│ │ │ ├── meetup.png
│ │ │ ├── photography.png
│ │ │ ├── quora.png
│ │ │ ├── reddit.png
│ │ │ ├── skype.png
│ │ │ ├── soundcloud.png
│ │ │ ├── spotify.png
│ │ │ ├── stack-overflow.png
│ │ │ ├── steam.png
│ │ │ ├── telegram.png
│ │ │ ├── tumblr.png
│ │ │ ├── twitch.png
│ │ │ ├── twitter.png
│ │ │ ├── vimeo.png
│ │ │ └── youtube.png
│ │ └── js
│ │ ├── bs-animation.js
│ │ └── jquery.min.js
│ └── styles.css
├── templates
│ └── hub.html
└── website.py
-
Using Python:
pip install && python3 website.py
-
Using Docker:
docker run -it -p 5000:5000 armi/identity-hub
- https://github.com/cs-ufm/linkmybio
- https://cssgradient.io
- https://www.youtube.com/watch?v=10SwsoYNkVc&t=1157s
- https://devcenter.heroku.com/articles/container-registry-and-runtime
- https://testdriven.io/blog/deploying-flask-to-heroku-with-docker-and-gitlab/
- image on docker hub: https://cloud.docker.com/repository/docker/armi/identity-hub