Skip to content

Commit

Permalink
Fix format, favicon, file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-wijaya committed Nov 2, 2024
1 parent 0c0df27 commit f5839a7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _posts/2024-11-02-cacib_sprint_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ published: true

- **Familiarity with Angular 18**: Gained a little more understanding about the newer Angular changes.
- **Familiarity with CI/CD**: Gained a little more understanding about how deployment works in general (from CI/CD to Docker image repository to Kubernetes cluster), as well as the concept of image-tagging. Its definitely something I still have to research more on and document properly (for personal notes).
- **Familiarity with Authentication**: Read up a decent amount on how OAuth2 is supposed to work and how I can implement it. This also needs more research.
- **Familiarity with Authentication**: Gained some idea of how OpenID Connect is supposed to work and how I can implement it. This also needs more research.

---

2 changes: 1 addition & 1 deletion _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _My Cute Doggo_
I recently graduated from the <a href="https://www.linkedin.com/school/national-university-of-singapore/" target="_blank">National University of Singapore (NUS)</a> with a **Bachelor of Computing in Information Systems (Honours with Distinction)**, specializing in Financial Technology. I'm currently working in my first full-time Software Engineering role at <a href="https://www.linkedin.com/company/credit-agricole-cib/mycompany/" target="_blank">Crédit Agricole Corporate & Investment Bank</a>, in the domain of finance and risk. Before this, I gained experience through internships at <a href="https://www.linkedin.com/company/singapore-power-ltd/" target="_blank">SP Group</a> and <a href="https://www.linkedin.com/company/reluvate/" target="_blank">Reluvate Technologies</a>, primarily in full-stack web development.

<div style="text-align: center; margin: 45px 0;">
<a href="/assets/resume-ryo-wijaya.pdf" class="btn" style="background-color: #333; color: #fff; padding: 15px 30px; font-size: 18px; text-decoration: none; border-radius: 5px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);" target="_blank">
<a href="/assets/files/resume-ryo-wijaya.pdf" class="btn" style="background-color: #333; color: #fff; padding: 15px 30px; font-size: 18px; text-decoration: none; border-radius: 5px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);" target="_blank">
<i class="fas fa-file-pdf"></i> View My Resume
</a>
</div>
Expand Down
File renamed without changes.
Binary file removed assets/img/favicons/favicon-96x96.png
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/img/favicons/favicon.svg

This file was deleted.

Binary file removed assets/img/favicons/web-app-manifest-192x192.png
Binary file not shown.
Binary file removed assets/img/favicons/web-app-manifest-512x512.png
Binary file not shown.

0 comments on commit f5839a7

Please sign in to comment.