Skip to content

Commit

Permalink
Merge pull request #585 from neontribe/add-dxw-text
Browse files Browse the repository at this point in the history
Here we go.
  • Loading branch information
harryharrold authored Jan 11, 2023
2 parents e64f59e + 88e01b0 commit fb81f8d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import VerticalSpacing from '../components/VerticalSpacing'
import PageMeta from '../components/PageMeta'
import StyledLink from '../components/Button'
import HomeTop from '../components/HomeTop'
import { fontSizes } from '../theme'

const IndexPage = () => (
<Layout>
Expand Down Expand Up @@ -113,6 +114,37 @@ const IndexPage = () => (
}
`}</style>
</section>
<section>
<div>
<a
href="https://www.dxw.com/2023/01/neontribe-joins-the-dxw-family/"
className="blue-underlined"
>
{' '}
In January this year{' '}
</a>{' '}
we became part of the{' '}
<a href="https://www.dxw.com" className="blue-underlined">
dxw{' '}
</a>{' '}
family
</div>

<style jsx>{`
div {
width: 100%;
margin-left: auto;
margin-right: 0;
width: 20ch;
font-size: ${fontSizes['normal']};
}
.blue-underlined {
color: #48e9ce;
text-decoration: underline;
}
`}</style>
</section>
</ConstrainedWidth>
</HomeTop>
</Layout>
Expand Down

1 comment on commit fb81f8d

@vercel
Copy link

@vercel vercel bot commented on fb81f8d Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

neontribe-www – ./

neontribe-www-git-main-neontribe.vercel.app
neontribe-www-neontribe.vercel.app
www.neontribe.co.uk

Please sign in to comment.