Skip to content

Commit

Permalink
Pulling in more content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrence Ryan committed Jan 24, 2012
1 parent 8a11ede commit 4aead73
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.project
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
whichElement is an attempt to have a single resource to answer the question: "Which element should I use."

We welcome community participation. Feel free to get in the game.
34 changes: 34 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>whichElement</title>
</head>
<body>
<header>
<hgroup>
<h1>whichElement?</h1>
<h2>Trying to answer that age old question: Is that a div, a span, or something else.</h2>
</hgroup>
</header>
<h2>Why whichElement?</h2>
<p>Before HTML5 figuring out which element to use in very specific cases has been a little bit of a challenge, but
pretty managable. Going forward with HTML5 there are many more elements. Some of these elements are very obvious
in their usage, some of them much less so. The idea here is to have a centralized place that explains these in
very clear langauge.</p>
<p>However, one of the dangers of semantic discussions is that of perfection.It's the idea that somehow if content
does not perfectly match the intended purpose of an element then you are somehow an awful web denizen for using it.
That's not the philosphy here. Here we want to explain simply what the element is for, how people are using it, and
provide info on any contorversies. We don't want to be the semantic police, or the arbiters of any arguments.
We want to help you make the best descisions about what code you want to write.</p>


<footer>
<p>whichElement is a group effort. We welcome input from whoever wants to pitch in. Currently contributors include:</p>

<ul>
<li>Terry Ryan</li>
<li>Ray Camden</li>
</ul>
</footer>
</body>
</html>
25 changes: 25 additions & 0 deletions elements/article/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Article - whichElement</title>
</head>
<body>
<header>
<hgroup>
<h1>whichElement?</h1>
<h2>Trying to answer that age old question: Is that a div, a span, or something else.</h2>
</hgroup>
</header>
<section>
<article>
<header>
<h1>Article</h1>
<h2>A standalone piece of content</h2>
</header>


</article>
</section>
<footer></footer>
</body>
</html>

0 comments on commit 4aead73

Please sign in to comment.