From 9b888f313ae1603f7932ae62f58505ecb864cd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souchet=20C=C3=A9line?= Date: Tue, 16 Nov 2021 17:07:31 +0100 Subject: [PATCH 01/10] Create new page 'Blog' --- src/pages/blog.tsx | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/pages/blog.tsx diff --git a/src/pages/blog.tsx b/src/pages/blog.tsx new file mode 100644 index 000000000..b6e5229e8 --- /dev/null +++ b/src/pages/blog.tsx @@ -0,0 +1,69 @@ +/** + * Copyright 2021 Bonitasoft S.A. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import * as React from 'react'; +import Layout from '../theme/components/Layout'; +import Header from '../theme/components/Header'; +import Footer from '../theme/components/Footer'; +import Section from '../theme/components/Section'; +import { SECTION } from '../theme/utils/constants'; +import { Box, Heading } from 'rebass/styled-components'; +import Triangle from '../theme/components/Triangle'; + +const BlogPage = (): JSX.Element => ( + +
+ + + {SECTION.blog} + + + {/* */} + +