Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How's this looking?

Featured Replies

This is the first site i'm building. Its not all finished yet and my css is all over the place. I have built it in notepad. There will undoubtedly be a few grammatical errors and many pages are not built yet but I'm looking for feedback for the design and layout of the site. Good or bad i'm keen to hear what others think of it so far. Its sort of a tutorial site so would also like to know if the mortgage section seems easy to follow - I know its not the most interesting subject in the world but its my job and I'm passionate about helping people better understand what is a pretty dull subject.

 

Thanks,

 

Ja

 

My link

I like it! Especially for a first site, that's very nice.

 

The links in the dropdown menus look a little bit drab (dark on dark) but it's nothing major. There's some broken links and empty pages but I guess since it's not finished, that's to be expected :)

 

Good work.

 

As for the content: PASS. My gf has driven me insane with house & mortgage talk for weeks so there's no way I'm subjecting myself to it voluntarily :D

I like, goes well with its subject, nice spacing and neat colours.

Could use a bit more depth and subtle design elements because it looks too plain and the design doesn't pop out

Not bad. I agree that you could do with adding some depth somewhere as the mass of white does look a little flat and uninspiring. There are some alignment issues with the main content area too. The content doesn't really look right on the page imo. That section needs some work. I reckon drop 10px off the intro div margin-top to start with. Gives it a little more balance.

 

Hope this goes some way towards help..

For a first site, and use of notepad, it's pretty damn good to be honest!

 

Neat and tidy, good choice of colours too.

 

Havent looked too closely at the markup or css yet so can't comment on that....

  • Author

Thanks for all your kind words of advice - I guess I should get onto photoshop to try and make some images etc to make look a little less dull - I suppose there is only so much you can do with css to make it visually appealing. +1 to you all for your feedback - cheers!

 

I'll get onto that top margin right away - cheers

 

J

Just to let you know in pretty much every page you have a div before the opening of your body tags.

 

<div id="container">
<body id="home">
  <div id="header">
     <a href="find.html" title="Go to Keystone Home"><img src="images/imc_bannercada29.jpg" alt="Keystone logo" width="1000" height="80"></a>
  </div>

 

Should be

 

 

<body id="home">
  <div id="container">
     <div id="header">
        <a href="find.html" title="Go to Keystone Home"><img src="images/imc_bannercada29.jpg" alt="Keystone logo" width="1000" height="80"></a>
     </div>

 

As for the design I think it's very well designed and written very well for a first site. Well done, you should be proud.

Edited by j05hr

  • Author

Could use a bit more depth and subtle design elements because it looks too plain and the design doesn't pop out

 

I am not so hot on design and tried to add some box shadow to the 5 green boxes at the bottom but to be honest, to me it looked worse. Any suggestions as to how to make it more friendly on the eye?

 

Not bad. I agree that you could do with adding some depth somewhere as the mass of white does look a little flat and uninspiring. There are some alignment issues with the main content area too. The content doesn't really look right on the page imo. That section needs some work. I reckon drop 10px off the intro div margin-top to start with. Gives it a little more balance.

 

Hope this goes some way towards help..

 

Thanks jay - have adjusted the border top margin and I think it definately tidies it up a bit - so cheers for that.

 

Just to let you know in pretty much every page you have a div before the opening of your body tags.

 

<div id="container">
<body id="home">
  <div id="header">
     <a href="find.html" title="Go to Keystone Home"><img src="images/imc_bannercada29.jpg" alt="Keystone logo" width="1000" height="80"></a>
  </div>

 

Should be

 

 

<body id="home">
  <div id="container">
     <div id="header">
        <a href="find.html" title="Go to Keystone Home"><img src="images/imc_bannercada29.jpg" alt="Keystone logo" width="1000" height="80"></a>
     </div>

 

As for the design I think it's very well designed and written very well for a first site. Well done, you should be proud.

 

I am sure when I did that there was a good reason but thinking back now I can't think what it was lol! I have adjusted it on the home page locally and it doesn't seem to break it so I'll probably test it some more later and if still OK will upload.

 

Thanks for the kind comments too it really helps build my confidence.

 

Thanks for the feedback.

Somthing along these lines...just some basic examples

 

post-4095-0-37505100-1298675250_thumb.jpgpost-4095-0-74123800-1298675257_thumb.jpgpost-4095-0-39008800-1298675261_thumb.jpg

 

you can add shadows, textures brushes and all kinds of cool stuff

Edited by Acrylic

  • Author

Somthing along these lines...just some basic examples

 

post-4095-0-37505100-1298675250_thumb.jpgpost-4095-0-74123800-1298675257_thumb.jpgpost-4095-0-39008800-1298675261_thumb.jpg

 

you can add shadows, textures brushes and all kinds of cool stuff

 

 

 

Thanks man is this all CSS??!

Edited by jheg

  • Author

Man I love those how do I do it? Is it easy to explain?

Man I love those how do I do it? Is it easy to explain?

 

Photoshop, you can have the text styled with Css, the rest is PS.

  • Author

Cool will see what I can do.

Nice, man. Really neat on the design and your code; gotta love Notepad for helping keep things basic!

  • Author

Cheers. Yeah using np has helped me to learn the basics v well

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.