website: add captions to images

This commit is contained in:
Yangshun
2021-08-22 16:36:18 +08:00
parent d6846531a7
commit 6d54caf4cc
2 changed files with 18 additions and 4 deletions

View File

@ -33,9 +33,15 @@ Top tech companies pay a ridiculous amount for interns:
<div class="text--center"> <div class="text--center">
<img alt="Internship Salaries URL" src={InternshipSalariesURL} /> <figure>
<img alt="Salaries of top tech internships in 2016" src={InternshipSalariesURL} />
_Salaries of top tech internships in 2016 ([source](https://twitter.com/rodneyfolz/status/724787290824798209))_ <figcaption>
Salaries of top tech internships in 2016 ([source](https://twitter.com/rodneyfolz/status/724787290824798209))
</figcaption>
</figure>
</div> </div>

View File

@ -11,7 +11,10 @@ Here's the initial version of Teik Jun's resume I received from him.
<div class="text--center"> <div class="text--center">
<img alt="Teik Jun's Initial Resume" src={TeikjunResumeOldURL} /> <figure>
<img alt="Teik Jun's Initial Resume" src={TeikjunResumeOldURL} />
<figcaption>Teik Jun's Initial Resume</figcaption>
</figure>
</div> </div>
@ -48,8 +51,13 @@ Here's an improved version of Teik Jun's resume which I feel which better highli
- Removed redundant and unimportant details. - Removed redundant and unimportant details.
- Added links to certain projects to make it more convenient for recruiters who want to gain more context of the projects listed. - Added links to certain projects to make it more convenient for recruiters who want to gain more context of the projects listed.
In my opinion, this improved resume is sure to capture the eyes of any recruiter in the world!
<div class="text--center"> <div class="text--center">
<img alt="Teik Jun's Improved Resume" src={TeikjunResumeNewURL} /> <figure>
<img alt="Teik Jun's Improved Resume" src={TeikjunResumeNewURL} />
<figcaption>Teik Jun's Improved Resume</figcaption>
</figure>
</div> </div>