Skip to content

Commit

Permalink
update career development
Browse files Browse the repository at this point in the history
  • Loading branch information
ikramberroug committed Jan 2, 2025
1 parent 0499832 commit 7379b89
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added assets/pdf/CV.pdf
Binary file not shown.
Binary file added assets/pdf/PPP_Lettre_de_motivation.pdf
Binary file not shown.
Binary file added assets/pdf/PPP_cover_letter.pdf
Binary file not shown.
Binary file added assets/pdf/Resume.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions career_development.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ <h2 class="title_2">Personal Professional Project</h1>
</div>

<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/internship_report.pdf')">Cover Letter</button>
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/PPP_cover_letter.pdf')">Cover Letter</button>
</div>

<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/internship_report.pdf')">Lettre de motivation</button>
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/PPP_Lettre_de_motivation.pdf')">Lettre de motivation</button>
</div>

<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/internship_report.pdf')">Resume</button>
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/Resume.pdf')">Resume</button>
</div>

<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/internship_report.pdf')">CV</button>
<button class="btn btn-color-2" onclick="window.open('./assets/pdf/CV.pdf')">CV</button>
</div>

<div class="btn-container">
Expand Down

0 comments on commit 7379b89

Please sign in to comment.