mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
blog: rename front end interview experience post
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: My Experience With Front End Interviews
|
title: A Glimpse into Front End Interviews
|
||||||
slug: my-experience-with-front-end-interviews
|
slug: a-glimpse-into-front-end-interviews
|
||||||
author: Kai Li
|
author: Kai Li
|
||||||
author_title: Software Engineer at Quora
|
author_title: Software Engineer at Quora
|
||||||
author_url: https://github.com/li-kai
|
author_url: https://github.com/li-kai
|
@ -66,13 +66,11 @@ function Home() {
|
|||||||
{Math.random() > 0.5 ? (
|
{Math.random() > 0.5 ? (
|
||||||
<>
|
<>
|
||||||
<h2 className={styles.sectionPrimaryTitle}>
|
<h2 className={styles.sectionPrimaryTitle}>
|
||||||
<div align="center">
|
<strong>
|
||||||
<strong>
|
Get paid more. Receive risk-free salary negotiation
|
||||||
Get paid more. Receive risk-free salary negotiation
|
help from Moonchaser. You pay nothing unless your
|
||||||
help from Moonchaser. You pay nothing unless your
|
offer is increased.
|
||||||
offer is increased.
|
</strong>
|
||||||
</strong>
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
<div className="margin-vert--lg">
|
<div className="margin-vert--lg">
|
||||||
<a
|
<a
|
||||||
@ -90,13 +88,11 @@ function Home() {
|
|||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<h2 className={styles.sectionPrimaryTitle}>
|
<h2 className={styles.sectionPrimaryTitle}>
|
||||||
<div align="center">
|
<strong>
|
||||||
<strong>
|
Get paid, not played. Chat with former tech recruiters
|
||||||
Get paid, not played. Chat with former tech
|
who'll guide you on exactly what to say to negotiate a
|
||||||
recruiters who'll guide you on exactly what to say
|
higher offer.
|
||||||
to negotiate a higher offer.
|
</strong>
|
||||||
</strong>
|
|
||||||
</div>
|
|
||||||
</h2>
|
</h2>
|
||||||
<div className="margin-vert--lg">
|
<div className="margin-vert--lg">
|
||||||
<a
|
<a
|
||||||
|
Reference in New Issue
Block a user