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 links to service page #201

Merged
merged 4 commits into from
Sep 3, 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
8 changes: 7 additions & 1 deletion docs/services/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,21 @@ The CIROH CyberInfrastructure is meticulously designed to empower CIROH research
<div className="row">
<div className="col col--6" style={{ textAlign: 'center' }}>
<img src="/img/2i2c-gcp.png" alt="Water Tools" style={{ width: '100%' }} />
<a class="button button--active button--primary " style={{'margin-bottom':'1.3rem', 'margin-right':'1.4rem'}} href="https://docs.ciroh.org/docs/services/cloudservices/ciroh%20jupyterhub/"> CIROH JupyterHub</a>

</div>

<div className="col col--6" style={{ textAlign: 'center' }}>
<img src="https://blog.adobe.com/en/publish/2021/08/31/media_1649ebc3fbbce0df508081913819d491fc3f7c7a9.png?width=750&format=png&optimize=medium" alt="AWS" style={{ width: '100%' }} />
<a class="button button--active button--primary " style={{'margin-bottom':'1.3rem', 'margin-right':'1.4rem'}} href="https://docs.ciroh.org/docs/services/cloudservices/aws/"> CIROH AWS</a>
</div>
<div className="col col--6" style={{ textAlign: 'center' }}>
<img src="/img/onprem.jpg" alt="On-Premises" style={{ width: '100%' }} />
<a class="button button--active button--primary " style={{'margin-bottom':'1.3rem', 'margin-right':'1.4rem'}} href="https://docs.ciroh.org/docs/services/on-prem/Pantarhei/"> Pantarhei</a>
</div>
<div className="col col--6" style={{ textAlign: 'center' }}>
<img src="/img/cloudnew.webp" alt="On-Premises" style={{ width: '100%' }} />
<img src="/img/google-cloud.webp" alt="On-Premises" style={{ width: '100%' }} />
<a class="button button--active button--primary " style={{'margin-bottom':'1.3rem', 'margin-right':'1.4rem'}} href="https://docs.ciroh.org/docs/services/cloudservices/google%20cloud/"> CIROH Google Cloud Account</a>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ plugins: [[ require.resolve('docusaurus-lunr-search'), {
position: "left",
label: "Policies and Best Practices",
},

{
href: "/docs/products/community-nextgen/nextgeninaboxDocker/news",
label: "News",
Expand All @@ -110,6 +111,11 @@ plugins: [[ require.resolve('docusaurus-lunr-search'), {
label: "Contribute",
position: "right",
},
{
href: "http://portal.ciroh.org//",
label: "Portal",
position: "right",
},

],
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ const PartnerList=[
link: "https://www.coastal.edu/index.php",
width: "100",
height: "90",

},
{
name:"University of Illinois Urbana-Champaign",
Expand Down Expand Up @@ -329,9 +328,10 @@ export default function HomepageFeatures() {
<Carousel
showThumbs={false}
autoPlay={true}
stopOnHover={false}
useKeyboardArrows={true}
emulateTouch={true}
interval={4000}
interval={3500}
infiniteLoop
showStatus={false}
showIndicators={true}
Expand Down
Binary file added static/img/google-cloud.webp
Binary file not shown.
Loading