Basic Template for absolute beginners made with html css and vanilla javaScript
This project has been simplified for those starting out with web development and programming.
you can view the template on github pages this link
- Easy Way - Download the
.zipfile- You can use the "Download ZIP" button in the right sidebar or click this link.
- Unzip the template by double clicking on the downloaded
WS_GDGCHLEF_1-master.zipfile.
- Programmer Way - Clone the Git Repo
- If you have git on your computer and a github account, you can clone this project from the command line
git clone https://github.com/amine-louni/WS_GDGCHLEF_1.git
- If you have git on your computer and a github account, you can clone this project from the command line
-
Opening the template
- If you downloaded the zip file, open the unzipped folder in a text editor
(e.g. Sublime Text 2). - If you cloned the project using git, open the folder in a text editor
(e.g. Sublime Text 2).
- If you downloaded the zip file, open the unzipped folder in a text editor
-
Using the template
- Start with
index.html, this will be your root page (the main page)
- Start with
app.cssinside thecssfolder - What is
normalize.cssfor?
They make basic styles consistent across all kinds of web browsers
- Start with
app.jsinside thejsfolder
- Start with