From 6d54caf4cc86c513e1657a9d10920e99a3fb960b Mon Sep 17 00:00:00 2001 From: Yangshun <tay.yang.shun@gmail.com> Date: Sun, 22 Aug 2021 16:36:18 +0800 Subject: [PATCH] website: add captions to images --- contents/landscape.md | 10 ++++++++-- contents/resume-case-study.md | 12 ++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/contents/landscape.md b/contents/landscape.md index 86dc4966..e74805e8 100644 --- a/contents/landscape.md +++ b/contents/landscape.md @@ -33,9 +33,15 @@ Top tech companies pay a ridiculous amount for interns: <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> diff --git a/contents/resume-case-study.md b/contents/resume-case-study.md index 9a308894..c3eab69b 100644 --- a/contents/resume-case-study.md +++ b/contents/resume-case-study.md @@ -11,7 +11,10 @@ Here's the initial version of Teik Jun's resume I received from him. <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> @@ -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. - 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"> -<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>