Add course to landing [ci skip]

This commit is contained in:
Ines Montani 2020-05-21 20:45:33 +02:00
parent a3b7ae4f98
commit 32c2bb3d99
2 changed files with 26 additions and 22 deletions

View File

@ -81,6 +81,7 @@
.banner-content-small .banner-content-small
display: block display: block
margin-bottom: 0 !important
.banner-title .banner-title
display: block display: block

View File

@ -9,7 +9,6 @@ import {
LandingGrid, LandingGrid,
LandingCard, LandingCard,
LandingCol, LandingCol,
LandingButton,
LandingDemo, LandingDemo,
LandingBannerGrid, LandingBannerGrid,
LandingBanner, LandingBanner,
@ -19,7 +18,8 @@ import { H2 } from '../components/typography'
import { Ul, Li } from '../components/list' import { Ul, Li } from '../components/list'
import Button from '../components/button' import Button from '../components/button'
import Link from '../components/link' import Link from '../components/link'
import irlBackground from '../images/spacy-irl.jpg'
import courseImage from '../../docs/images/course.jpg'
import BenchmarksChoi from 'usage/_benchmarks-choi.md' import BenchmarksChoi from 'usage/_benchmarks-choi.md'
@ -154,13 +154,35 @@ const Landing = ({ data }) => {
</LandingGrid> </LandingGrid>
<LandingBannerGrid> <LandingBannerGrid>
<LandingBanner
to="https://course.spacy.io"
button="Start the course"
background="#f6f6f6"
color="#252a33"
small
>
<Link to="https://course.spacy.io" hidden>
<img
src={courseImage}
alt="Advanced NLP with spaCy: A free online course"
/>
</Link>
<br />
<br />
In this <strong>free and interactive online course</strong> youll learn how to
use spaCy to build advanced natural language understanding systems, using both
rule-based and machine learning approaches. It includes{' '}
<strong>55 exercises</strong> featuring videos, slide decks, multiple-choice
questions and interactive coding practice in the browser.
</LandingBanner>
<LandingBanner <LandingBanner
title="Prodigy: Radically efficient machine teaching" title="Prodigy: Radically efficient machine teaching"
label="From the makers of spaCy" label="From the makers of spaCy"
to="https://prodi.gy" to="https://prodi.gy"
button="Try it out" button="Try it out"
background="#eee" background="#eee"
color="#252a33" color="#000"
small small
> >
Prodigy is an <strong>annotation tool</strong> so efficient that data scientists Prodigy is an <strong>annotation tool</strong> so efficient that data scientists
@ -171,25 +193,6 @@ const Landing = ({ data }) => {
update your model in real-time and chain models together to build more complex update your model in real-time and chain models together to build more complex
systems. systems.
</LandingBanner> </LandingBanner>
<LandingBanner
title="spaCy IRL 2019: Two days of NLP"
label="Watch the videos"
to="https://www.youtube.com/playlist?list=PLBmcuObd5An4UC6jvK_-eSl6jCvP1gwXc"
button="Watch the videos"
background="#ffc194"
backgroundImage={irlBackground}
color="#1a1e23"
small
>
We were pleased to invite the spaCy community and other folks working on Natural
Language Processing to Berlin this summer for a small and intimate event{' '}
<strong>July 6, 2019</strong>. We booked a beautiful venue, hand-picked an
awesome lineup of speakers and scheduled plenty of social time to get to know
each other and exchange ideas. The YouTube playlist includes 12 talks about NLP
research, development and applications, with keynotes by Sebastian Ruder
(DeepMind) and Yoav Goldberg (Allen AI).
</LandingBanner>
</LandingBannerGrid> </LandingBannerGrid>
<LandingLogos title="spaCy is trusted by" logos={data.logosUsers}> <LandingLogos title="spaCy is trusted by" logos={data.logosUsers}>