Last active
November 18, 2022 04:44
-
-
Save iods/df60ee404e3f954f7802 to your computer and use it in GitHub Desktop.
My sections of marking up an HTML page.
This file contains hidden or 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
| <!DOCTYPE html> | |
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
| <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
| <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--><!-- Le fav and touch icons --> |
This file contains hidden or 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
| /* TEAM */ | |
| Webmaster/Developer: Rye Miller | |
| Email: rmiller [at] optelec.com | |
| Twitter: @ryemiller | |
| Location: San Diego, CA | |
| Designer/Content Manager: Amber Hansen | |
| Email: ahansen [at] optelec.com | |
| Twitter: @action_amber | |
| Location: San Diego, CA | |
| Communications Manager: Courtney Berg | |
| Email: cberg [at] optelec.com | |
| Location: San Diego, CA | |
| /* THANKS */ | |
| President: Stephan Terwolbeck | |
| Location: San Diego, CA | |
| /* SITE */ | |
| Last update: 2013/04/23 | |
| Standards: HTML5, CSS3 | |
| Components: Modernizr, jQuery, Foundation | |
| Software: Aptana IDE | |
| <link type="text/plain" rel="author" href="humans.txt" /> |
This file contains hidden or 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
| <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"> | |
| <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"> | |
| <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"> | |
| <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png"> | |
| <link rel="shortcut icon" href="assets/ico/favicon.png"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment