Skip to content

Commit

Permalink
Added static svg files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Apr 3, 2024
1 parent 682dd2b commit 6f6750d
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.sd-card-img-top {
width: 33% !important;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

.download-div {
display: flex;
flex-direction: row;
justify-content: space-around;
margin-bottom: 1rem;
}

.download-button {
display: inline-block;
padding: 10px 20px;
background-color: #3498db;
color: white;
border: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s;
}

.transparent-image > img {
background-color: unset !important;
}

.download-button:hover {
background-color: #2980b9;
}

blockquote {
padding: unset;
border-left: unset;
}
97 changes: 97 additions & 0 deletions docs/source/_static/index_api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions docs/source/_static/index_contribute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions docs/source/_static/index_getting_started.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions docs/source/_static/index_user_guide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f6750d

Please sign in to comment.