mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: add captions to images
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user