website: add sponsorship page

pull/265/head
Yangshun 3 years ago
parent 9bc79d3627
commit 7ab3ab3a06

@ -37,6 +37,7 @@ module.exports = {
href: '/algorithms/introduction', href: '/algorithms/introduction',
}, },
{label: 'Blog', to: 'blog', position: 'left'}, {label: 'Blog', to: 'blog', position: 'left'},
{label: 'Advertise with us', to: '/advertise', position: 'left'},
{ {
href: 'https://github.com/yangshun/tech-interview-handbook', href: 'https://github.com/yangshun/tech-interview-handbook',
position: 'right', position: 'right',

@ -0,0 +1,43 @@
---
title: Become an advertiser
description: Advertise with us and leverage on our audience of 40,000 to 50,000 software engineers monthly
keywords:
[
advertisement,
sponsorship,
sponsor,
advertise,
software engineer website advertisement,
software engineering interview website advertisement,
software engineering interview website sponsorship,
]
hide_table_of_contents: true
---
<div className="container"><div className="row"><div className="col col--8 col--offset-2">
# Become an advertiser!
Tech Interview Handbook has and always will be free for our readers. As such, sponsors and advertisers go a long way in keeping the website up and running.
Our handbook has become one of the best resources for software engineering interview preparation, amassing over 10,000 monthly organic referrals from other software engineers on forums, Twitter, coding interview preparation sites, and even by [Ivy League universities such as Yale University](https://ocs.yale.edu/channels/the-technical-interview/).
We boast over 200,000 monthly pageviews from 40,000 to 50,000 unique software engineers who are looking for a job and preparing for interviews.
## Sponsorship and advertisement terms
We run week-long exclusive sponsorships and advertisements on a fixed price schedule.
Sponsors can choose any or all of the following positions to advertise with us:
- Top of every page
- Homepage
- Sidebar and menu of every page
- Navigation menu
- Bottom of every page
If you are keen to become our sponsor and advertise with us, please email us at [contact{at}techinterviewhandbook.org](mailto:contact@techinterviewhandbook.org).
</div>
</div>
</div>

@ -179,7 +179,7 @@ function WhatIsThisSection() {
styles.sectionTitle, styles.sectionTitle,
)}> )}>
The fastest way to prepare effectively for your software The fastest way to prepare effectively for your software
engineering interviews, used by >500,000 engineers engineering interviews, used by over 500,000 engineers
</h3> </h3>
<p <p
className={classnames( className={classnames(
@ -699,44 +699,58 @@ function SuccessStoriesSection() {
function SponsorshipSection() { function SponsorshipSection() {
return ( return (
<div className={classnames('padding-vert--xl', 'text--center')}> <div className={classnames('padding-vert--xl')}>
<div className="container"> <div className="container">
<div className="row"> <div className="row">
<div className="col col--8 col--offset-2"> <div className="col col--8 col--offset-2">
<h2 className={classnames('margin-vert--lg', styles.sectionTitle)}> <h2 className="text--center margin-bottom--lg">
Enjoying Tech Interview Handbook so far? <span class="badge badge--primary">Advertise with us</span>
</h2> </h2>
<p className={classnames(styles.sectionTagline)}> <h3
Support this project by becoming a sponsor! Your logo/profile className={classnames(
picture will show up here with a link to your website. 'margin-vert--lg',
'text--center',
styles.sectionTitle,
)}>
Interested in advertising on Tech Interview Handbook?
</h3>
<p className={classnames(styles.sectionTagline, 'text--center')}>
Leverage on more than 200,000 monthly page views from 40,000 to
50,000 unique software engineers.
</p> </p>
<div> <p className={classnames(styles.sectionTagline, 'text--center')}>
<a Sponsors can choose any or all of the following positions to
href="https://opencollective.com/tech-interview-handbook/sponsor/0/website" advertise with us:
rel="noopener" </p>
target="_blank"> <div className={styles.sectionTagline}>
<img <div className="row">
alt="Sponsor" <div className="col col--4 col--offset-2">
src="https://opencollective.com/tech-interview-handbook/sponsor/0/avatar.svg" <ul>
/> <li>Top banner of every page</li>
</a> <li>Homepage</li>
<li>Sidebar of every page</li>
</ul>
</div>
<div className="col col--4">
<ul>
<li>Navigation menu</li>
<li>Bottom of every page</li>
</ul>
</div>
</div>
</div>
<div className="margin-top--lg text--center">
<a <a
href="https://opencollective.com/tech-interview-handbook/sponsor/1/website" className="button button--primary button--lg margin-right--md"
href="mailto:contact@techinterviewhandbook.org"
rel="noopener" rel="noopener"
target="_blank"> target="_blank">
<img Advertise with us!
alt="Sponsor"
src="https://opencollective.com/tech-interview-handbook/sponsor/1/avatar.svg"
/>
</a> </a>
</div>
<div className="margin-top--lg">
<a <a
className="button button--secondary button--lg" className="button button--secondary button--lg"
href="https://opencollective.com/tech-interview-handbook" href="/advertise">
rel="noopener" Find out more
target="_blank">
Become a sponsor!
</a> </a>
</div> </div>
</div> </div>

Loading…
Cancel
Save