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
7785813e
Commit
7785813e
authored
1 year ago
by
codecraft
Browse files
Options
Downloads
Patches
Plain Diff
Add Baustelle to `project.html`
parent
8a837c03
No related branches found
Branches containing commit
No related tags found
1 merge request
!28
Neue Website basierend auf Zola
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/project.html
+7
-11
7 additions, 11 deletions
templates/project.html
with
7 additions
and
11 deletions
templates/project.html
+
7
−
11
View file @
7785813e
...
...
@@ -16,17 +16,8 @@
<section
class=
"hero hero-main is-fullheight-with-navbar project-background-{{ section.extra.project_slug }} roboto-black"
>
<div
class=
"hero-body"
>
<div
class=
"container"
>
<!-- <div class="columns is-vcentered"> -->
<!-- <div class="column is-two-fifth project-title"> -->
<div
class=
"columns"
>
<div
class=
"column project-title-{{ section.extra.project_slug }}"
>
<h1
class=
"title is-1"
>
{{ section.title }}
</h1>
<p
class=
"title is-3"
>
{{ section.description }}
</p>
<!-- </div> -->
<!-- </div> -->
</div>
<div
class=
"columns is-centered project-title-{{ section.extra.project_slug }}"
>
<h1
class=
"title is-1"
>
{{ section.title }}
</h1>
</div>
<div
class=
"container"
>
<div
class=
"columns is-vcentered"
>
...
...
@@ -52,4 +43,9 @@
</div>
</div>
</section>
<section
class=
"section"
>
<div
class=
"container content"
>
{% include "baustelle.html" %}
</div
>
</section>
{% endblock %}
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