[
https://issues.apache.org/jira/browse/PIVOT-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tay Thien Luh updated PIVOT-313:
--------------------------------
Attachment: Site.rar
I did a quick sample of the index and individual tutorial page.
My suggestion would be grouping the tutorials into fewer categories and list
them in three columns in the index page.
As for the individual page, there will a quick link menu at the top for other
tutorials in the same categories but to get to other tutorials, they will still
need to go back to the tutorial index page.
The CSS required is as below:
/* Tutorial page layout */
.tutorialCols {
float: left;
width: 235px;
margin-top: 10px;
margin-right: 15px;
}
.tutorialCols ul {
list-style: none;
margin-bottom: 15px;
}
.tutorialQuickLinks {
text-align: right;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #666;
}
.tutorialQuickLinks select {
float: right;
}
> Home page redesign
> ------------------
>
> Key: PIVOT-313
> URL: https://issues.apache.org/jira/browse/PIVOT-313
> Project: Pivot
> Issue Type: Task
> Components: project
> Affects Versions: 1.4
> Reporter: Tay Thien Luh
> Attachments: patch.txt, pivot-comp-v2-template.png,
> pivot-comp-v2.png, pivot-comp.png, Site.rar, Site.zip
>
>
> A hand-coded HTML page for Pivot.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.