Git Product home page Git Product logo

html-css-template's Introduction

A basic template to get started with HTML, CSS, and JavaScript

This project is a fork of the HTML5 Boilerplate.
It has been simplified for those starting out with web development and programming.

An example site built with this template.

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 html-css-template-pfnp.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/adrianbautista/html-css-template.git
      

How to use this template:

  1. Opening the template

    • If you downloaded the zip file, open the unzipped folder html-css-template-pfnp in a text editor
      (e.g. Sublime Text 2).
    • If you cloned the project using git, open the folder html-css-template 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)
      Questions about its content? Refer to template.html
    • To make new HTML pages, duplicate template.html inside the folder and rename it to the URL path you want.
      about.html => my_website.com/about
      
      It's recommended that you delete the explanation comments in any new HTML pages

    CSS

    • Start with main.css inside the css folder
    • What are normalize.css and html5-boilerplate.css for?
      They make basic styles consistent across all kinds of web browsers

    JavaScript

    • Start with main.js inside the js folder
    • What's jQuery? It's a JavaScript library that allows you to manipulate your website much more easily with JavaScript
    • If you download any jQuery plugins, paste a minified version of them into plugins.js

    Images

    • If you want to host your own images, put the image file (.jpg, .png, .gif) inside the images directory.
      Then the source on an img tag will be
      <img src="/images/your_picture.jpg">
      

html-css-template's People

Contributors

paulirish avatar necolas avatar mathiasbynens avatar drublic avatar chuanxshi avatar darktable avatar alrra avatar mdonoughe avatar roblarsen avatar git2samus avatar mikealmond avatar jbueza avatar adrianbautista avatar joemorgan avatar mikeescobedo avatar meleyal avatar adeelejaz avatar gmoulin avatar mattyclarkson avatar wraithkenny avatar rigelglen avatar kblomqvist avatar walker avatar brianblakely avatar glsee avatar jonathan-fielding avatar jsma avatar jamwil avatar jingman avatar ad7six avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.