Skip to content

OjasD07/coming-soon-site-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Logo

Coming Soon Site Template

A modern, responsive, and easily customizable "Coming Soon" landing page template for your next big project.

Live Preview

Check out the live demo before you start:(https://www.coming-soon-template.ojasdeshpande.in/)

Project Structure

The core application code and assets are entirely located inside the Main folder.

coming-soon-site-template/
├── Main/          # Contains all the core template code
├── README.md
└── LICENSE

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine or deployed on your hosting platform.

Prerequisites

  • A modern code editor (like VS Code).
  • A local web server (optional, but recommended for development/testing).

Installation

Option 1: Clone via Git

  1. Clone the repository:
    git clone https://github.com/OjasD07/coming-soon-site-template.git
  2. Navigate to the main directory:
    cd coming-soon-site-template/Main

Option 2: Download as ZIP

  1. Click the green Code button at the top right of the repository page.
  2. Select Download ZIP.
  3. Extract the downloaded ZIP file to your computer.
  4. Open the extracted folder and navigate into the Main directory.

Launching the Project

  • Open the entry file (e.g., index.html inside the Main folder) directly in your web browser.
  • Alternatively, if you are using a local server extension (like Live Server in VS Code) or Node.js, run your start commands from within the Main folder.

Customization

To personalize this template for your own project, make sure to edit the following key areas inside the Main directory:

1. HTML Content (e.g., index.html or work_in_progress.html)

  • Page Title & Metadata: Update the <title> and <meta name="description"> tags in the <head> for proper SEO.
  • Headings & Copy: Change the main "Coming Soon" text, subheadings, and project description to fit your brand.
  • Contact Info & Social Links: Update the href attributes for your social media icons and any mailto: links or contact forms.

2. Styling (CSS)

  • Colors & Fonts: Modify the CSS styles to match your brand's color palette and typography choices.
  • Layout Adjustments: Tweak spacing, margins, and flexbox/grid properties if you add or remove elements.

3. Assets (Images/Icons)

  • Logo & Favicon: Replace placeholder logos and the site favicon (<link rel="icon">) with your own custom graphics.
  • Backgrounds: Change any background images, gradients, or patterns to suit your project's aesthetic.

Author

Ojas Deshpande [contact@ojasdeshpande.in]