Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids.org
Commits
e012381e
Unverified
Commit
e012381e
authored
11 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add FrogLabs logo to page
parent
85f0726d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
content/projekte/hack-n-fun/freizeiten/froglabs/index.md
+3
-0
3 additions, 0 deletions
content/projekte/hack-n-fun/freizeiten/froglabs/index.md
static/artwork
+1
-1
1 addition, 1 deletion
static/artwork
templates/shortcodes/hero_section.html
+9
-1
9 additions, 1 deletion
templates/shortcodes/hero_section.html
with
13 additions
and
2 deletions
content/projekte/hack-n-fun/freizeiten/froglabs/index.md
+
3
−
0
View file @
e012381e
...
...
@@ -4,6 +4,9 @@ description = "Als Nachwuchs zu Besuch bei Open-Source-Konferenzen"
template = "pages/raw.html"
[extra.title]
image = "artwork/banner-froglabs.svg"
[extra.depiction]
image = "froscon_kinder.jpg"
alt = "Große Gruppe Kinder am Eingang der Hochschule Bonn-Rhein-Sieg bei der FrOSCon"
...
...
This diff is collapsed.
Click to expand it.
artwork
@
9435e6ed
Compare
dc1ec30e
...
9435e6ed
Subproject commit
dc1ec30e6440ae475d4e89560cef56c9dfbf653d
Subproject commit
9435e6edd1b714a41480d7b5dcd9d8dc94d47030
This diff is collapsed.
Click to expand it.
templates/shortcodes/hero_section.html
+
9
−
1
View file @
e012381e
...
...
@@ -6,7 +6,15 @@
<div
class=
"hero-body pl-0 pr-0"
>
<div
class=
"container has-text-centered {% if background_transparent %}is-transparent{% endif %}"
>
<div
class=
"box is-radiusless"
>
<h1
class=
"title is-1 mb-5"
>
{{ title | default(value=page.title) | safe }}
</h1>
<h1
class=
"title is-1 mb-5"
>
{% if page.extra.title.image -%}
<figure>
<img
src=
"{{ get_url(path=page.extra.title.image) }}"
alt=
"{{ title | default(value=page.title) | safe }}"
/>
</figure>
{% else -%}
{{ title | default(value=page.title) | safe }}
{% endif %}
</h1>
{% if body or page.description %}
<p
class=
"subtitle"
>
{{ body | default(value=page.description) | safe }}
</p>
{% endif -%}
</div>
</div>
...
...
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