Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 16 additions & 27 deletions bio/FirstnameLastname/FirstLast.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
<style>
.quarto-categories {
justify-content: space-evenly;
}
.tab-content {
font-size: medium;
}
.resume{
font-size: large ;
}
</style>
```

<!-- Resume download button -->

<a href = "cv.pdf" title = "unique_name"> <button type="button" class="resume btn bg-success btn-lg w-100"> <i class="bi bi-cloud-download"></i> Resume </button> </a>
<a href = "cv.pdf" title = "unique_name"> <button type="button" class="resume btn rounded-pill bg-light-success btn-lg w-100"> <i class="bi bi-cloud-download"></i> Resume </button> </a>

<!-- ::: column-page -->

::: 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
:::
8 changes: 7 additions & 1 deletion bio/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}