Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.52 KB

Readme.md

File metadata and controls

80 lines (58 loc) · 2.52 KB

TheApptimizer - Social Links

A modern, customizable social links landing page with dynamic theme switching capabilities. This project provides a clean and professional way to showcase your social media presence and important links in one place.

Features

  • 🎨 Dynamic theme switching with multiple color options
  • 📱 Fully responsive design
  • 🔗 Clean and organized social links presentation
  • 👤 Professional profile section
  • ⚡ Fast and lightweight
  • 🎯 SEO optimized

Project Structure

Apptimizer/
├── index.html          # Main HTML file with the landing page structure
├── styles.css         # CSS styles including theme variations
├── script.js         # JavaScript for theme switching and interactions
└── assets/           # Images and other static assets
    └── profile.jpg   # Profile image

Getting Started

  1. Clone the repository:
git clone https://github.com/mehedyhassanratul2/Apptimizer.git
  1. Open the project:
  • Simply open the index.html file in your web browser
  • For development, use a local server (like Live Server in VS Code) to avoid CORS issues with fonts and assets

Customization

  1. Profile Information

    • Update profile image in the assets folder
    • Modify social links in index.html
    • Customize bio and description text
  2. Themes

    • Additional color themes can be added in styles.css
    • Theme switching logic is handled in script.js
  3. Styling

    • All styling is modular and can be customized in styles.css
    • Uses Font Awesome icons and Inter font family

Technologies Used

  • HTML5
  • CSS3 (with Custom Properties for theming)
  • JavaScript (Vanilla)
  • Font Awesome Icons
  • Google Fonts (Inter)

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Mehedy Hassan Ratul - @mehedyhassanratul2 Project Link: https://github.com/mehedyhassanratul2/Apptimizer

Acknowledgments

  • Thanks to Font Awesome for the beautiful icons
  • Google Fonts for the Inter font family
  • Inspiration from modern link-in-bio solutions