[Sop-svn] SF.net SVN: sop:[17] trunk/sopf/src/site/ml/index.html
Status: Planning
Brought to you by:
labiknight
|
From: <lab...@us...> - 2009-05-22 00:56:32
|
Revision: 17
http://sop.svn.sourceforge.net/sop/?rev=17&view=rev
Author: labiknight
Date: 2009-05-22 00:33:49 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Updated the home page.
Owolabi Oyapero
Modified Paths:
--------------
trunk/sopf/src/site/ml/index.html
Modified: trunk/sopf/src/site/ml/index.html
===================================================================
--- trunk/sopf/src/site/ml/index.html 2009-05-20 11:21:25 UTC (rev 16)
+++ trunk/sopf/src/site/ml/index.html 2009-05-22 00:33:49 UTC (rev 17)
@@ -22,12 +22,13 @@
{
width:150px;
heigth: 60px;
+ /*border: #000 solid 1px;*/
}
a img
{
border-style: none;
text-decoration: none;
- vertical-align: middle;
+ vertical-align: top;
}
a.menuLink
@@ -54,6 +55,79 @@
.host a { text-decoration: none; }
+ div.topLeft
+ {
+ border: thin;
+ float: left;
+ clear: left;
+ width: 160px;
+ /*border: #000 solid 1px;*/
+ }
+ div.topMid
+ {
+ float: left;
+ /*border: #000 solid 1px;*/
+ height: 135px;
+ width: 65%;
+ display: block;
+ }
+ div.topMenu
+ {
+ width: 99%;
+ float: right;
+ clear: both;
+ /*border: #000 solid 1px;*/
+ }
+ ul.pageMenu
+ {
+ position: relative;
+ left: 10%; /* push it right a little more */
+ width : 100%;
+ padding : 0px;
+ margin : 0px;
+ list-style-type: none;
+ font-weight : bolder;
+ }
+ a.pageMenu
+ {
+ float: left;
+ /*width: 8em;*/
+ text-decoration: none;
+ color : white;
+ background-color: #1C5D91;
+ padding: 0.2em 0.6em;
+ border-right: 1px solid white;
+ }
+ li.pageMenu
+ {
+ display : inline;
+ }
+ div.banner
+ {
+ clear: left;
+ float: left;
+ width: 95%;
+ height: 30px;
+ position:relative;
+ bottom: -35%;
+ /*border: #000 solid 1px;*/
+ }
+ span.smallTitle
+ {
+ font-weight: bold;
+ font-size: 25px;
+ color: olive;
+ /*border: #000 solid 1px;*/
+ }
+
+ div.topRight
+ {
+ text-align: right;
+ float: left;
+ clear: right;
+ /*border: #000 solid 1px;*/
+ }
+
div.left
{
float: left;
@@ -64,7 +138,7 @@
div.middle
{
float: left;
- width: 30%;
+ width: 28%;
padding: 0 2%;
margin: 0;
border: #000 solid 1px;
@@ -76,29 +150,15 @@
float: left;
width: 28%;
margin-left: 2%;
+ /*border: #000 solid 1px;*/
}
div.top
{
border: thin;
clear: both;
width:100%;
+ /*border: #000 solid 1px;*/
}
- div.topLeft
- {
- vertical-align: top;
- border: thin;
- float: left;
- width: 43%;
- clear: left;
- display: inline;
- }
- div.topRight
- {
- text-align: right;
- float: right;
- width: 56%;
- clear: right;
- }
/* footer */
#ft
{
@@ -108,6 +168,7 @@
margin-left: -5%;
font-size: 80%;
text-align: center;
+ /*border: #000 solid 1px;*/
}
#fad
@@ -115,23 +176,6 @@
height: 250px; overflow: hidden;
line-height: 120%; font-size: 80%;
}
- span.bigTitle
- {
- font-size: large;
- font-weight: bold;
- }
- strong.smallTitle
- {
- /*font-size: large;
- float: right;
-
- border:#000 solid 1px;
- */
- height: 100%;;
- padding-bottom: 20%;
- vertical-align: middle;
- color: olive;
- }
</style>
<!--[if IE 6]>
@@ -161,31 +205,59 @@
<body>
<div class="top">
<div class="topLeft">
- <img class="logo" src="images/concept4.png"/>
- <strong class="smallTitle">Synapse Oriented Programming Framework</strong>
+ <img class="logo" src="images/concept4.png" alt="logo" />
</div>
+ <div class="topMid">
+ <div class="topMenu">
+ <ul class='pageMenu'>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/project/platformdownload.php?group_id=261563"> Downloads </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/projects/sop/"> Details </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/support/getsupport.php?group_id=261563"> Get Support </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/project/project_donations.php?group_id=261563"
+ title="Donate to this project"> Donate </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://apps.sourceforge.net/mediawiki/sop/index.php?title=Main_Page"
+ > Documentation </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://apps.sourceforge.net/phpbb/sop/" > Forum </a>
+ </li>
+ </ul>
+ <!--strong>
+ <a class="menuLink"
+ href="http://sourceforge.net/project/platformdownload.php?group_id=261563">
+ Download SOPF files</a>
+ </strong>
+ <strong>
+ <a class="menuLink" href="http://sourceforge.net/projects/sop/">
+ Project detail and discuss</a>
+ </strong>
+ <strong>
+ <a class="menuLink" href="http://sourceforge.net/support/getsupport.php?group_id=261563">
+ Get support</a>
+ </strong>
+ <strong>
+ <a class="menuLink"
+ href="http://sourceforge.net/project/project_donations.php?group_id=261563"
+ class="donate" title="Donate to this project">
+ Donate money</a>
+ </strong-->
+ </div>
+ <div class="banner">
+ <span class="smallTitle">Synapse Oriented Programming Framework</span>
+ </div>
+ </div>
<div class="topRight">
- <strong>
- <a class="menuLink"
- href="http://sourceforge.net/project/platformdownload.php?group_id=261563">
- Download SOPF files</a>
- </strong>
- <strong>
- <a class="menuLink" href="http://sourceforge.net/projects/sop/">
- Project detail and discuss</a>
- </strong>
- <strong>
- <a class="menuLink" href="http://sourceforge.net/support/getsupport.php?group_id=261563">
- Get support</a>
- </strong>
- <strong>
- <a class="menuLink"
- href="http://sourceforge.net/project/project_donations.php?group_id=261563"
- class="donate" title="Donate to this project">
- Donate money</a>
- </strong>
<a href="http://sourceforge.net/community/cca09/nominate/?project_name=SOPF&project_url=http://sop.sourceforge.net/">
- <img src="http://sourceforge.net/images/cca/cca_nominate.png" border="0"/>
+ <img src="http://sourceforge.net/images/cca/cca_nominate.png" border="0"/>
</a>
</div>
</div>
@@ -263,17 +335,9 @@
Get the source code:
</h3>
<p>
- Source code for this project may be available as
- <a
- href="http://sourceforge.net/project/platformdownload.php?group_id=261563">
- downloads
- </a>
- or through the CVS or Subversion SCM repository used by the project,
- as
- accessible from the
- <a href="http://sourceforge.net/projects/sop">
- project summary page</a>
- .
+ Source code for this project is available through the
+ Subversion SCM repository used by the project, as accessible from the
+ <a href="http://sourceforge.net/projects/sop"> project summary page</a>.
</p>
<h3>
Your Feedback is needed:
@@ -281,7 +345,7 @@
<p>
If you have something you would like to share pertaining to this project.
May be concepts, theories, architecture and so forth; please share with us via the online
- <a href="https://sourceforge.net/forum/forum.php?forum_id=950212">forum</a>.
+ <a href="http://apps.sourceforge.net/phpbb/sop/">forum</a>.
We look forward to your feedback.
</p>
<p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|