Skip to content

Commit a089624

Browse files
simonsteigershravanngoswamii
authored andcommitted
mirror gaussians and title
1 parent 7d71970 commit a089624

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

index.qmd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ description: |
2424
```{=html}
2525
<div class="line-graph">
2626
<div class="upperContent">
27-
<h1>Turing.jl</h1>
27+
<h1 style="font-size:6rem;">Turing.jl</h1>
2828
</div>
2929
<div class="Animation">
30-
<svg width="2300" height="498" viewBox="0 0 2300 498" fill="none" xmlns="http://www.w3.org/2000/svg">
31-
<path class="line line1"
32-
d="M0 487C428.737 486.5 424.61 478.535 493.575 389C523.23 350.5 595.105 213 654.414 213C713.724 213 748.907 290 790.625 344.5C832.343 399 846.416 425.5 908.239 461.5C979.498 502.995 1144.47 487 2300 487"/>
33-
<path class="line line2"
34-
d="M0 485.5C212.654 485.5 378.977 486 565.45 486C751.923 486 763.644 514.469 852.448 292.5C881.709 219.36 911.829 96 950.052 96C988.276 96 1016.27 197.222 1050.19 287.031C1116.15 461.682 1136.64 484.016 1322.06 484.016C1416.28 484.016 2076.04 486.5 2300 486.5"/>
35-
<path class="line line3"
36-
d="M0 486.499C101.007 486.499 207.547 486.499 308.554 486.499C409.56 486.499 483.491 486.499 577.149 486.499C668.492 486.499 699.329 489.286 731.197 460.973C773.165 423.687 790.94 330.837 809.112 262.111C827.285 193.386 858.089 8 890.182 8C922.275 8 944 162.661 971.155 262.111C988.985 327.407 1006.43 426.95 1058.05 469.982C1081.26 489.327 1164.7 486.499 1248.64 486.499C1356.96 486.499 1406.25 486.499 1516.74 486.499C1627.23 486.499 2191.68 487 2300 487"/>
37-
</svg>
30+
<svg viewBox="0 0 2300 498" xmlns="http://www.w3.org/2000/svg">
31+
<path class="line line1"
32+
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"/>
33+
<path class="line line2"
34+
d="M0 486.5 C223.96 486.5 883.72 484.016 977.94 484.016C1163.36 484.016 1183.85 461.682 1249.81 287.031C1283.73 197.222 1311.724 96 1349.948 96C1388.171 96 1418.291 219.36 1447.552 292.5C1536.356 514.469 1548.077 486 1734.55 486C1921.023 486 2087.346 485.5 2300 485.5"/>
35+
<path class="line line3"
36+
d="M0 487 C108.32 487 672.77 486.499 783.26 486.499C893.75 486.499 943.04 486.499 1051.36 486.499C1135.3 486.499 1218.74 489.327 1241.95 469.982C1293.57 426.95 1311.015 327.407 1328.845 262.111C1356 162.661 1377.725 8 1409.818 8C1441.911 8 1472.715 193.386 1490.888 262.111C1509.06 330.837 1526.835 423.687 1568.803 460.973C1600.671 489.286 1631.508 486.499 1722.851 486.499C1816.509 486.499 1890.44 486.499 1991.446 486.499C2092.453 486.499 2198.993 486.499 2300 486.499"/>
37+
</svg>
3838
</div>
3939
</div>
4040
<span class="display-6 d-block text-center py-5 display-md-5 display-lg-4">

theming/rules/_svg.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ svg {
4343
.upperContent {
4444
width: 88%;
4545
text-align: end;
46-
padding-top: 7%;
47-
padding-right: 10%;
46+
padding-top: 5.5%;
47+
padding-right: 45%;
4848
position: absolute;
4949
z-index: 5;
5050
opacity: 0;
51-
animation: fadeInText 2s forwards ease-in-out;
52-
animation-delay: 3s;
51+
animation: fadeInText 1s forwards ease-in-out;
52+
animation-delay: 0.5s;
5353

5454
@media screen and (max-width: 768px) {
5555
width: 100%;

0 commit comments

Comments
 (0)