Skip to content

Commit

Permalink
Add Resource Matchmaking image to access.md (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel committed Sep 12, 2024
2 parents 1ed7bba + c9010f9 commit 8025dfa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/services/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ title: "Infrastructure Access"
# Infrastructure Access at CIROH

CIROH provides access to both public cloud and on-premises infrastructure to support the research projects of its members and partners.
<div className="hero-image" style={{ textAlign: 'center' }}>
<img src="/img/ciroh-resource-flowchart.png" alt="ciroh-resource flowchart" style={{ width: '100%' }} />
</div>

## Public Cloud

Expand Down
8 changes: 7 additions & 1 deletion src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@
overflow: auto;
margin: 3rem 0rem;
}
.heroText{
font-size: 1.2rem;
}
.heroimage {
width: 35%;
width: 30%;
margin: auto 0;
border-radius: 18px;
margin-left: 1.4rem;
Expand Down Expand Up @@ -76,6 +79,9 @@
.heroBanner {
padding: 2rem 4rem 2rem 4rem;
}
.heroimage {
width: 310px;
}
}

@media screen and (max-width: 996px) {
Expand Down
12 changes: 11 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
[data-theme='dark'] .hero__title, .hero__subtitle{
color: whitesmoke;
}

/*
[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
Expand All @@ -65,4 +66,13 @@
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
} */
} */
.container {
max-width: 68%;
}

.docs-wrapper .container {
max-width: 100%;
margin-left: 1.3rem;
margin-right: 1.3rem;
}
Binary file added static/img/ciroh-resource-flowchart.png
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 8025dfa

Please sign in to comment.