Skip to content

Commit 42b41c7

Browse files
simonsteigershravanngoswamii
authored andcommitted
fix "logo" display by removing h1
1 parent f46f680 commit 42b41c7

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

index.qmd

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
# pagetitle: "Turing"
32
toc: false
43
page-layout: full
54
section-divs: false
@@ -23,10 +22,10 @@ description: |
2322

2423
```{=html}
2524
<div class="line-graph">
26-
<div class="upperContent">
27-
<h1 class="responsive-heading">Turing.jl</h1>
25+
<div class="upper-content">
26+
<div class="responsive-heading">Turing.jl</div>
2827
</div>
29-
<div class="Animation">
28+
<div>
3029
<svg viewBox="0 0 2300 498" xmlns="http://www.w3.org/2000/svg">
3130
<path class="line line1"
3231
d="M0 487 C1155.53 487 1320.502 502.995 1391.761 461.5C1453.584 425.5 1467.657 399 1509.375 344.5C1551.093 290 1586.276 213 1645.586 213C1704.895 213 1776.77 350.5 1806.425 389C1875.39 478.535 1871.263 486.5 2300 487"/>
@@ -37,6 +36,9 @@ description: |
3736
</svg>
3837
</div>
3938
</div>
39+
```
40+
41+
```{=html}
4042
<span class="display-6 d-block text-center py-5 display-md-5 display-lg-4">
4143
Bayesian inference with probabilistic programming
4244
</span>

theming/light.scss

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
@import "rules/svg"; // svg on landing page
1717

1818
@import "old/old-styles"; // copy of old css style sheet
19+
20+
//

theming/rules/_svg.scss

+3-10
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ svg {
4040
animation-delay: 1s;
4141
}
4242

43-
.upperContent {
43+
.upper-content {
4444
width: 88%;
4545
text-align: end;
4646
padding-top: 7%;
@@ -59,7 +59,7 @@ svg {
5959
}
6060
}
6161

62-
.upperContent > h1 {
62+
.upper-content > h1 {
6363
font-size: 5rem;
6464
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
6565

@@ -68,19 +68,12 @@ svg {
6868
}
6969
}
7070

71-
.upperContent > p {
71+
.upper-content > p {
7272
font-size: 25px;
7373
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
7474
margin-top: 5%;
7575
}
7676

77-
.upperContent > h1,
78-
79-
.upperContent > p {
80-
margin: 0;
81-
padding: 0;
82-
}
83-
8477
@keyframes fadeInText {
8578
to {
8679
opacity: 1;

0 commit comments

Comments
 (0)