Skip to content

Commit

Permalink
board card fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshu-b committed Oct 2, 2024
1 parent 664b393 commit b079408
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/client/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
visibility: visible !important;
}
#modal-content {
overflow: hidden;
overflow: auto;
}
.material-symbols-outlined {
position: absolute;
Expand Down
3 changes: 2 additions & 1 deletion src/lib/client/boardCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@
grid-template-columns: repeat(3, 33%);
grid-auto-rows: 0.5fr;
width: 75%;
padding-bottom: 20px;
}
.modal-links a {
font-size: 20px;
font-size: 0.85rem;
text-decoration: none;
color: white;
font-weight: bold;
Expand Down
11 changes: 10 additions & 1 deletion src/web-config/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"img": "advaithravishankar.png",
"experience": "https://www.linkedin.com/in/advaith-ravishankar-232b601b8/",
"description": "Atharva is an aspiring data scientist looking to use his experience for the broader social good. He has worked on finding keystone gut microbiota that can mitigate refractory epilepsy and a semi-supervised model that can detect illegal activity in graph social networks. But he knows not everything good in life has to start with pd.read_csv() - he enjoys cooking, exploring the outdoors, and reading books related to history, philosophy, and the sciences."
"description": "Advaith is an expert AI/ML engineer with over 3 years of experience working with Generative AI, Reinforcement Learning, NLP and Computer Vision. With this expertise, Advaith aims to create real-world solution and change the learning paradigm for predictive models to accurately mimic human domain expertise."
},
{
"name": "Jared Simpauco",
Expand Down Expand Up @@ -160,6 +160,15 @@
"img": "vaidehikarve.png",
"experience": "",
"description": "Vaidehi is a second-year data science major also pursuing a minor in biology. In her free time, she loves to read mystery novels, go hiking, and play music with her friends."
},
{
"name": "Kendall Underwood",
"title": "Reimbursement Chair",
"linkedin": "https://www.linkedin.com/in/kendall-underwood-a316232a9/",
"email": "[email protected]",
"img": "kendallunderwood.png",
"experience": "https://www.linkedin.com/in/kendall-underwood-a316232a9/",
"description": "Kendall is a third-year data science student who is interested in consulting and biotechnology. She has worked on biomedical research projects analyzing data from DNA cells and hopes to continue finding her passion in data science. Outside of school, she likes to cook, hike, and hang out with friends and family."
}

]
Binary file added static/images/people/kendallunderwood.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b079408

Please sign in to comment.