Skip to content

Commit

Permalink
Update CV
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-roy committed Sep 2, 2024
1 parent 2c01014 commit 3757d18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@angular/platform-browser-dynamic": "^14.1.0",
"@angular/router": "^14.1.0",
"@ngrx/store": "^14.0.2",
"bootstrap": "^4.5.0",
"bootstrap": "^5.3.3",
"jquery": "^3.5.1",
"ng-gallery": "^5.0.0",
"ng2-pdf-viewer": "^6.3.2",
"ng2-pdf-viewer": "^10.3.0",
"rxjs": "~6.5.5",
"semantic-ui-css": "^2.4.1",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.0",
"@angular-devkit/build-angular": "^18.2.2",
"@angular/cli": "^14.1.0",
"@angular/compiler-cli": "^14.1.0",
"@angular/language-service": "^14.1.0",
Expand All @@ -46,7 +46,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"protractor": "^7.0.0",
"ts-node": "~7.0.0",
"typescript": "~4.7.4"
}
Expand Down
4 changes: 2 additions & 2 deletions src/app/navigation/navigation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ <h3 class="main-subheading">Software Engineer</h3>
<a href="https://www.github.com/moni-roy/" class="icon" target="_blank">
<img src="/assets/images/icons8-github.svg" alt="Github" />
</a>
<a href="mailto:[email protected]" class="icon" target="_blank">
<a href="mailto:roy.[email protected]" class="icon" target="_blank">
<img src="/assets/images/email-black-48px.svg" alt="Email" />
</a>
<a href="/assets/resume.pdf" class="icon" target="_blank">
<a href="https://docs.google.com/document/d/1zk-c4l4NEFUy4i00Axi4Rl-WZBErlk2Q7sG0iu2FjFc/edit?usp=sharing" class="icon" target="_blank">
<img src="/assets/images/cv.svg" style="width: 48px; height: 48px" alt="Resume" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/programming/programming.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ul>
<li>
<b>Champion</b>, ‘Inter Dept. Programming Contest 2017 (Victory Day JU
CSE IDPC 2K17)’ organized by Jahangirnagar Univesity.
CSE IDPC 2K17)’ organized by Jahangirnagar University.
<a
href="https://toph.co/c/victory-day-ju-idpc-2017/standings"
target="_blank"
Expand Down

0 comments on commit 3757d18

Please sign in to comment.