diff --git a/src/components/InfoSection/InfoCard.vue b/src/components/InfoSection/InfoCard.vue new file mode 100644 index 000000000..7c77a2882 --- /dev/null +++ b/src/components/InfoSection/InfoCard.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/src/components/InfoSection/InfoSection.vue b/src/components/InfoSection/InfoSection.vue new file mode 100644 index 000000000..9645bf6fd --- /dev/null +++ b/src/components/InfoSection/InfoSection.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/src/components/InfoSection/index.js b/src/components/InfoSection/index.js new file mode 100644 index 000000000..7972fe703 --- /dev/null +++ b/src/components/InfoSection/index.js @@ -0,0 +1,4 @@ +import InfoSection from './InfoSection'; +import InfoCard from './InfoCard'; + +export { InfoSection, InfoCard }; diff --git a/src/styles/_carbon.scss b/src/styles/_carbon.scss index c2ce4d257..abb9f05ca 100644 --- a/src/styles/_carbon.scss +++ b/src/styles/_carbon.scss @@ -1,6 +1,6 @@ -$feature-flags: ( - grid-columns-16: true, -); +// $feature-flags: ( +// grid-columns-16: true, +// ); @import 'carbon-components/scss/globals/scss/styles'; @import './carbon-fixes'; diff --git a/src/views/LandingPage/LandingPage.vue b/src/views/LandingPage/LandingPage.vue index b9d5a2a2c..93bdffe3f 100644 --- a/src/views/LandingPage/LandingPage.vue +++ b/src/views/LandingPage/LandingPage.vue @@ -60,17 +60,52 @@ -
-
-

The Principles

-
-
Carbon is Open
-
Carbon is Modular
-
Carbon is Consistent
-
+ + + + + + + + +