-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation Consistency #7
Comments
Agreed. My intention was to wire up the main menu to existing resources as a first step, so it can go live immediately, and then get them working by first jumping down the page for a better workflow. Your thoughts? |
I have shared some stuff on IRC, so sharing the same..
And another minor ones, but mostly quick fixes.
|
I suggest merging your changes into the /wp files as a starting point since your version has several fixes still needed. As for the main page, I think it'll still be more work to fix the WP page than to get this custom landing page working and linked up. Provided details on IRC, but it's something we can sort through later. We do still want to use WP for news articles, so I suggest the focus be there. The landing page has a NEWS link -- that should jump down the page to recent articles, but then provide a button there that goes to /wp for all articles. I was going to simply point it at the current brlcad.org/d Drupal install, but getting WP working and loaded with the current articles would be much better. |
Since we're talking about the landing page choices: Looking at the index.html right now, the way that news articles are written/displayed in it looks like it might not be ideal, since it makes dynamically updating them quite hard (and the current implementation uses a lot of markup and javascript duplicated for each article...). Do we need to eventually combine the index page with wordpress in order to get the current articles? We might also be able to use the WP API to dynamically pull them into the front page. A few things stood out to me when I was playing around with the current setup, here are a few design ideas: From a usability standpoint, I also think that it might be a good idea to put at the very least a title as well as a thumbnail image next to each news article, I found the current appearance quite confusing. Since the front page is quite short, do we even want the nav links to jump to a page section that then has more links for going to the actual related pages? If we can get the wordpress, wiki, and front page menus to all line up, it might be worth it to just have "Documentation" go straight to the wiki on documentation, "News" go straight to the blog, etc. Then the content on the index page is a brief summary of the recent/important parts of each of those categories, with another set of links to the real pages. |
Yes, we'll want to dynamically pull them in later and at least some of the menu items should just jump to the main content (e.g., Documentation). I hadn't really gotten to anything below the three feature highlights under the title, but agree that the simple circles are a bit too simplistic. I have some examples in mind, but was going to worry about that after this goes live since it's not a show stopper. |
The link I showed http://ishwerdas.com/brlcad/ is not a wordpress page. It's a simple HTML Page. I was suggesting to use it in place of current landing page so that we can quickly get it online. |
I provided a list of things on IRC that would need to change... I can't see it taking less work to clean it up at this point. The logo, the login, and non-brl-cad images would need to change at a minimum. That said, your page definitely has a better highlights section and persistent hovering menu that we should incorporate. |
Okay, got it. |
I still suspect :P the current one taking more time so I would keep the other ready too in case we change our mind. |
There are various inconsistency issues, but the major one is navigation.
The text was updated successfully, but these errors were encountered: