This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Homepage | |
###Current Title: | |
```<title>An Event Apart - the premiere web & interaction design conference</title>``` | |
###Suggested Title: | |
```<title>An Event Apart: The Premiere Web, Interaction Design, & UX Conference</title>``` | |
--or-- | |
```<title>An Event Apart: The Premiere Web Design, IxD, & UX Conference</title>``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Our favorite cruise was on the <i>Explorer of the Seas</i>, --> italicize the name of a ship | |
which we read about in <cite>Cruising</cite> magazine, --> reference the name of a publication | |
and we <em>loved</em> it. --> emphasize a feeling | |
(<b>Note:</b> This was before everyone got all sick --> start a note with bolded text | |
and was throwing up <strong>everywhere</strong>.) --> make a strong statement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */ | |
overflow: hidden; | |
text-indent: 100%; | |
white-space: nowrap; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<thead> | |
<tr> | |
<th scope="col">Name</th> | |
<th scope="col">Email</th> | |
<th scope="col">Dept, Title</th> | |
<th scope="col">Phone</th> | |
</tr> | |
</thead> | |
<tbody> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<figure class="quote"> | |
<blockquote>It is the unofficial force—the Baker Street irregulars.</blockquote> | |
</figure> |