|
From: <tre...@us...> - 2007-06-27 17:14:09
|
Revision: 198
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=198&view=rev
Author: trevorolio
Date: 2007-06-27 10:14:05 -0700 (Wed, 27 Jun 2007)
Log Message:
-----------
Added new header graphic to go with the new front page video.
Modified Paths:
--------------
web/trunk/image/city-header.gif
web/trunk/index.html
web/trunk/sitewide.css
Added Paths:
-----------
web/trunk/source/NuCityHeader.psd
Modified: web/trunk/image/city-header.gif
===================================================================
(Binary files differ)
Modified: web/trunk/index.html
===================================================================
--- web/trunk/index.html 2007-06-25 20:26:57 UTC (rev 197)
+++ web/trunk/index.html 2007-06-27 17:14:05 UTC (rev 198)
@@ -12,18 +12,22 @@
#content {
padding: 8px;
- width: 360px;
- border-right: 360px solid #FFF;
- margin-right: -350px;
+ width: 530px;
+ border-right: 200px solid #FFF;
+ margin-right: -200px;
float: left;
}
#rail {
padding: 8px 8px 8px 14px;
background-color: #FFF;
- width: 339px;
+ width: 180px;
float: left;
}
+
+ #rail a {
+ display: block;
+ }
p {
margin: 10px 0px 10px 0px;
@@ -34,43 +38,35 @@
<a href="index.html"><img alt="city header" width="768" height="100" src="image/city-header.gif"/></a>
<div id="main">
<div id="content">
- <h1>Ogoglio City:</h1>
- <p><h3>The goal:</h3>
- Create an online city for work.
- <div class="moreLink"><a href="city.html">read the roadmap »</a></div>
- </p>
- <p><h3>The new world:</h3>
- Online games have taught us that virtual spaces can be used for collaboration and we will use those lessons to achieve our goal.
- <div class="moreLink"><a href="lessons.html">learn the lessons »</a></div>
- </p>
- <p><h3>The old economy:</h3>
- Whether you're shipping silverware to New York or producing machinima for YouTube, Ogoglio spaces support the essential communication which can make or break your budget.
- <div class="moreLink"><a href="economics.html">run the numbers »</a></div>
- </p>
-
- <p><h3>The funding:</h3>
- The open source efforts of the Ogoglio project are supported in part by the space hosting service, Transmutable, which provides funding and developers.
- <div class="moreLink"><a href="http://transmutable.com/">transmutable.com »</a></div>
- </p>
+ <h2>The Ogoglio Project in 9 Slides:</h2>
+
+ <script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js"></script>
+ <script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&posts_id=287053&source=3&autoplay=false&file_type=flv&player_width=0&player_height=0"></script>
+ <div id="blip_movie_content_287053">
+ <a href="http://blip.tv/file/get/TrevorFSmith-TheOgoglioProjectIn9Slides645.mov" onclick="play_blip_movie_287053(); return false;">
+ <img src="http://blip.tv/file/get/TrevorFSmith-TheOgoglioProjectIn9Slides645.mov.jpg" border="0" title="Click To Play" />
+ </a>
+ <br />
+ <a href="http://blip.tv/file/get/TrevorFSmith-TheOgoglioProjectIn9Slides645.mov" onclick="play_blip_movie_287053(); return false;">
+ Click To Play
+ </a>
+ </div>
+ <script type="text/javascript">play_blip_movie_287053();</script>
+
</div><!-- end content -->
<div id="rail" style="border-left: dashed 1px;">
- <h1>Ogoglio Platform:</h1>
- <p><h3>Why build a platform?</h3>
- Existing services can't handle a global online city and most companies force you to use their servers and their volatile currencies. The Ogoglio platform is built for distributed use and Internet scale.
- <div class="moreLink"><a href="survey.html">compare the platforms »</a></div>
- </p>
-
- <p><h3>It's just the web:</h3>
- Humanity already has a huge network of services called "the web" and Ogoglio spaces are built on web technologies. Your IT crew already knows how to deploy Ogoglio spaces.
- <div class="moreLink"><a href="development.html">list the technologies »</a></div>
- </p>
- <p><h3>Your space or mine?</h3>
- Space hosting services are coming online but the platform is freely licensed and available for download. Host your space or start your own space hosting company.
- <div class="moreLink"><a href="contribute.html">get the source »</a></div>
- </p>
+ <h2>Navigation:</h2>
+ <br/>
+ <a href="city.html">read the roadmap »</a><br/>
+ <a href="lessons.html">learn the lessons »</a><br/>
+ <a href="economics.html">run the numbers »</a><br/>
+ <a href="survey.html">compare platforms »</a><br/>
+ <a href="development.html">list the technologies »</a><br/>
+ <a href="contribute.html">get the source »</a><br/>
</div><!-- end rail -->
</div> <!-- end main -->
<a href="http://sourceforge.net"><img id="sfLogo" src="http://sflogo.sourceforge.net/sflogo.php?group_id=184718&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
</body>
</html>
+
Modified: web/trunk/sitewide.css
===================================================================
--- web/trunk/sitewide.css 2007-06-25 20:26:57 UTC (rev 197)
+++ web/trunk/sitewide.css 2007-06-27 17:14:05 UTC (rev 198)
@@ -1,6 +1,10 @@
body {
background-color: #FFF;
- font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
+ font: 1.8em/120% HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", helvetica, arial;
+ font-size: 115%;
+ line-height: 120%;
+ letter-spacing: 0.3px;
+ width: 761px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
@@ -32,7 +36,6 @@
}
h1, h2, h3, h4 {
- font-family: Georgia, Times, serif;
margin: 5px 0px 5px 0px;
}
Added: web/trunk/source/NuCityHeader.psd
===================================================================
(Binary files differ)
Property changes on: web/trunk/source/NuCityHeader.psd
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|