This project is a website to showcase my main links, and to help out strangers to know my current social media and personal projects that are currently in the making. It is based in Linktree and Linkin.bio. The main features of this projects are:
- A minimalistic web design for my main social media accounts and main links.
- A dark mode toggle button, that allows the user to have a better reading experience, based on their preference.
- A responsive design that changes depending if the user is in mobile or desktop.
This project was meant for personal use to share my main links, so I'd encourage you to clone and rename this project to use your own purposes. It's a good starter template, I would, of course, suggest you delete my profile picture to put your own. by doing:
-
Click the <> Code Green button from the top right corner
-
in the Local Section, either click the Download ZIP, or Clone it with the terminal using the next:
git clone git@github.com:EmilioBlacksmith/bioLink.git
-
I would suggest changing the next:
- src/components/Links.jsx
- src/components/Profile.jsx
- src/icons/ -> to put all your favicon files (I used https://realfavicongenerator.net/ to generate mine)
- src/images/ -> add your profile picture here
- index.html -> !! only to change the header with your own name
- src/index.css -> If you want to change the colors for background, buttons and text, change their respective --body_example inside the :root(light) and [data-theme="dark"] (dark)
-
And commit to your own github repo, but before doing the next:
- change the [ " base: "/your-repo-name/" ] ---> inside ./vite.config.js
- and deploying in your terminal with (required to have nodejs installed):
npm run build
-
Done, you will have your own personal bio link to share it to the world, let me know if everything works!
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above.
Star it or share it to anyone that would find it useful for their own purpose and project. And feel free to follow my socials if you want to support more of this.
[ the only issue with accessibility is due to the dark mode toggle due to it "not having a label" ]