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

Add Resource Matchmaking image to access.md #208

Merged
merged 6 commits into from
Sep 12, 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
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.
Loading