Skip to content

Commit

Permalink
Add links to service page (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Sep 3, 2024
2 parents 1b913a9 + 3939cce commit daf222c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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.

0 comments on commit daf222c

Please sign in to comment.