css grid adjustments and edits for readability
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
layout: single
|
layout: single
|
||||||
title: IT Expert Role
|
title: IT Expert Role
|
||||||
categories: projects server_admin unix
|
categories: projects server_admin unix
|
||||||
excerpt: Linux Server Administration (Workstations and Web)
|
excerpt: Linux server (Workstations and Web) and cloud infrastructure administration
|
||||||
header:
|
header:
|
||||||
teaser: assets/images/projects/arch.png
|
teaser: assets/images/projects/arch.png
|
||||||
---
|
---
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
layout: single
|
layout: single
|
||||||
title: "Binary Presorting"
|
title: "Binary Presorting"
|
||||||
categories: research audio deep-learning anomalie-detection
|
categories: research audio deep-learning anomalie-detection
|
||||||
excerpt: "Improving Primate Sounds Classification"
|
excerpt: "Improving primate sounds classification by sublabeling"
|
||||||
header:
|
header:
|
||||||
teaser: assets/figures/19_binary_primates_teaser.jpg
|
teaser: assets/figures/19_binary_primates_teaser.jpg
|
||||||
---
|
---
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: single
|
layout: single
|
||||||
title: "Android - App Developement"
|
title: Android Apps
|
||||||
categories: teaching
|
categories: teaching
|
||||||
tags: app developement
|
tags: app developement
|
||||||
excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team."
|
excerpt: Teaching to plan and develope distributed mobile apps for Android as a team.
|
||||||
header:
|
header:
|
||||||
teaser: assets/images/teaching/android.png
|
teaser: assets/images/teaching/android.png
|
||||||
---
|
---
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
layout: single
|
layout: single
|
||||||
title: "Seminar: TIMS"
|
title: "Seminar: TIMS"
|
||||||
categories: teaching
|
categories: teaching
|
||||||
excerpt: "Teaching bachelor students how to work scientifically and how to do research as a team."
|
excerpt: "Teaching bachelor students how to do research scientifically as a team."
|
||||||
header:
|
header:
|
||||||
teaser: assets/images/teaching/thesis.png
|
teaser: assets/images/teaching/thesis.png
|
||||||
---
|
---
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
layout: single
|
layout: single
|
||||||
title: "Seminar: VTIMS"
|
title: "Seminar: VTIMS"
|
||||||
categories: teaching
|
categories: teaching
|
||||||
excerpt: "Teaching master students how to work scientifically and how to do research as a team."
|
excerpt: "Teaching master students how to do research scientifically as a team."
|
||||||
header:
|
header:
|
||||||
teaser: assets/images/teaching/thesis_master.png
|
teaser: assets/images/teaching/thesis_master.png
|
||||||
---
|
---
|
||||||
|
@@ -211,11 +211,11 @@ align-content: center;
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||||
column-gap: 12px;
|
column-gap: 12px;
|
||||||
row-gap: 12px;
|
row-gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid__item {
|
.grid__item {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
.page__meta {
|
.page__meta {
|
||||||
margin: 0 0 4px;
|
margin: 0 0 4px;
|
||||||
|
Reference in New Issue
Block a user