website: add captions to images

pull/219/head
Yangshun 4 years ago
parent d6846531a7
commit 6d54caf4cc

@ -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>

@ -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>

Loading…
Cancel
Save