You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/01 04:02:26 UTC

[GitHub] [apisix-website] liuxiran commented on a change in pull request #547: feat: new independent showcase page

liuxiran commented on a change in pull request #547:
URL: https://github.com/apache/apisix-website/pull/547#discussion_r699826602



##########
File path: website/src/pages/showcase/index.js
##########
@@ -0,0 +1,81 @@
+const React = require("react");
+import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
+import Layout from "@theme/Layout";
+import './styles.scss';
+
+const Container = (props) => {
+  return (
+      <div className="hero text--center showcase">
+        <div className="container">
+          {props.children}
+        </div>
+      </div>
+  );
+}
+
+const Header = (props) => {
+  return (
+      <div className="header">
+        <div className="title">
+          Use cases
+        </div>
+        <div className="tips">
+          This project is used by all these folks
+          <br />
+          Are you using this project?&nbsp;
+          <a
+              href="https://github.com/apache/apisix/blob/master/powered-by.md"
+              target="_blank"
+              rel="noopener"

Review comment:
       ```suggestion
                 rel="noopener external nofollow"
   ```
   would be better to focus on our own flow and not brain it to the outside




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org