Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slidev changes #2

Open
wants to merge 6 commits into
base: slidev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/scipy_dev/slidev/public/benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/convergence_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/figures/ackley.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/figures/alpine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/figures/sphere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/hmg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/janos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/klara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/scaling_fides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/sebi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/sphere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/scipy_dev/slidev/public/tim.jpeg
Binary file added src/scipy_dev/slidev/public/tobi.png
2,060 changes: 1,803 additions & 257 deletions src/scipy_dev/slidev/slides.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/scipy_dev/slidev/styles/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import '@slidev/client/styles/layouts-base.css'

import './layouts.css'
104 changes: 104 additions & 0 deletions src/scipy_dev/slidev/styles/layouts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@


.css-1dbjc4n {
top: 10px;
}




.slidev-layout {
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0rem;
padding-bottom: 0rem;

font-size: 1.5rem;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: stretch;
align-content: space-around;

h1 {
@apply text-5xl;
text-align: center;
}

h2 {
@apply text-4xl;
line-height: 1rem;
position: fixed;
top: 5%;
margin: auto;


}

h3 {
@apply text-4xl;
}

h4 {
@apply text-xl;
}

h5 {
@apply text-base;
}

h6 {
@apply text-sm pt-1 uppercase tracking-widest font-500 -ml-[0.05em];
}

h6:not(.opacity-100) {
@apply opacity-40;

}

code {
font-size : 1.5em;
}

}


/* .slidev-layout.cover,
.slidev-layout.intro {
@apply h-full grid;

h1 {
@apply text-6xl leading-20;
}
}


.slidev-layout.fact {
@apply text-center grid h-full;
h1 {
@apply text-8xl font-700;
}
h1 + p {
@apply font-700 text-2xl;
}
}
.slidev-layout.statement {
@apply text-center grid h-full;

h1 {
@apply text-6xl font-700;
}
}
.slidev-layout.quote {
@apply grid h-full;

h1 + p {
@apply mt-2;
}
}
.slidev-layout.section {
h1 {
@apply text-6xl font-500 leading-20;
}
} */