Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit f9ca57e

Browse files
committed
feat: adds CrystFEL spotlight
1 parent 56b1e03 commit f9ca57e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
1.02 MB
Loading

frontend/components/home/helmholtz/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ const RESEARCH_FIELDS = [
4848
]
4949

5050
const SPOTLIGHTS= [
51+
{
52+
name: 'CrystFEL',
53+
description: 'CrystFEL is a suite of programs to process data from "serial crystallography" experiments.',
54+
image: '/images/crystfel.png',
55+
link: '/software/crystfel'
56+
},
5157
{
5258
name: 'MassBank',
5359
description: 'MassBank is an open source mass spectral library for the identification of small chemical molecules of metabolomics, exposomics and environmental relevance.',
@@ -101,7 +107,7 @@ function LatestSpotlight({name, description, image, link}:
101107
alt={name}
102108
layout="fill"
103109
objectFit='cover'
104-
objectPosition='top left'
110+
objectPosition='50% 50%'
105111
className="group-hover:scale-105 transition duration-100"
106112
src={image}
107113
/>

0 commit comments

Comments
 (0)