Skip to content

Basic Template for absolute beginners made with html css and vanilla javaScript

License

Notifications You must be signed in to change notification settings

GDG-Chlef/WS_GDGCHLEF_1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WS_GDGCHLEF_1

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.

Event : GDG Techdays [GDG CHLEF]

Location : Centre de Loisirs Scientifiques "Ghoulam Mohammed" - CLS Chlef

Date : DEC,29 2018

you can view the template on github pages this link

Quick start

How to download this template:

  1. Easy Way - Download the .zip file
    • 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.zip file.
  2. 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
      

How to use this template:

  1. 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).
  2. Using the template

    HTML

    • Start with index.html, this will be your root page (the main page)

    CSS

    • Start with app.css inside the css folder
    • What is normalize.css for?
      They make basic styles consistent across all kinds of web browsers

    JavaScript

    • Start with app.js inside the js folder

About

Basic Template for absolute beginners made with html css and vanilla javaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.3%
  • HTML 46.4%
  • JavaScript 6.3%