r3dspace / website-coming-soon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website - Coming Soon

Welcome to the Website - Coming Soon repository.

💡 Info

This repo serves as a template for Coming Soon or Maintance websites. Feal free to fork this repo to create your own static sites.


⚙️ Background, logo & favicon - Setup

  1. Copy your background.webp & logo.webp in to the img directory and replace the already existing images
  2. Generate a .ico file with the Favicon Generator
  3. Copy the favicon.ico file in to the img directory and replace the already existing image

⚙️ Shortcut icon's - Setup

The following icon's are supported by default:

  • twitter
  • instagram
  • facebook
  • linkedin
  • github
  • stackoverflow
  • rss
  • youtube
  • tiktok
  • discord

Add your icon's in the list called icon-list in the html index file:

<ul class=icon-list>
    <li class=icon><a class=discord href=https://dc.spicydragon.net></a></li>
    <li class=icon><a class=github href=https://github.com/r3dspace></a></li>
</ul>

⚙️ On hover color - Setup

In the main.css file, replace the following color hex-code with your own:

.container .right-wrap .icon-list .icon a:hover {
  color: #c2263b;
}

⚠️ Warning

Please beware that products can change over time. I do my best to keep up with the latest changes and releases, but please understand that this won’t always be the case.


🤝 Contribution and Support

If you’d like to contribute to this project, reach out to me on social media or Discord, or create a pull request for the necessary changes.

About


Languages

Language:JavaScript 98.4%Language:CSS 1.1%Language:HTML 0.5%