diff --git a/bio/FirstnameLastname/FirstLast.qmd b/bio/FirstnameLastname/FirstLast.qmd index af2a6c5..abbb9d6 100644 --- a/bio/FirstnameLastname/FirstLast.qmd +++ b/bio/FirstnameLastname/FirstLast.qmd @@ -2,57 +2,46 @@ title: "Firstname Lastname" description: "Email : email@umass.edu" image: profile_placeholder.jpg -# about: -# links: -# - text: LinkedIn -# icon: linkedin -# url: "https://linkedin.com/in/adithya-parupudi" -# - text: GitHub -# icon: github -# url: "https://github.com/Adithya1243" +about: + links: + - text: LinkedIn + icon: linkedin + url: "https://linkedin.com/in/adithya-parupudi" + - text: GitHub + icon: github + url: "https://github.com/Adithya1243" categories: [fall23, part-time, healthcare, finance, public-policy] --- -```{=html} - -``` + - + ::: panel-tabset # Summary + Paste your content here # Education -Paste your content here -# Technical Skills Paste your content here +# Technical Skills -# Work Experience Paste your content here +# Work Experience -# Projects Paste your content here +# Projects -# Volunteering Paste your content here +# Volunteering +Paste your content here ::: diff --git a/bio/custom.css b/bio/custom.css index d3efee3..ce38c27 100644 --- a/bio/custom.css +++ b/bio/custom.css @@ -2,9 +2,15 @@ .quarto-categories { justify-content: space-evenly; } + .tab-content { font-size: medium; } + .resume{ -font-size: large ; +font-size: large; } + +.bg-light-success { + background-color: #19cf4c; /* You can adjust the color to your desired light green */ +} \ No newline at end of file