Skip to content

Commit

Permalink
Merge pull request #11 from Cambridge-ICCS/fix_images
Browse files Browse the repository at this point in the history
Fix images and other stuff
  • Loading branch information
j-emberton authored Jul 10, 2024
2 parents fc8e8b1 + 2f18acc commit f2e574c
Show file tree
Hide file tree
Showing 24 changed files with 2,701 additions and 169 deletions.
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
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
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.

0 comments on commit f2e574c

Please sign in to comment.