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

Fix images and other stuff #11

Merged
merged 8 commits into from
Jul 10, 2024
Merged
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 modified .DS_Store
Binary file not shown.
Binary file added presentation/.DS_Store
Binary file not shown.
1,323 changes: 1,323 additions & 0 deletions presentation/Intro_To_Git.html

Large diffs are not rendered by default.

269 changes: 100 additions & 169 deletions presentation/Intro_To_Git.qmd

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions presentation/custom_theme.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

/*-- scss:rules --*/

// title and headings



#title-slide {
text-align: center;

.title {
color: #fffae6;
font-weight: 350;
//line-height: 0;
}

.subtitle {
color: #fffae6;
font-style: italic;
}

.author, .quarto-title-author-name, .quarto-title-authors {
color: #fffae6;
font-size: 1.2em;
}

}

#title-slide .slide-logo{
top: 200px;
background: #ffffff;
}

/*-- vertically center columns (or any container) --*/
.v-center-container {
display: flex;
justify-content: center;
align-items: center;
height: 90%;
}

/*-- standard offset for text on content slides --*/
.reveal .slides > section:not(#title-slide) {
padding-top: 50px; /* Adjust the value as needed */
}


File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1,231 changes: 1,231 additions & 0 deletions presentation/index.html

Large diffs are not rendered by default.