I wanted a tech writing portfolio page like linktree but with the ability to group my links in categories so I built one. The page is responsive and light (html/css only)
✨ Feel free to use it as a template! ✨
- fork this repo and clone it
- in the
index.html
file change:- the metatags so that they link to your profile picutres, twitter page, etc., (lines 6-25)
- headers and links (lines 28-52)
- console message (lines 53-70)
- in the
styles.css
file change colors and play with css if you feel like it - deploy! I usually deploy such projects on netlify or surge because they take very little time
The favicon set was generated using the following graphics from Twitter Twemoji:
- Graphics Title: 2728.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/2728.svg
- Graphics License: CC-BY 4.0
Special shoutout to Arvind Mehairjan whose blog provided me with a starting point.