WebsiteBaker Community Forum

General Community => WebsiteBaker Website Showcase => Topic started by: phil on May 14, 2005, 11:20:47 PM

Title: A students personal website
Post by: phil on May 14, 2005, 11:20:47 PM
For now, I'm working on my personal website, which is located here: http://iserver.hta.fhz.ch/~iadolder/

I used the CSSHover Template and changed the colors and some minor things.

It is strongly under development, so there are still many things missing ;) But I see progress ;)
Title: A students personal website
Post by: Woudloper on May 16, 2005, 10:13:10 PM
@ phil: Very nicely done. The color contrast of your website is nicely done. What you could also do is to move the W3C buttons in the footer. According to my opinion they should fit in that <div>
Title: A students personal website
Post by: phil on May 16, 2005, 10:24:37 PM
Quote from: Woudloper
@ phil: Very nicely done. The color contrast of your website is nicely done. What you could also do is to move the W3C buttons in the footer. According to my opinion they should fit in that <div>


thanks
I tried to, but if they were aligned correct, the background of the surrounding div was gone... atm I have no clue how to fix that
Title: A students personal website
Post by: Woudloper on May 19, 2005, 11:33:06 AM
Quote from: phil
I tried to, but if they were aligned correct, the background of the surrounding div was gone... atm I have no clue how to fix that

Just wanted to take a look into your source, but saw that you already solved the displaying of the W3c buttons in the footer.

Furthermore the page is a bit empty, but I think you will fill this later on. Another remark I have is about the 'forget details' section. When you view that page you will notice that the layout is not really nice. I saw that this has to do with the fact that this page 'forgot_form.php' is being inserted hardcoded and not by using database settings (so it is maintainable via the admin console).

When viewing the source of that page I also noticed that the following was mentioned in the source:
Code: [Select]
<input type="hidden" name="url" value="{URL}" />
Code: [Select]
<tr style="display: {DISPLAY_FORM}">
The stuff between the { brackets } should not be showed in the source in my opinion. Maybe this is a WB Bug, but I don't know that for sure...