Skip to content

Commit

Permalink
Merge pull request #1171 from newrelic/fs-reg-banner
Browse files Browse the repository at this point in the history
Fs reg banner
  • Loading branch information
John P Vajda authored Mar 11, 2021
2 parents 0ddfd97 + 3344d9e commit b926e3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added src/images/futurestack-registration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { pageContext } from '../types';
import styles from './index.module.scss';
import devChampionBadge from '../images/developer-champion/dev-champion-badge.png';
import podcastBadge from '../images/podcasts/podcasts-badge.png';
import fsBanner from '../images/futurestack-registration.png';
import Video from '../components/Video';

const getStartedGuides = [
Expand Down Expand Up @@ -58,6 +59,19 @@ const IndexPage = ({ data, pageContext }) => {
<PageLayout.Header title="Getting started with New Relic and Terraform" />

<PageLayout.Content>
<section>
<a href="https://newrelic.com/futurestack">
<img
css={css`
display: block;
width: 99%;
margin-bottom: 25px;
`}
src={fsBanner}
alt="Register for FutureStack 2021"
/>
</a>
</section>
<section
css={css`
margin-top: 0;
Expand Down

0 comments on commit b926e3d

Please sign in to comment.