INNER CODE UNIT · JavaScript

Logo

Accenture/reactive-interaction-gateway · website/pages/en/index.js:46

const Logo = props => (
  <div className="projectLogo">
    <img src={imgUrl('icon+text.svg')} />
  </div>
);

const ProjectTitle = props => (
  <div>
    <img style={{ width: "40em", paddingBottom: "1em" }} src={imgUrl('icon+text.svg')} />
    <h2 className="projectTitle">
      {/* {siteConfig.title} */}
      <small>{siteConfig.tagline}</small>
    </h2>
  </div>
);

const PromoSection = props => (
  <div className="section promoSection">

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…