Skip to content

Commit

Permalink
Deploying to gh-pages from @ 981f936 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Nov 12, 2024
1 parent 6de4a1d commit 5a10276
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 134 deletions.
30 changes: 15 additions & 15 deletions articles/obj_create_sc.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 78 additions & 22 deletions articles/object_creation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 14 additions & 29 deletions extra.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
.button {
display: inline-block;
width: 300px;
height: 40px;
line-height: 40px;
margin: 5px;
background-color: #233B51;
border-color: #233B51;
color: white;
text-decoration: none;
border-radius: 10px;
transition: background-color 0.3s;
text-align: center;
}

.button:hover {
background-color: #7E69AE;
border-color: #233B51;
border-radius: 4px;
border-radius: 10px;
text-decoration: none;
background-color: #ddd;
transition: color 0.3s;
color: black;
}


.gallery {
display: grid;
grid-gap: 15px;
Expand All @@ -43,10 +16,13 @@
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
text-align: center;
transition: transform 0.2s;
text-decoration: none;
text-align: center;
color: inherit;
height: 325px;
display: flex;
flex-direction: column;
transition: transform 0.2s;
}

.tile:hover {
Expand All @@ -55,8 +31,17 @@
text-decoration: none;
}

.tile > div:first-child {
margin-top: 0;
}

.tile img {
max-width: 100%;
height: auto;
margin-top: auto;
}

.tile strong {
display: block;
margin-bottom: 10px;
}
2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ articles:
visualizations: visualizations.html
vizgen_mouse_brain: vizgen_mouse_brain.html
xenium_breast_cancer: xenium_breast_cancer.html
last_built: 2024-11-12T04:04Z
last_built: 2024-11-12T15:18Z
urls:
reference: https://drieslab.github.io/Giotto_website/reference
article: https://drieslab.github.io/Giotto_website/articles
2 changes: 1 addition & 1 deletion reference/addHMRF.html

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions reference/makeSignMatrixDWLSfromMatrix.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a10276

Please sign in to comment.