Partheil GmbH, Schlosserei Partheil

post released sites here made with phpwcms

Partheil GmbH, Schlosserei Partheil

Postby Oliver Georgi on Sat Sep 01, 2007 15:21

Hey friends,

Is this my first post here ;-) ...?

This is what I did within 1 day (yesterday).
http://www.partheil.de/

Designed partially by my "wife" Doreen, and adopted for phpwcms and filled with content and so on by myself.

Site will be enhanced a bit over the next weeks - also the shop will be implemented.

Oliver
Oliver Georgi | phpwcms Developer
Hegerplatz 7, 06846 Dessau, Germany
phpwcms | webverbund.de | LinkedIn | XING
User avatar
Oliver Georgi
Site Admin
 
Posts: 5861
Joined: Fri Oct 03, 2003 20:22
Location: Dessau

Postby StudioZ on Mon Sep 03, 2007 21:22

Great work Oliver :wink:
Don't speak german but can easily understand that it is about "industrial design" I love the colors and simplicity. 8)
No wonder PhpWCMS is so design oriented...
Your wife Doreen, is a very talented graphic designer. 8)
Isn't it what Germany is all about... Great history of famous designers 8)
She has a real beautiful Flash site.
I bet our respective wifes would get along well :wink:


Cheers,

Yves
Image
PhpWCMS Evangelist, -- Running phpWCMS 1.3.3 -> Great Version!!!!
User avatar
StudioZ
 
Posts: 720
Joined: Fri May 28, 2004 17:57
Location: Québec, Canada

Postby rollofritz on Thu Sep 06, 2007 17:12

Hey Oliver,

great stuff - design und umsetzung.

und: toller betrieb und entsprechend leistungsadäquate
präsentation (der punkt geht also an doreen...)

Gruss

Markus

PS: ich glaub, ich kann bei Handwerk mitreden :wink:
rollofritz
 
Posts: 57
Joined: Thu Sep 08, 2005 08:58
Location: Neumarkt,Germany

wow

Postby markus s on Fri Sep 07, 2007 16:47

in der partheil.css solltest die _floats richten.


".imageEntry5 {
float: left;
_float: none;
display: inline;
margin: 0 4px 4px 0;"

und hier das _right:
"#navi #right_round {
background: url(../img/ci/navi_right_round.gif) no-repeat left bottom;
bottom: 0;
height: 15px;
right: 0;
_right: -1px;
position: absolute;
width: 15px;
}"
---------------------
aber sonst sehr schön ! das mit doreen ist sehr interessant ...

grüße
markus s
moderator
AKTION: Tragt ein Foto als Avatar ein - infos dazu hier
Image
User avatar
markus s
Moderator
 
Posts: 196
Joined: Sat Dec 16, 2006 18:21
Location: Brixlegg / Tirol

Postby Oliver Georgi on Fri Sep 07, 2007 21:53

nein, brauche ich nicht richten! Das ist bewußt drin und patcht den IE <7

Oliver
Oliver Georgi | phpwcms Developer
Hegerplatz 7, 06846 Dessau, Germany
phpwcms | webverbund.de | LinkedIn | XING
User avatar
Oliver Georgi
Site Admin
 
Posts: 5861
Joined: Fri Oct 03, 2003 20:22
Location: Dessau

Postby hemme on Fri Sep 14, 2007 09:33

Very nice design..

I really like the menu :)
would you post the code for it?
hemme
 
Posts: 2
Joined: Thu Feb 01, 2007 23:32

Postby DF6IH on Fri Sep 14, 2007 10:17

This is what comes out if one MASTER works for another MASTER
Little YAML howto /Updating 1.1,RC4->1.3.5 ASK FOR UPDATE WEEKS
User avatar
DF6IH
 
Posts: 1464
Joined: Mon Jan 10, 2005 17:10
Location: Weinheim, nr. Heidelberg

Postby nekket on Fri Sep 14, 2007 18:34

Mir gefällts!

Die Möglichkeit die Thumbnails in einem anderen Seitenverhältnis darzustellen ist wirklich genial - ich liebe es :-)

Ganz kleine Sache: Die Grafiken (Logo...) wirken ein kleines bißchen unscharf. Da würde ich ein wenig schärfer zeichnen.

