mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
contents: change resume to use details/summary
This commit is contained in:
@ -34,8 +34,8 @@ export default React.memo(function SidebarAd() {
|
||||
}}>
|
||||
<p className={styles.tagline}>
|
||||
<strong>Get paid more.</strong> Receive risk-free salary
|
||||
negotiation advice from Moonchaser. You pay nothing unless your
|
||||
offer is increased.
|
||||
negotiation advice from <u>Moonchaser</u>. You pay nothing unless
|
||||
your offer is increased. <u>Book a free consultation today!</u>
|
||||
</p>
|
||||
</a>
|
||||
) : (
|
||||
@ -49,8 +49,9 @@ export default React.memo(function SidebarAd() {
|
||||
window.gtag('event', 'educative.sidebar.click');
|
||||
}}>
|
||||
<p className={styles.tagline}>
|
||||
<strong>Looking to get hired at FAANG?</strong> Educative offers
|
||||
many great courses to improve your interview game.
|
||||
<strong>Looking to get hired at FAANG?</strong> <u>Educative</u>{' '}
|
||||
offers many great courses to improve your interview game.{' '}
|
||||
<u>Join today for a discount!</u>
|
||||
</p>
|
||||
</a>
|
||||
)
|
||||
|
@ -48,3 +48,16 @@ div[class^='announcementBar_'] {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.theme-doc-markdown details {
|
||||
--ifm-alert-background-color: transparent;
|
||||
border: 1px solid var(--ifm-color-primary);
|
||||
}
|
||||
|
||||
.theme-doc-markdown details h2,
|
||||
.theme-doc-markdown details h3,
|
||||
.theme-doc-markdown details h4,
|
||||
.theme-doc-markdown details h5,
|
||||
.theme-doc-markdown details h6 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user