SocialLinks
SocialLinks is a link aggregator to use as an online business card.
- HTML and CSS
- JavaScript
- Git and GitHub
- Figma
While building this project, I had the opportunity to improve my CSS skills. Key takeaways include:
- Smooth Hover Transitions: Using the
transitionproperty to create smooth, visually pleasing hover effects on buttons. - Responsive Layout: Applying techniques to ensure the page adapts to different screen sizes.
- Visual Effects with
backdrop-filter: Applying filters such as blur or brightness to elements that sit behind a specific element. - Colors with Transparency (
rgba): Using thergbacolor model to set color opacity, enabling semi-transparent backgrounds and elements. - Semantic Structure: Proper use of HTML tags like
<h1>,<h2>, and<p>to structure content in an accessible, SEO-friendly way.
- Clone this repository to your local machine.
- Open the
index.htmlfile in your browser.