Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stustanet-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ludwig Lohmer
stustanet-website
Commits
409d7c77
Commit
409d7c77
authored
6 years ago
by
Antodias
Browse files
Options
Downloads
Patches
Plain Diff
added header+colors, added translation redirect
parent
5dfa0dc9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
content/about.de.md
+1
-0
1 addition, 0 deletions
content/about.de.md
content/impressum.md
+4
-9
4 additions, 9 deletions
content/impressum.md
layouts/_default/baseof.html
+10
-2
10 additions, 2 deletions
layouts/_default/baseof.html
static/styles.css
+45
-4
45 additions, 4 deletions
static/styles.css
with
60 additions
and
15 deletions
content/about.de.md
+
1
−
0
View file @
409d7c77
---
title
:
StuStaNet e.V.
type
:
page
color
:
green
---
## Der Verein
...
...
This diff is collapsed.
Click to expand it.
content/impressum.md
+
4
−
9
View file @
409d7c77
...
...
@@ -2,6 +2,7 @@
title
:
Impressum
type
:
page
noindex
:
true
color
:
yellow
---
Anbieter und Betreiber dieser Webseite ist der Verein StuStaNet e. V.
...
...
@@ -27,18 +28,12 @@ Der Verein ist telefonisch nicht zu erreichen.
{{% we-are-not-stuwerk %}}
{{% dl title="Internet" %}}
https://www.stustanet.de/
{{% /dl %}}
**Internet:**
https://www.stustanet.de/
{{% vorstand %}}
{{% dl title="Registergericht" %}}
Amtsgericht München
{{% /dl %}}
{{% dl title="Vereinsregisternummer" %}}
16245
{{% /dl %}}
**Registergericht:**
Amtsgericht München
**Vereinsregisternummer**
: 16245
## Über diese Webseite
...
...
This diff is collapsed.
Click to expand it.
layouts/_default/baseof.html
+
10
−
2
View file @
409d7c77
...
...
@@ -37,7 +37,7 @@
</nav>
<main
aria-role=
"main"
>
<header>
<header
class=
"{{ .Params.Color | default "
blue
"
}}"
>
<h1>
{{.Title}}
</h1>
{{ with .Params.subtitle }}
<span
class=
"subtitle"
>
{{.}}
</span>
...
...
@@ -63,7 +63,15 @@
{{ $lang := .Site.Language }}
{{ range .Site.Languages }}
<li>
<a
href=
"{{ delimit (slice "
/"
.)
""
}}"
class=
"lang"
>
{{ $translated := where $.Translations "Lang" .Lang }}
{{ if $translated }}
{{ $.Scratch.Set "url" (index $translated 0).Permalink }}
{{ else if eq .Lang $.Page.Lang }}
{{ $.Scratch.Set "url" $.Permalink }}
{{ else }}
{{ $.Scratch.Set "url" (delimit (slice "/" .) "") }}
{{ end }}
<a
href=
"{{ $.Scratch.Get "
url
"
}}"
class=
"lang"
>
<span
class=
"shorthand"
>
{{ .Lang }}
</span>
{{ .LanguageName }}
</a>
</li>
...
...
This diff is collapsed.
Click to expand it.
static/styles.css
+
45
−
4
View file @
409d7c77
:root
{
--yellow
:
rgb
(
255
,
232
,
89
);
--red
:
rgb
(
226
,
107
,
68
);
--green
:
rgb
(
137
,
187
,
79
);
--blue
:
rgb
(
94
,
146
,
189
);
}
html
{
font-family
:
sans-serif
;
font-size
:
100%
;
...
...
@@ -168,7 +175,7 @@ ul.menu li a {
article
>
*,
.container
,
header
{
header
h1
{
position
:
relative
;
max-width
:
800px
;
margin-left
:
auto
;
...
...
@@ -176,6 +183,38 @@ header {
padding
:
0
50px
;
}
header
{
position
:
relative
;
display
:
block
;
}
header
h1
{
margin
:
0
auto
15px
auto
;
padding
:
50px
0
;
text-shadow
:
0px
0px
1px
rgba
(
0
,
0
,
0
,
0.12
);
}
.yellow
{
background
:
rgb
(
255
,
232
,
89
);
box-shadow
:
0
0
8px
0
rgba
(
255
,
232
,
89
,
0.12
);
}
.yellow
h1
{
color
:
black
;
}
.red
{
background
:
rgb
(
226
,
107
,
68
);
box-shadow
:
0
0
8px
0
rgba
(
226
,
107
,
68
,
0.12
);
}
.red
h1
{
color
:
white
;
}
.green
{
background
:
rgb
(
137
,
187
,
79
);
box-shadow
:
0
0
8px
0
rgba
(
137
,
187
,
79
,
0.12
);
}
.green
h1
{
color
:
white
;
}
.blue
{
background
:
rgb
(
94
,
146
,
189
);
box-shadow
:
0
0
8px
0
rgba
(
94
,
146
,
189
,
0.12
);
}
.blue
h1
{
color
:
white
;
}
h1
,
h2
,
h3
,
...
...
@@ -313,19 +352,21 @@ footer .center {
footer
.lang-dropdown-container
{
flex
:
1
1
0
;
padding
:
15px
;
text-align
:
right
;
}
footer
.lang-dropdown
{
text-align
:
right
;
padding
:
15px
;
display
:
inline
;
}
.we-are-not-stuwerk
{
border
:
1px
solid
#fa7171
;
border-radius
:
2px
;
margin
:
5px
0
;
padding
:
10px
;
padding
:
10px
10px
7px
10px
;
background
:
#ffdbdb
;
line-height
:
1.25
;
color
:
red
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment