Changeset 1537

Show
Ignore:
Timestamp:
03/08/08 14:01:09 (9 months ago)
Author:
jm3
Message:

removed date and added platform / LOC stats
added meta tags.
code validates now.
tuned box formatting.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/frontispiece/index.html

    r1536 r1537  
    11<!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"> 
    45<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 
    68        <title>Feed Me Links</title> 
    79        <link href="stylesheets/yeah.css" type="text/css" rel="stylesheet" /> 
     
    1315                }); 
    1416        </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         
    1523</head> 
    1624<body> 
     
    3442    FEED ME LINKS (.com) 
    3543  ========================================== 
    36     THE DATE: 2002. 
    37  
    3844    15,000+ USERS 
    3945 
    4046    400,000+ LINKS 
     47                 
     48    15,212 LINES OF CODE 
    4149 
     50    PLATFORM: LAMP 
     51    (LINUX APACHE MYSQL PHP) 
     52                 
    4253    OUTSIDE INVESTMENT: ZERO 
    4354 
  • feedmelinks/frontispiece/stylesheets/yeah.css

    r1536 r1537  
    33  background-color: #eeeeff; 
    44 
    5   height: 36em; 
     5  height: 35em; 
    66  min-width: 1200px; 
    77        padding-left: 1.5em; 
     
    1818 
    1919#header { 
     20  line-height: 1.2em; 
    2021  font-size: 20px; 
     22        height: 6.0em; 
    2123  color: purple; 
    2224} 
     
    3537 
    3638#screen_3 { 
    37   float: left; 
     39        margin-left: 30px; 
     40        float: left; 
    3841} 
    3942