diff --git a/head.jpg b/head.jpg deleted file mode 100644 index 5bbf21e..0000000 Binary files a/head.jpg and /dev/null differ diff --git a/index.html b/index.html index 818f834..387da93 100644 --- a/index.html +++ b/index.html @@ -7,79 +7,7 @@ Hausarzt für Allgemeinmedizin in Hastedt, Peterswerder, östliche Vorstadt - Stader Str. - + -
-

Hausarztpraxis Stader Str.

-
- Dr. med. Gabriel Rogalli und
- Dr. med. Bernhard Lache
-
- Fachärzte für Allgemeinmedizin
-
-
-

Sprechzeiten

- - - - - - - - - - - - - - - - - - - - - -
MO8 - 12:00 + 15 - 17:30
DI8 - 12:00 + 15 - 17:30
MI8 - 12:00
DO8 - 12:00 + 15 - 17:30
FR8 - 16:00
- sowie nach telefonischer Vereinbarung - -

-

Kontakt

- - - - - - - -
Tel0421 / 9888550
Fax0421 / 98885511
- www.hausarzt-stader-str.de
-

-

-

Hausarztpraxis Rogalli + Lache

- Stader Straße 35
- 28205 Bremen -

-

-

Verantwortlich für den Inhalt

- Dr. med. Gabriel Rogalli -

-

-

Steuernummer

- 60/174/09369 -

-

FOTO © FOVITO-FOTOLIA.COM

+
+
+ +
+
+

Dr. med. Gabriel Rogalli
+ Dr. med. Bernhard Lache

+

Sprechzeiten

+ Mo. 8 - 12:00 + 15 - 17:30
+ Di. 8 - 12:00 + 15 - 17:30
+ Mi. 8 - 12:00
+ Do. 8 - 12:00 + 15 - 17:30
+ Fr. 8 - 16:00
+ sowie nach telefonischer Vereinbarung +

+

Kontakt

+ Tel 0421 / 9888550
+ Fax 0421 / 98885511
+ www.hausarzt-stader-str.de
+

+

+ Hausarztpraxis Rogalli + Lache
+ Stader Straße 35
+ 28205 Bremen +

+

+

Verantwortlich f.d. Inhalt

+ Dr. med. Gabriel Rogalli +

+

+

Steuernummer

+ 60/174/09369 +

+
diff --git a/static/fonts/Aleo-Regular.otf b/static/fonts/Aleo-Regular.otf new file mode 100644 index 0000000..3e9582a Binary files /dev/null and b/static/fonts/Aleo-Regular.otf differ diff --git a/fonts/Montserrat-Light.otf b/static/fonts/Montserrat-Light.otf similarity index 100% rename from fonts/Montserrat-Light.otf rename to static/fonts/Montserrat-Light.otf diff --git a/fonts/Montserrat-Regular.otf b/static/fonts/Montserrat-Regular.otf similarity index 100% rename from fonts/Montserrat-Regular.otf rename to static/fonts/Montserrat-Regular.otf diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..3d27de9 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,165 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..6afbbee --- /dev/null +++ b/static/main.css @@ -0,0 +1,61 @@ +@font-face { + font-family: 'Aloe Regular'; + font-style: normal; + font-weight: normal; + src: url("fonts/Aleo-Regular.otf") format("opentype"); +} +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: normal; + src: url("fonts/Montserrat-Regular.otf") format("opentype"); +} +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: lighter; + src: url("fonts/Montserrat-Light.otf") format("opentype"); +} + +body{ + padding:0px; + margin:0px; + background-color: #f1f3f3; + color:#829d9d; + font-family: 'Montserrat', sans-serif; + font-size:22px; + font-weight:lighter; + text-align: center; + letter-spacing: 0.05em; +} +.wrapper { + min-width:550px +} +.header{ + display: block; + padding-top:35px; + padding-bottom:35px; + background-color: white; + text-align: center; +} +.content{ + margin-top: 30px; +} +h1{ + margin:0px 0px 15px 0px; + color:#45a5ac; + font-family: 'Aloe Regular',sans-serif; + font-weight: normal; + font-size:24px; + text-transform: uppercase; + letter-spacing: 0.05em; +} +h2{ + margin: 0px; + font-weight: normal; + text-transform: uppercase; + font-size:22px; +} +a:link,a:hover,a:visited,a:active { + color: #829d9d; +}