Skip to content

Commit c418f5c

Browse files
committed
add experience
1 parent d3fdcee commit c418f5c

File tree

13 files changed

+7681
-12500
lines changed

13 files changed

+7681
-12500
lines changed

env.example

Lines changed: 0 additions & 12 deletions
This file was deleted.

package-lock.json

Lines changed: 7628 additions & 12428 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
7+
"ajv-keywords": "^5.1.0",
78
"colorthief": "^2.3.0",
89
"enzyme": "^3.11.0",
910
"enzyme-adapter-react-16": "^1.15.6",
10-
"gh-pages": "^2.1.1",
11+
"gh-pages": "^6.1.1",
1112
"jest-canvas-mock": "^2.3.1",
1213
"lottie-react": "^2.4.0",
1314
"react": "^16.10.2",
@@ -52,6 +53,7 @@
5253
},
5354
"devDependencies": {
5455
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
56+
"ajv": "^8.17.1",
5557
"dotenv": "^8.2.0",
5658
"prettier": "^2.3.1"
5759
}
5.1 KB
Loading
255 KB
Loading

src/assets/images/epace.png

12.5 KB
Loading

src/assets/images/nttlogo.png

28 KB
Loading

src/assets/images/utsa.png

41.8 KB
Loading

src/components/experienceCard/ExperienceCard.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
top: 7rem;
8686
margin-left: auto;
8787
margin-right: auto;
88-
width: 8rem;
88+
width: 20rem;
8989
height: 8rem;
90-
box-shadow: 0 0.5rem 1rem $lightBoxShadowDarker;
91-
border-radius: 50%;
90+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
91+
border-radius: 2%;
9292
}
9393

9494
.experience-text-role {

src/containers/greeting/Greeting.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export default function Greeting() {
4141
<Button text="Contact me" href="#contact" />
4242
{greeting.resumeLink && (
4343
<a
44-
href={require("./resume.pdf")}
45-
download="Resume.pdf"
44+
href={require("./SowmyaVetukuri.pdf")}
45+
download="SowmyaVetukuriResume.pdf"
4646
className="download-link-button"
4747
>
4848
<Button text="Download my resume" />

0 commit comments

Comments
 (0)