General Community > WebsiteBaker Website Showcase

A small website for an International Business Consultant

(1/1)

ndh611:
http://global7.nl

Well I try to keep it as minimal as I can. Nothing fancy or special, just a clean design with simple left vertical navigation.

brent:
I like this one, a very clean and fast design. How do you get the banner photo to change when you go to a different page?

Thanks,
Brent

Bramus:
Nice design, clean simple but still professional look.

@ bernt, you can do that in the template with an if/else statement something like:


--- Code: ---if (PAGE_ID == 1) {
 <img src="blaat.jpg" alt="blaat" />
}
else if (PAGE_ID == 2) {
 <img src="blaat2.jpg" alt=blaat2" />
}

--- End code ---

ndh611:
@ bernt: Bramus already answered your question :D
@ Bramus: thank you for your compliment ;)

Navigation

[0] Message Index

Go to full version