Skip to content

Newsletter on Cognitive #4869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ workflows:
filters:
branches:
only:
- milestone-20200910
- develop
- oanh-kiril-tasks
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand All @@ -252,6 +253,7 @@ workflows:
filters:
branches:
only:
- integration-v5-challenge-api
- hot-fix
# This is stage env for production QA releases
- "build-prod-staging":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import cardImg02 from

import MarchMadnessBanner from '../MarchMadnessBanner';

import NewsSignup from '../NewsSignup';

import style from './style.scss';

export default function GetStarted({ baseUrl }) {
Expand Down Expand Up @@ -88,7 +86,6 @@ export default function GetStarted({ baseUrl }) {
/>
</ImageText>
</div>
<NewsSignup />
</main>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { config, Link } from 'topcoder-react-utils';
import davePhotoUrl from 'assets/images/communities/cognitive/home/dave.jpg';

import IbmCloudBanner from '../IbmCloudBanner';
import NewsletterSignup from '../NewsSignup';

import style from './style.scss';

Expand Down Expand Up @@ -317,8 +316,6 @@ export default function Home({
</div>
</div>
</div>

<NewsletterSignup />
</main>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React from 'react';
import Differences from './Differences';
import HeadBanner from './HeadBanner';
import JoinBlock from './JoinBlock';
import NewsSignup from '../NewsSignup';

export default function IbmCloudPage() {
return (
Expand All @@ -16,8 +15,6 @@ export default function IbmCloudPage() {
{/* Hidden by the request from Trevor: the transition process won't start
* until Feb 12. */}
{/* <AutoTransition /> */}

<NewsSignup />
</div>
);
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import MsgsSvg from
import { Button, PrimaryButton } from 'topcoder-react-ui-kit';

import FaqItem from './FaqItem';
import NewsSignup from '../NewsSignup';

import style from './style.scss';

Expand Down Expand Up @@ -324,7 +323,6 @@ export default function Resources({
</div>
</div>
</div>
<NewsSignup />
</main>
);
}
Expand Down