Kurze Frage:
was macht ein "_" vor einer CSS Definition? Welche Browser fressen das und welche nicht?

:D

P.S. Doreen's Seite ist cool
Image
User avatar
nekket
 
Posts: 577
Joined: Tue Nov 18, 2003 14:46
Location: Baden-Baden

Postby Oliver Georgi on Fri Sep 14, 2007 20:18

_ ist der einfachste "Hack" für IE<=6

Icon war nur eine Notlösung - ich habe hier schon spezielle Icons...

Oliver
Oliver Georgi | phpwcms Developer
Hegerplatz 7, 06846 Dessau, Germany
phpwcms | webverbund.de | LinkedIn | XING
User avatar
Oliver Georgi
Site Admin
 
Posts: 5861
Joined: Fri Oct 03, 2003 20:22
Location: Dessau

Postby nekket on Sat Sep 15, 2007 02:30

das mit dem "_" wusste ich nicht - ich hab bisher immer mit !important gearbeitet und einmal den "SOLL"-Wert für FF und IE7 angegeben und danach ohne !important den Wert für IE <=6

Aber das werde ich auf jeden Fall mal testen - klingt echt easy.
Image
User avatar
nekket
 
Posts: 577
Joined: Tue Nov 18, 2003 14:46
Location: Baden-Baden

Postby Oliver Georgi on Sat Sep 15, 2007 05:22

hm, ja !important schien manchmal nicht zu funktionieren.

Oliver
Oliver Georgi | phpwcms Developer
Hegerplatz 7, 06846 Dessau, Germany
phpwcms | webverbund.de | LinkedIn | XING
User avatar
Oliver Georgi
Site Admin
 
Posts: 5861
Joined: Fri Oct 03, 2003 20:22
Location: Dessau

Postby santscho on Sun Sep 30, 2007 02:03

Wirklich schön.

Ich mags, wenn ein Design kühl wirkt. Ein Lob an Doreen und natürlich auch an dich, Oliver!

Aber verrate mal, wie Du die horizontale Navi erstellt hast. Ist diese statisch oder dynamisch? vergrössert sich die Box (mit der abgerundeten Ecke), wenn Du mehr Menüpunkte hinzufügst?

Santscho
User avatar
santscho
 
Posts: 279
Joined: Mon Apr 02, 2007 06:56

Postby Oliver Georgi on Sun Sep 30, 2007 06:52

Ja, die Navi ist dynamisch. Und so ist diese gemacht:
Code: Select all
<div id="navi">
   {NAV_LIST_UL:F,,1,active,active,nav,,<span>|</span>}
   <span id="right_round"></span>   
</div>


Und CSS für die runde Ecke:
Code: Select all
#navi #right_round {
   background: url(../img/ci/navi_right_round.gif) no-repeat left bottom;
   bottom: 0;
   height: 15px;
   right: 0 !important;
   right: -1px;
   position: absolute;
   width: 15px;
}


Oliver
Oliver Georgi | phpwcms Developer
Hegerplatz 7, 06846 Dessau, Germany
phpwcms | webverbund.de | LinkedIn | XING
User avatar
Oliver Georgi
Site Admin
 
Posts: 5861
Joined: Fri Oct 03, 2003 20:22
Location: Dessau

Postby Klappstuhl28 on Mon Oct 15, 2007 21:42

Ich liebe "einfache" Seiten!
Nur die schraffur_texture.gif-Grafik finde ich (Achtung Meinung)
nicht sooooo ...

Die Bilder sind klasse und Navi ungewöhnlich aber gelungen.

Hut ab!

Lars
User avatar
Klappstuhl28
 
Posts: 805
Joined: Fri Mar 04, 2005 00:58
Location: Hamburg

Postby axelko on Tue Oct 16, 2007 06:56

Hi,

Very nice and clean site.
Only with ie7 winxpsp2 the TEAM page isn't shown correct, the text is out of the site. In ff and ie6 its ok.

Image

Greetz,

Axel
-------------------------------
axelko
 
Posts: 67
Joined: Mon Feb 27, 2006 21:51

Next

Return to sites you are proud of (made with phpwcms only)

Who is online

Users browsing this forum: Alexa [Bot] and 0 guests