Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stephan Glauner
Hackspace Static Website
Commits
9b948a91
Commit
9b948a91
authored
Sep 11, 2020
by
Stephan
Browse files
extracted new logo on the right way and same changes in html und css
parent
1b8f35e8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
LogoMitSchatten.svg
0 → 100644
View file @
9b948a91
This diff is collapsed.
Click to expand it.
index.html
View file @
9b948a91
...
...
@@ -7,18 +7,15 @@
<title>
Hackspace Rostock
</title>
</head>
<body>
<section>
<img
src=
"
l
ogo
.svg"
class=
"logo
"
/>
<section
class=
"logo"
>
<img
src=
"
L
ogo
MitSchatten.svg
"
/>
</section>
<section
class=
"navigation"
>
<h1>
Blog, Termine
&
Mailingliste
</h1>
<a
href=
"https://stadtgestalten.org/hackhro"
>
Stadtgestallten
</a>
<a
href=
""
>
GitLab
</a>
<a
href=
""
>
Wiki
</a>
</section>
<section
class=
"navigation"
>
<h1>
Services
</h1>
<a
href=
"https://stadtgestalten.org/hackhro"
>
Blog, Termine
&
Mailingliste
</a>
<a
href=
""
>
GitLab
</a>
<a
href=
""
>
Wiki
</a>
</section>
...
...
main.css
View file @
9b948a91
body
{
margin
:
0
;
}
section
{
padding
:
5px
5px
5px
5px
;
}
.logo
{
text-align
:
center
;
width
:
100%
;
height
:
auto
;
width
:
auto
;
max-width
:
3000px
;
min-width
:
100%
;
min-height
:
100%
;
max-height
:
4000px
;
padding
:
:
5px
;
}
.logo
img
{
padding
:
5px
min-width
:
90vw
;
min-height
:
90vh
;
}
.navigation
a
{
text-decoration
:
none
;
color
:
black
;
font-family
:
monospace
;
font-size
:
14pt
;
padding
:
3px
;
}
.navigation
a
:hover
{
text-decoration
:
none
;
padding
:
3px
;
border-bottom
:
2px
;
border-right
:
2px
;
border-color
:
black
;
color
:
black
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment