andycastro / front-end-patterns

Just a help in new web projects and studies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

front-end-patterns

Hi! Here I joined some web development standards to get new projects and study. Feel free to increase something.

Summary

How to use Markdown

When I wanna a H1

When I wanna a H2

When I wanna a H3

When I wanna a H4

When I wanna a H5
When I wanna a H6

A simple Paragraph

A simple Paragraph

Emphasis

Emphasis here and here

Links

If link, you must to use: Link's name

E-mails? No problem, use this: email@email.com

BlockQuotes

here we have a blockquote.

here too

and here again

Lists - Wow, now we must write a lists (<ul> and <li>)

  • One
  • Two
  • Three
  • Four

Or this, for numeric lists

  1. One
  2. Two
  3. Three

Images

Oscar

<code> and <pre>

A HTML code like <body> or

var a = "anything";
function (parameter){
	...
}

=================================

Nomenclature Pattern CSS

Prefix class:

<a class="btn"></a> <!-- using prefix -->
<a class="btn-primary"></a>

Directory and Structure

  • index.html
  • css
    • -reset.css
    • -base.css
    • -components.css
    • -form.css
    • -typography.css

About

Just a help in new web projects and studies


Languages

Language:HTML 100.0%