From 038fa35dbfeadcbc283959a4905493e6d131aa33 Mon Sep 17 00:00:00 2001 From: Adithya Date: Tue, 21 Mar 2023 14:15:18 -0400 Subject: [PATCH 1/2] test #2 --- bio/RandomPerson/RandomFile | 1 + bio/RandomPerson/RandomPerson.qmd | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 bio/RandomPerson/RandomFile create mode 100644 bio/RandomPerson/RandomPerson.qmd diff --git a/bio/RandomPerson/RandomFile b/bio/RandomPerson/RandomFile new file mode 100644 index 0000000..bd0e958 --- /dev/null +++ b/bio/RandomPerson/RandomFile @@ -0,0 +1 @@ +hello world!!! \ No newline at end of file diff --git a/bio/RandomPerson/RandomPerson.qmd b/bio/RandomPerson/RandomPerson.qmd new file mode 100644 index 0000000..ce73c07 --- /dev/null +++ b/bio/RandomPerson/RandomPerson.qmd @@ -0,0 +1,3 @@ +## Random heading + +### heading 2 From 2b8db5d2e8bd89be15542dc1cf3550fd580f8206 Mon Sep 17 00:00:00 2001 From: Adithya Date: Wed, 12 Apr 2023 19:00:26 -0400 Subject: [PATCH 2/2] made UI changes to profiles" --- bio/FirstnameLastname/FirstLast.qmd | 43 +++++++++++------------------ bio/RandomPerson/RandomFile | 1 - bio/RandomPerson/RandomPerson.qmd | 3 -- bio/custom.css | 8 +++++- 4 files changed, 23 insertions(+), 32 deletions(-) delete mode 100644 bio/RandomPerson/RandomFile delete mode 100644 bio/RandomPerson/RandomPerson.qmd 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/RandomPerson/RandomFile b/bio/RandomPerson/RandomFile deleted file mode 100644 index bd0e958..0000000 --- a/bio/RandomPerson/RandomFile +++ /dev/null @@ -1 +0,0 @@ -hello world!!! \ No newline at end of file diff --git a/bio/RandomPerson/RandomPerson.qmd b/bio/RandomPerson/RandomPerson.qmd deleted file mode 100644 index ce73c07..0000000 --- a/bio/RandomPerson/RandomPerson.qmd +++ /dev/null @@ -1,3 +0,0 @@ -## Random heading - -### heading 2 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