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
685da912
Commit
685da912
authored
1 year ago
by
codecraft
Browse files
Options
Downloads
Patches
Plain Diff
Swap Project logos with icons
parent
770f5053
No related branches found
Branches containing commit
No related tags found
1 merge request
!28
Neue Website basierend auf Zola
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sass/_utils.scss
+4
-0
4 additions, 0 deletions
sass/_utils.scss
sass/style.scss
+1
-0
1 addition, 0 deletions
sass/style.scss
templates/frontpage/blocks/projects.html
+5
-3
5 additions, 3 deletions
templates/frontpage/blocks/projects.html
with
10 additions
and
3 deletions
sass/_utils.scss
0 → 100644
+
4
−
0
View file @
685da912
.image.is-70p
{
width
:
70%
;
height
:
70%
;
}
This diff is collapsed.
Click to expand it.
sass/style.scss
+
1
−
0
View file @
685da912
...
...
@@ -9,4 +9,5 @@ $title-color: inherit;
@import
"./_menu.scss"
;
@import
"./_content.scss"
;
@import
"./_utils.scss"
;
@import
"./_calendar"
;
This diff is collapsed.
Click to expand it.
templates/frontpage/blocks/projects.html
+
5
−
3
View file @
685da912
...
...
@@ -10,9 +10,11 @@
{% set project_section = get_section(path=project_section_path) %}
<div
class=
"column"
>
<div
class=
"card is-shadowless"
>
<figure
class=
"image is-4by3"
>
<a
href=
"/projekte/{{ project_section.extra.project_slug }}"
><img
src=
"{{ project_section.extra.logo }}"
alt=
"Logo {{ project_section.title }}"
/></a>
</figure>
<div
class=
"columns is-centered"
>
<figure
class=
"image is-70p"
>
<a
href=
"/projekte/{{ project_section.extra.project_slug }}"
><img
src=
"{{ project_section.extra.title_icon }}"
alt=
"Logo {{ project_section.title }}"
/></a>
</figure>
</div>
</div>
<div
class=
"card-content"
>
<div
class=
"media"
>
...
...
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