|
|
|
@ -14,18 +14,18 @@ const WatchList = () => ( |
|
|
|
|
<DefaultLayout> |
|
|
|
|
<Helmet title='Watch' desciption='List of videos published on our youtube channel so far' /> |
|
|
|
|
<SiteNav /> |
|
|
|
|
<div className="container"> |
|
|
|
|
<div className='container'> |
|
|
|
|
<PageHeader |
|
|
|
|
title={'Watch'} |
|
|
|
|
subtitle={'List of videos published on our youtube channel so far'}> |
|
|
|
|
<BadgesList className="mt-4"> |
|
|
|
|
<BadgeLink href='https://www.youtube.com/channel/UCA0H2KIWgWTwpTFjSxp0now?sub_confirmation=1' target="_blank"> |
|
|
|
|
<BadgesList className='mt-4'> |
|
|
|
|
<BadgeLink href='https://www.youtube.com/channel/UCA0H2KIWgWTwpTFjSxp0now?sub_confirmation=1' target='_blank'> |
|
|
|
|
<SecondaryBadge> |
|
|
|
|
<FontAwesomeIcon icon={faYoutube} /> |
|
|
|
|
YouTube Channel |
|
|
|
|
</SecondaryBadge> |
|
|
|
|
</BadgeLink> |
|
|
|
|
<BadgeLink href="/signup"> |
|
|
|
|
<BadgeLink href='/signup'> |
|
|
|
|
<PrimaryBadge> |
|
|
|
|
<FontAwesomeIcon icon={faEnvelope} /> |
|
|
|
|
Send me Updates |
|
|
|
@ -34,9 +34,15 @@ const WatchList = () => ( |
|
|
|
|
</BadgesList> |
|
|
|
|
</PageHeader> |
|
|
|
|
</div> |
|
|
|
|
<div className="pt-5 pb-5 bg-light border-top"> |
|
|
|
|
<div className="container"> |
|
|
|
|
<div className="row"> |
|
|
|
|
<div className='pt-5 pb-5 bg-light border-top'> |
|
|
|
|
<div className='container'> |
|
|
|
|
<div className='row'> |
|
|
|
|
<RowBlock |
|
|
|
|
openExternal |
|
|
|
|
title={'JavaScript Fetch API'} |
|
|
|
|
subtitle="Learn how to make API calls with vanilla JavaScript using browser's builtin Fetch API." |
|
|
|
|
url='https://www.youtube.com/watch?v=a2rcgzludDU' |
|
|
|
|
/> |
|
|
|
|
<RowBlock |
|
|
|
|
openExternal |
|
|
|
|
title={'Scaling an Application'} |
|
|
|
|