Hello everyone. This website is not live yet but I have a .jpg of it for your review. I am I guess looking for more design critiques since it is not live. The picture up top is going to be a flash slide show and the menu I'd like to slide out when the mouse is over it and the word that the mouse is over (Home, etc...) will slide back to the right...assuming I can figure out how to do that. Anyways, I am really really new to design so let me know anything that you may suggest. Thanks for your time!
Ok. Our website is live. We don't have all the pages up but let me know your thoughts on it. Let me know what we can improve on and what looks good. Thanks guys!
it looks a whole lot better than the first time I looked at it. Just a few minor suggestions but they are just my opinons - other may think differently.
1. Use fonts without serfs in body of the different pages
2. make the letter the same width as the banner above it
3. The church address is hard to see. Maybe use Dark fonts
4. put a navigation bar across the top of all the pages to make it easier to go back without usng the browsers back button.
1. Ok I'll give that a shot and see if I like the way it looks. Any recommendations on a font?
2. My thoughts on the banner being wider than the body was that it broke it up a little instead of having everything straight down. I'll try it out though.
3. Ok I'll try a darker font.
4. Which pages don't have the navigation bar? They all should. Let me know which ones don't and I'll check them out though.
Thanks for the tips and advice. This is my first website design so I appreciate all the input!
oops sorry about the navigation being missing, I just noticed that the flashblock I am using was covering it up.
as far as fonts any sans-serif font such as arial would be good.
the problem with the white fonts its its hard to see with the light blue background. You may have to play with different colors to find one that works because I really cannot think of one at this time that would fit with the color scheme of your site.
I suggest the following:
- make the banner graphic (church image) the same width as your content section. Same applies to the blue graphic blog on the left with your church info in it. Make it the same width as your sidebar. That way, everything lines up.
Hmm... I'm looking at your source here, and you have the same near-hundred lines of CSS styling embedded in every file. I'm obligated by the bandwidth gods to strongly suggest that you put all of that in a separate CSS file.
It explains both in-page and external CSS; you should use external CSS here. Let me know if you don't understand any of the stuff on there; the general concept is that instead of including all your styles in each page, you put them in a separate file and reference the file in each of your pages.
Create a new text file. Call file something.css, where something is a name of your choosing and .css is the file extension. Copy all CSS that is shared between two or more pages into this file. Upload file to server, keeping a backup on the hard drive as always.
Place <link rel="stylesheet" type="text/css" href="relative_url" /> in your <head>, where relative_url is the path of the style sheet in relation to your domain (basically everything after http://www.ofbchurch.org/)
A forum community dedicated to tech experts and enthusiasts. Come join the discussion about articles, computer security, Mac, Microsoft, Linux, hardware, networking, gaming, reviews, accessories, and more!