Skip to content

Commit

Permalink
added team members about content
Browse files Browse the repository at this point in the history
  • Loading branch information
avishekanand committed Jun 29, 2024
1 parent 8eb5edb commit c961988
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: cv
permalink: /cv/
title: cv
nav: true
nav: false
nav_order: 5
cv_pdf: example_pdf.pdf
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
Expand Down
20 changes: 7 additions & 13 deletions _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,26 @@ profiles:
# and create one content file for each profile inside _pages/
- align: right
image: jurek.png
content: about_einstein.md
content: about_jurek.md
image_circular: false # crops the image to make it circular

- align: left
image: lijun.png
content: about_einstein.md
content: about_lijun.md
image_circular: false # crops the image to make it circular

- align: right
image: max.png
content: about_einstein.md
content: about_max.md
image_circular: false # crops the image to make it circular
- align: left
image: jonas.png
content: about_einstein.md
content: about_jonas.md
image_circular: false # crops the image to make it circular

- align: right
image: venktesh.jpg
content: about_einstein.md
image_circular: false # crops the image to make it circular

content: about_venktesh.md
image_circular: false # crops the image to make it circular
- align: left
image: abhijit.jpg
content: about_einstein.md
content: about_abhijit.md
image_circular: false # crops the image to make it circular


---

0 comments on commit c961988

Please sign in to comment.