Skip to content

A simple and free template for rock band website using HTML, javascript with AJAX and PHP.

Notifications You must be signed in to change notification settings

gtcore902/free-rock-band-website-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:trollface: Free Rock Band Website Template 🎸

Illustrations web page desktop

Illustrations web page mobile

Illustrations web page mobile menu

👉Show webpage here🤘

🆓 You can use this template for your Rock Band web site !

How to ?

1️⃣

mkdir <your directory>
git clone https://github.com/gtcore902/free-rock-band-website-template.git

2️⃣ Updates in 'index.html' :

  • 'alt' attributes for img tags
  • input your band name in place of < your band name here >
  • your band name in h1 / h2 tags
  • your clip and clip name in video tag

3️⃣ Update 'mainFunctions.js' file to input email address (line 55 / 56).

4️⃣ To update yours social network accounts, modify lines 316 / 322 / 326 in the same file.

5️⃣ Then you need to update these variables in 'sendFormContact.php' in your code editor to use form sections:

  • $texte = "your site name" (line 11)
  • $destinataire = "your email"
  • $objet = "your band name"
  • line 19 = "email from to send form" (you can choose any)
  • $conf = "yours smtp informations"

6️⃣ Do the same actions in 'sendFormSubscription.php' file.

That's all:exclamation: Deploy this code on your server.

😎 Want to contribute ❓

Fork this repository 😜

mkdir <your directory>
git clone https://github.com/gtcore902/free-rock-band-website-template.git
git checkout -b newfeature
git commit -am 'your feature'
git push origin newfeature

About

A simple and free template for rock band website using HTML, javascript with AJAX and PHP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published