Skip to content
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

updated directory sync icon, fixed React warnings #127

Merged
merged 1 commit into from
Oct 25, 2022
Merged
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
2 changes: 0 additions & 2 deletions src/components/FeatureSection.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ const FeatureSection = ({
btnText,
btnLink,
direction = 'left',
children,
}) => {
return (
<section className="page__section">
@@ -31,7 +30,6 @@ const FeatureSection = ({
>
<div>
<h2>{title}</h2>
<p>{children}</p>
<Link
className="button button--outline button--primary"
to={btnLink}
3 changes: 2 additions & 1 deletion src/components/ProductsSection.js
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ const products = [
description:
'Add Directory Sync support into your product to provision and de-provision users.',
url: '/directory-sync',
icon: require('../../static/img/products/saml-jackson/logo.svg').default,
icon: require('../../static/img/products/dsync/logo.svg').default,
},
{
title: 'Audit Logs',
@@ -55,6 +55,7 @@ const ProductsSection = () => {
<div className="row">
{products.map(({ title, description, url, icon, btnText }, idx) => (
<Card
key={idx}
idx={idx}
title={title}
description={description}
3 changes: 1 addition & 2 deletions src/pages/directory-sync.js
Original file line number Diff line number Diff line change
@@ -10,8 +10,7 @@ const title = 'Directory Sync';
const description =
'One simple integration to automate user and group provisioning. Supports SCIM 2.0 protocol for most major providers';

const ProductIcon =
require('../../static/img/products/saml-jackson/logo.svg').default;
const ProductIcon = require('../../static/img/products/dsync/logo.svg').default;

const Icon1 =
require('../../static/img/products/dsync/meet_the_team.svg').default;
24 changes: 12 additions & 12 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ const title = 'BoxyHQ';
const description =
'Deploy enterprise readiness straight out of the box in minutes and become enterprise-ready';

const SAMLSSO = () => {
const IndexPage = () => {
return (
<Layout title={title} description={description}>
<HeroSection
@@ -46,17 +46,17 @@ const SAMLSSO = () => {
<div className="row" style={{ gap: '10px', marginTop: '20px' }}>
<div className="col col--5 col--offset-1">
<div className="col-demo">
<div class="card-demo" style={{}}>
<div class="card">
<div class="card__header">
<div className="card-demo" style={{}}>
<div className="card">
<div className="card__header">
<h3
className="text--center"
style={{ whiteSpace: 'pre-line' }}
>
Why Developer Security?
</h3>
</div>
<div class="card__body">
<div className="card__body">
<p className="text--center">
Cyber crimes will cost $10.5 trillion annually by 2025,
but 70% of development teams always or frequently skip
@@ -68,7 +68,7 @@ const SAMLSSO = () => {
be left behind.
</p>
</div>
<div class="card__footer">
<div className="card__footer">
<Link
className={clsx('button button--primary button--block')}
href="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
@@ -82,17 +82,17 @@ const SAMLSSO = () => {
</div>
<div className="col col--5">
<div className="col-demo">
<div class="card-demo">
<div class="card">
<div class="card__header">
<div className="card-demo">
<div className="card">
<div className="card__header">
<h3
className="text--center"
style={{ whiteSpace: 'pre-line' }}
>
Build or buy?
</h3>
</div>
<div class="card__body">
<div className="card__body">
<p className="text--center">
Neither! Use BoxyHQ’s free open-source solution.
Available on an Apache 2.0 license, helping developers
@@ -104,7 +104,7 @@ const SAMLSSO = () => {
everything, we just provide the building blocks.
</p>
</div>
<div class="card__footer">
<div className="card__footer">
<Link
className={clsx('button button--primary button--block')}
href="mailto:[email protected]"
@@ -144,4 +144,4 @@ const SAMLSSO = () => {
);
};

export default SAMLSSO;
export default IndexPage;
17 changes: 17 additions & 0 deletions static/img/products/dsync/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.