Skip to content

Commit

Permalink
Merge pull request #1380 from newrelic/zstix/homepage-revert
Browse files Browse the repository at this point in the history
Revert Homepage to Pre-Futurestack Version
  • Loading branch information
zstix authored Jun 8, 2021
2 parents fe1c1e6 + 2ebc041 commit edec40f
Showing 1 changed file with 18 additions and 26 deletions.
44 changes: 18 additions & 26 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { pageContext } from '../types';
import * as 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 @@ -56,22 +55,9 @@ const IndexPage = ({ data, pageContext, location }) => {
<PageContext.Provider value={pageContext}>
<DevSiteSeo location={location} />
<PageLayout type={PageLayout.TYPE.SINGLE_COLUMN}>
<PageLayout.Header title="FutureStack: Master Observability" />
<PageLayout.Header title="Getting started with New Relic and Terraform" />

<PageLayout.Content>
<section>
<a href="https://web.cvent.com/event/ac440313-3922-45f5-b5b9-0812f29f4a51/summary?RefId=DEV&rt=DKI6UYQP806AeXIj4Q4uxw">
<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 All @@ -80,18 +66,24 @@ const IndexPage = ({ data, pageContext, location }) => {
>
<div className={styles.introText}>
<p>
Data Nerds, get ready to hack the future. Level Up your
observability game at{' '}
<a href="https://newrelic.com/futurestack">Futurestack</a> 2021.
</p>
<p>
Rack up your experience points with new tools, new skills, and
whole new ways to play with your data through Observability.
<a href="https://www.terraform.io/">Terraform</a> is a popular
infrastructure-as-code software tool built by HashiCorp. You use
it to provision all kinds of infrastructure and services,
including New Relic alerts.
<br />
<br />
In this guide, you learn how to set up New Relic alerts with
Terraform. More specifically, you provision an alert policy,
four alert conditions, and a notification channel.
</p>
<p>
Connect with Nerds from across the globe to learn, share, and
get inspired as we reinvent the future of software — and have
lots of fun doing it.
<Button
as={Link}
variant={Button.VARIANT.PRIMARY}
to="/automate-workflows/get-started-terraform"
>
Get Started with Terraform
</Button>
</p>
</div>
<div
Expand All @@ -102,7 +94,7 @@ const IndexPage = ({ data, pageContext, location }) => {
width: 100%;
`}
>
<Video id="wyjntz5y24" type="wistia" />
<Video id="vifxeilp2h" type="wistia" />
</div>
</section>

Expand Down

0 comments on commit edec40f

Please sign in to comment.