Skip to content

Commit f8b353a

Browse files
author
Kelly Churchill
committed
Removing carbon specific content
1 parent 8686f08 commit f8b353a

File tree

239 files changed

+103
-5257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+103
-5257
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"type": "git",
99
"url": "https://github.com/ibm-front-end/website/"
1010
},
11-
"engines": {
12-
"node": ">=8.11.3"
13-
},
1411
"keywords": [
1512
"gatsby"
1613
],

src/components/Homepage/Homepage.js

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,35 @@ export class HomepageHeader extends React.Component {
1111
const { GATSBY_ENV } = process.env;
1212
const isInternal = GATSBY_ENV == 'internal';
1313
// Banner image
14-
const bannerImg = require('../../content/homepage/images/homepage_img.jpg');
14+
const bannerImg = require('../../content/homepage/images/homepage_image.jpg');
1515

1616
const homeTitle = isInternal ? (
1717
<h3 className="homepage--header__title">
18-
IBM Product <br />
19-
Design System
18+
FED@IBM
2019
</h3>
2120
) : (
2221
<h3 className="homepage--header__title">
23-
Carbon <br />
24-
Design System
22+
Front-end <br />
23+
Development at IBM
2524
</h3>
2625
);
2726

2827
return (
2928
<div>
3029
<span className="homepage--dots" />
3130
<section className="homepage--header">
32-
<div className="ibm--grid">
33-
<div className="ibm--row">
34-
<div className="ibm--col-lg-4 ibm--offset-lg-4">{homeTitle}</div>
35-
</div>
36-
</div>
3731
<img src={bannerImg} alt="IBM Product Design System banner image" />
3832
</section>
3933
<div className="homepage--callout">
4034
<div className="ibm--grid">
4135
<div className="ibm--row">
4236
<div className="ibm--col-md-4 ibm--col-lg-4 ibm--offset-lg-4">
4337
<h3>
44-
Inclusive, flexible
45-
<br />
46-
and consistent
38+
IBM is where developers can go to work on things that matter.
4739
</h3>
4840
</div>
4941
<div className="ibm--col-lg-8 ibm--col-md-4">
50-
<h2 className="bx--type-expressive-paragraph-01">
51-
The <strong>Carbon Design System</strong> is IBM&rsquo;s
52-
open-source design system for products and experiences. With
53-
the IBM Design Language as its foundation, the system consists
54-
of working code, design tools and resources, human interface
55-
guidelines, and a vibrant community of contributors.
42+
<h2 className="bx--type-expressive-paragraph-02">At IBM, we have built a community and program of support where developers can grow their career and their skills. We call this community and program FED@IBM or Front-end Development at IBM.
5643
</h2>
5744
</div>
5845
</div>

src/components/Layouts/index.js

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { StaticQuery, graphql, Link } from 'gatsby';
55
import Packages from '../../../package.json';
66
import GlobalSearch from '../GlobalSearch';
77
import LeftNav from '../LeftNav';
8-
import favicon32 from '../../content/global/images/favicon-32.png';
8+
import favicon32 from '../../content/global/images/favicon.ico';
99
import {
1010
Header,
1111
HeaderMenuButton,
@@ -180,9 +180,7 @@ class Layout extends React.Component {
180180
onClick={() =>
181181
this.onToggleBtnClick(
182182
'isLeftNavOpen',
183-
'isLeftNavFinal',
184-
'isSwitcherOpen',
185-
'isSwitcherFinal'
183+
'isLeftNavFinal'
186184
)
187185
}
188186
isActive={isLeftNavOpen}
@@ -192,16 +190,6 @@ class Layout extends React.Component {
192190
</HeaderName>
193191
<HeaderGlobalBar>
194192
{/* {isInternal ? null : <GlobalSearch />} */}
195-
<HeaderGlobalAction
196-
className="bx--header__action--switcher"
197-
aria-label="Switch"
198-
onClick={() =>
199-
this.onToggleBtnClick(
200-
'isLeftNavOpen',
201-
'isLeftNavFinal'
202-
)
203-
}>
204-
</HeaderGlobalAction>
205193
</HeaderGlobalBar>
206194
</Header>
207195

src/content/branches/branches.md

Whitespace-only changes.

src/content/contributing/add-ons/add-ons.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/content/contributing/designers/designers.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/content/contributing/developers/developers.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)