Skip to content

Commit d2c43cc

Browse files
committed
Align lecture site style and top links with DSfEM WS25
1 parent 4f5a78b commit d2c43cc

File tree

6 files changed

+89
-0
lines changed

6 files changed

+89
-0
lines changed

_quarto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ execute:
66

77
format:
88
html:
9+
css: styles.css
10+
fontsize: 14pt
11+
email-obfuscation: javascript
12+
theme: darkly
913
toc: true
1014
comments:
1115
hypothesis: true

images/eclipse_header.png

121 KB
Loading

images/github.jpeg

4.15 KB
Loading

images/studon.jpeg

6.72 KB
Loading

index.qmd

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,29 @@ execute:
4343
eval: false
4444
---
4545

46+
<<<<<<< Updated upstream
47+
=======
48+
49+
:::: {.columns}
50+
51+
::: {.column width="50%"}
52+
[![](images/eclipse_header.png){width=300}](https://pelzlab.science)
53+
:::
54+
55+
::: {.column width="25%"}
56+
[![](images/github.jpeg){width=120}](https://github.com/ECLIPSE-Lab/MachineLearningForCharacterizationAndProcessing)
57+
58+
**Github Code**
59+
:::
60+
61+
::: {.column width="25%"}
62+
[![](images/studon.jpeg){width=120}](https://www.studon.fau.de/)
63+
64+
**Studon Link**
65+
:::
66+
67+
::::
68+
>>>>>>> Stashed changes
4669
# Machine Learning in Materials Processing & Characterization
4770

4871
**5th Semester – 5 ECTS · 2h lecture + 2h exercises per week**

styles.css

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/* css styles */
2+
.hero {
3+
max-width: 700px;
4+
5+
margin-left: auto;
6+
margin-right: auto;
7+
margin-top: 50px;
8+
display: block;
9+
padding-top: 20px;
10+
padding-bottom: 20px;
11+
}
12+
13+
.hero2 {
14+
font-size: medium;
15+
margin-bottom: 50px;
16+
}
17+
18+
.splide__slide img {
19+
width: 100%;
20+
height: 100%;
21+
object-fit: cover;
22+
}
23+
.quarto-title-block {
24+
background-color: #000000;
25+
}
26+
.quarto-title-banner {
27+
background-color: #000000;
28+
}
29+
.quarto-about-jolla p.subtitle {
30+
text-align: center;
31+
}
32+
33+
.card-other-values {
34+
margin-bottom: 0;
35+
}
36+
37+
.quarto-grid-item .card-other-values tr > td:first-of-type {
38+
font-weight: 600;
39+
padding-right: 0;
40+
padding-left: 0;
41+
vertical-align: top;
42+
width: 50%;
43+
}
44+
45+
.pub-list a.btn {
46+
font-size: 80%;
47+
border-radius: 4px;
48+
border: 1px solid black;
49+
margin-top: 0.5rem;
50+
margin-bottom: 1.5rem;
51+
margin-right: 0.2rem;
52+
padding-left: 0.5rem;
53+
padding-right: 0.5rem;
54+
padding-top: 0.25rem;
55+
padding-bottom: 0.25rem;
56+
}
57+
58+
iframe.slide-deck {
59+
border: 3px solid #dee2e6;
60+
width: 100%;
61+
height: 475px;
62+
}

0 commit comments

Comments
 (0)