Changeset 1537
- Timestamp:
- 03/08/08 14:01:09 (9 months ago)
- Files:
-
- feedmelinks/frontispiece/index.html (modified) (3 diffs)
- feedmelinks/frontispiece/stylesheets/yeah.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/frontispiece/index.html
r1536 r1537 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4 5 <head> 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 7 6 8 <title>Feed Me Links</title> 7 9 <link href="stylesheets/yeah.css" type="text/css" rel="stylesheet" /> … … 13 15 }); 14 16 </script> 17 18 <meta name="description" content="Social Bookmarking since 2002... And You Will Know Us By Our Trail of Links" /> 19 <meta name="keywords" content="links, favorites, bookmarks, bookmarking, social bookmarking, social networking, social networks, browser, spurl, furl, flickr, del.icio.us" /> 20 <meta name="author" content="John Manoogian III + jm3.net" /> 21 <meta name="DC.title" content="Feed Me Links" /> 22 15 23 </head> 16 24 <body> … … 34 42 FEED ME LINKS (.com) 35 43 ========================================== 36 THE DATE: 2002.37 38 44 15,000+ USERS 39 45 40 46 400,000+ LINKS 47 48 15,212 LINES OF CODE 41 49 50 PLATFORM: LAMP 51 (LINUX APACHE MYSQL PHP) 52 42 53 OUTSIDE INVESTMENT: ZERO 43 54 feedmelinks/frontispiece/stylesheets/yeah.css
r1536 r1537 3 3 background-color: #eeeeff; 4 4 5 height: 3 6em;5 height: 35em; 6 6 min-width: 1200px; 7 7 padding-left: 1.5em; … … 18 18 19 19 #header { 20 line-height: 1.2em; 20 21 font-size: 20px; 22 height: 6.0em; 21 23 color: purple; 22 24 } … … 35 37 36 38 #screen_3 { 37 float: left; 39 margin-left: 30px; 40 float: left; 38 41 } 39 42