Skip to content

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

Notifications You must be signed in to change notification settings

armi3/identity-hub

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.5%
  • HTML 18.3%
  • Python 5.8%
  • JavaScript 2.9%
  • Dockerfile 1.5%