armi3 / identity-hub

πŸ– Single page landing site with a collection of my digital identities and social media profiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identity Hub

πŸ– Single page landing site with a collection of my digital identities and social media profiles.

Project tree

.
β”œβ”€β”€ 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

How to run locally

  • Using Python: pip install && python3 website.py

  • Using Docker: docker run -it -p 5000:5000 armi/identity-hub

Resources

About

πŸ– Single page landing site with a collection of my digital identities and social media profiles.


Languages

Language:CSS 71.6%Language:HTML 18.3%Language:Python 5.8%Language:JavaScript 2.9%Language:Dockerfile 1.5%