mockups/program/home/gsoc2009/gsoc2009home.html
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 28 Sep 2009 12:22:26 +0200
changeset 2987 db28a7db5cc6
parent 58 cee78a1ae672
permissions -rw-r--r--
Set new Melange version number to 0-5-20090928 in app.yaml.template.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
<html>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
 <head>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
  <link rel="stylesheet" href="/svn/trunk/mockups/content/css/mockups.css" type="text/css"/>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
  <title>Google Summer of Code 2009</title>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     7
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     8
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     9
    <script type="text/javascript" src="http://www.google.com/jsapi"></script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    10
    <script type="text/javascript" src="/svn/trunk/mockups/content/js/blog.js"></script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    11
    <script type="text/javascript">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    12
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    13
    google.load("feeds", "1");
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    14
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    15
    function initialize() {
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    16
      var blog = new BlogPreview(document.getElementById("blog"));
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    17
      blog.show("http://google-opensource.blogspot.com/feeds/posts/default/-/gsoc", "Google Summer of Code Blog");
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    18
    }
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    19
    google.setOnLoadCallback(initialize);
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    20
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    21
    </script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    22
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    23
 </head>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    24
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    25
 <body>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    26
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    27
  <div id="login">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    28
   <a href="http://code.google.com/p/soc/issues/list">Report bugs</a> | 
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    29
   <a href="/">Sign in</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    30
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    31
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    32
  <div id="header">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    33
   <div id="logo">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    34
<a href="/"><img src="/svn/trunk/mockups/content/images/GSOC.jpg" alt="Google Summer of Code"/></a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    35
   <span title=" TODO: logo updated in program sponsor interface " class="popup">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    36
<small>*</small>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    37
   </span>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    38
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    39
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    40
   <div id="title">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    41
Google Summer of Code 2009
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    42
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    43
   <div id="breadcrumbs">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    44
    <span class="item">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    45
<a href="/svn/trunk/mockups/sitehome.html">Google Open Source Programs</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    46
    </span>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    47
&gt;
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    48
    <span class="selected">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    49
<a href="/svn/trunk/mockups/programs/home/gsoc2009/gsoc2009home.html">Google Summer of Code 2009</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    50
    </span>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    51
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    52
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    53
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    54
  <div id="side" dir="ltr">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    55
   <div id="menu">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    56
    <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    57
     <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    58
<a href="/svn/trunk/mockups/sitehome.html">Google Open Source Programs</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    59
      <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    60
       <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    61
<a href="/svn/trunk/mockups/user/profile/linkname/profile.html">User (Sign In)</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    62
       </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    63
      </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    64
      <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    65
       <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    66
<a class="selected" href="/svn/trunk/mockups/program/home/gsoc2009/gsoc2009home.html">Google Summer of Code</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    67
        <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    68
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    69
<a href="/svn/trunk/mockups/program/community/gsoc2009/gsoc2009comm.html">Community</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    70
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    71
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    72
<a href="/svn/trunk/mockups/program/docs/gsoc2009/faqs/faqs.html">Program FAQs</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    73
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    74
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    75
<a href="/svn/trunk/mockups/program/docs/gsoc2009/tos/tos.html">Terms of Service</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    76
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    77
        </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    78
       </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    79
       <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    80
<a href="/svn/trunk/mockups/program/home/ghop2008/ghop2008home.html">Google Highly Open Participation</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    81
        <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    82
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    83
<a href="/svn/trunk/mockups/program/community/ghop2008/">Community</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    84
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    85
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    86
<a href="/svn/trunk/mockups/program/docs/ghop2008/faqs/">Program FAQs</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    87
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    88
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    89
<a href="/svn/trunk/mockups/program/docs/ghop2008/rules/rules.html">Contest Rules</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    90
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    91
        </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    92
       </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    93
      </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    94
     </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    95
    </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    96
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    97
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    98
   <div id="search">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    99
    <form id="searchbox_015986126177484454297:pfmwlvdl42y" action="http://www.google.com/cse">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   100
     <input type="hidden" name="cx" value="015986126177484454297:pfmwlvdl42y" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   101
     <input type="hidden" name="cof" value="FORID:0" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   102
     <div class="header">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   103
Search Google Open Source:
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   104
     </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   105
     <input name="q" type="text" size="20" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   106
     <input type="submit" name="sa" value="Search" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   107
     <br/>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   108
    </form>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   109
    <script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_015986126177484454297:pfmwlvdl42y">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   110
    </script></form>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   111
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   112
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   113
   <div id="badge">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   114
<a href="http://code.google.com/p/soc/" target="_blank">Powered by Melange</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   115
   <span title=" TODO: need a Melange logo " class="popup">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   116
<small>*</small>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   117
   </span>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   118
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   119
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   120
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   121
  <div id="body">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   122
   <div style="line-height: 140%;">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   123
<p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   124
This is generic HTML that can be configured via the site administration
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   125
interface.
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   126
<p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   127
For a list of organizations currently participating in the Google Summer of
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   128
Code for 2009, please visit the
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   129
<a href="/svn/trunk/mockups/program/community/gsoc2009/gsoc2009comm.html">Community</a> page.
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   130
</p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   131
</p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   132
    <div id="blog"></div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   133
<p class="todo">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   134
The site administration interface will provide a mechanism to select a feed to
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   135
be displayed here.
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   136
</p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   137
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   138
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   139
   <div id="footer" dir="ltr">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   140
    <div class="text">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   141
&copy;2008 Google -
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   142
<a href="http://www.google.com/">Google Home</a> -
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   143
<a href="http://www.google.com/privacy.html">Privacy Policy</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   144
    </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   145
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   146
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   147
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   148
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   149
  </script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   150
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   151
  <script type="text/javascript">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   152
_uacct="UA-4291635-1"; // code.google.com site-wide tracking
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   153
_uanchor=1;
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   154
_uff=0;
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   155
urchinTracker();
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   156
  </script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   157
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   158
 </body>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   159
</html>