Coming soon page

A HTML/CSS template free to download

If you need a coming soon page, don’t waste your time on developing it because you are going to use it for a short period.
This coming soon page has a minimal design and it’s made with PHP, HTML and Javascript; it does not need a database. It has a contact form and all information you need in a coming soon page. You can install and personalize it in less than 3 minutes!

Installation and settings

1. Personalize the home page
index.php place here your main content and contact details: on top of the file there are the variables $website_name, $email_address and $skype_contact, change their content with your details.

2. Change email settings
In the file email.php you can set the email address where the messages have to be sent: just edit the variables $send_to_email and $website_name.
In the same file, you can edit the notifications text that will appear after sending a message (eg: your mail has been sent!) or if an error occurred (eg: The email address is not correct): just edit the array $messages.

3. Upload the file to your server


For technical details you can check the comments I placed in the code _

NOTE: to avoid receiving spam, you can replace your email address using the email obfuscator: https://www.danielefavi.com/email-obfuscator/

Related Articles

Social share buttons

Category: resources

Do you see the social share buttons on the bottom left corner? Ok, I'm going to explain how to build them. It isn't difficult... so if you don't want to read you can download the ...

CSS Loading spinner

Category: resources

This is a collection of CSS loading spinners, made only with CSS. To download the project click the link below _ GITHUB DOWNLOAD

Brainy: a simple PHP class for machine learning

Category: resources

Brainy is a PHP class that helps you to create your neural network. I built Brainy just for fun during my artificial intelligence studies. If you are a web developer and you have just started ...

Matrix arithmetic PHP Class

Category: resources

During my studies in AI I wanted to solve the XOR problem; I wanted just to do a quick test so I started writing the code in PHP. Solving that problem I ended up to write a class that handles matrix ...

Free the bean!

Category: resources

This is a JavaScript game. The aim of the game is to free the dots (or the beans) by clicking on the sticks. When the sticks are removed the bean is free, and with every free bean you get a point and ...

Wordpress Empty Plugin

Category: resources

When I have to create a new Wordpress functionality I always use an empty plugin to start with. Here I'm going to explain how to develop your Wordpress plugin. If you are not interested in this ...