Hi all HTML and CSS users, I am starting a GitHub repository to collect some basic open-source templates to start web projects.
I want to ask all of you for your advice on good practices on web pages and layout, you are welcome to collaborate in the repository, it is intended to be a good first commit if you are starting with GitHub and you know some tips about HTML and CSS.
Here is a small description of the project.
Scope
HTML starter templates seek to collect various templates with different approaches to starting web projects quickly, easily, and efficiently.
Structure
Each folder within this repository contains a template design with its respective HTML and CSS files.
Contributing to HTML Starter Templates
First off, thanks for taking the time to contribute!
Submitting changes
Please send a GitHub Pull Request with a clear list of what you've done and make sure all of your commits are atomic (one feature per commit).
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should have clearer descriptions.
Coding conventions
- We indent using two spaces (soft tabs)
- We use HTML for all views
- We ALWAYS put spaces after list items and method parameters ([1, 2, 3], not [1,2,3]), around operators (x += 1, not x+=1), and around hash arrows.
- This is open-source software. Consider the people who will read your code, and make it look nice for them.
This repo is under the MIT License and Contributor Covenant Code of Conduct.
JoelBuenrostro / HTML-Starter-Templates
HTML starter templates seek to collect various templates with different approaches to starting web projects quickly, easily, and efficiently.
HTML-Starter-Templates
HTML is the standard markup language for creating Web pages.
CSS is the language we use to style an HTML document.
Table of contents
Scope
HTML starter templates seek to collect various templates with different approaches to starting web projects quickly, easily and efficiently.
Structure
Each folder within this repository contains a template design with its respective HTML and CSS files.
Top comments (1)
Nice Work and great idea