Skip to content

Commit 965b933

Browse files
committed
landing page basic
1 parent b0f89a7 commit 965b933

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,19 @@ const FeatureList: FeatureItem[] = [
4747
description: (
4848
<>
4949
Research Technology Cloud is our hybrid cloud platform for researchers
50-
that includes access to an on-prem OpenShift cluster and access to Google Cloud Platform.
50+
that includes access to an on-prem OpenShift cluster and access to
51+
the Google Cloud Platform.
52+
</>
53+
),
54+
},
55+
{
56+
title: 'SRDE',
57+
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
58+
description: (
59+
<>
60+
The Secure Research Data Environment (SRDE) is a centralized secure
61+
computing platform designed to support research projects that require
62+
storage and computational resources specifically for sensitive data.
5163
</>
5264
),
5365
},

0 commit comments

Comments
 (0)