Skip to content

Commit

Permalink
Updated Calum's name and footer layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hariesramdhani committed Oct 16, 2024
1 parent aebd5fd commit 481a834
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,11 @@ export default function RootLayout({ children }: RootLayoutProps) {
<hr className="border-t border-gray-600 w-3/4 mx-auto mt-8" />
<div id="footer" className="flex flex-col w-full">
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 w-3/4 mx-auto mb-5">
<NewsFooter/>
{isHomePage && (
<>
<NewsFooter/>
</>
)}
<div className="flex flex-col items-start">
<p className="mt-8">
Morgan Laboratory
Expand Down
4 changes: 2 additions & 2 deletions public/data/member.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"github": "calumb96",
"image": "calum_bane.png",
"bio": [
"Callum joined the Morgan Lab in October 2024 to pursue his PhD, following four years in industry. After graduating from the University of Aberdeen with a BSc in Genetics (Immunology) in 2019, he completed an MSc in Cancer Research at the University of Glasgow before working for Merck from 2020 to 2024. Now, Callum is excited to return to Aberdeen with the Morgan lab and focus on research into CHIP and age-related immune remodelling.",
"In his spare time, Callum enjoys bagging Munros and staying active, watching football, or simply relaxing with a beer and some music."
"Calum joined the Morgan Lab in October 2024 to pursue his PhD, following four years in industry. After graduating from the University of Aberdeen with a BSc in Genetics (Immunology) in 2019, he completed an MSc in Cancer Research at the University of Glasgow before working for Merck from 2020 to 2024. Now, Calum is excited to return to Aberdeen with the Morgan lab and focus on research into CHIP and age-related immune remodelling.",
"In his spare time, Calum enjoys bagging Munros and staying active, watching football, or simply relaxing with a beer and some music."
],
"tag": [
"Immunology",
Expand Down

0 comments on commit 481a834

Please sign in to comment.