From 3dbde4e742d34c767d433057ff9280fd82d59f76 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 3 Jul 2020 20:33:13 +0300 Subject: feat: markup About section --- src/pages/HomePage/HomePage.tsx | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/HomePage.tsx b/src/pages/HomePage/HomePage.tsx index d0e29f5..c45c271 100644 --- a/src/pages/HomePage/HomePage.tsx +++ b/src/pages/HomePage/HomePage.tsx @@ -1,6 +1,8 @@ import React, { useState } from 'react'; -import { Typography, Divider, Grid, Button } from '@material-ui/core/'; +import { Typography, Divider, Grid, Button, Link } from '@material-ui/core/'; import { makeStyles } from '@material-ui/core/styles'; +import TrendingUpIcon from '@material-ui/icons/TrendingUp'; + import { useNavigate } from '../../hooks/useNavigate'; const useStyles = makeStyles(theme => ({ @@ -46,9 +48,36 @@ const HomePage: React.FC = () => { About the project -

- Visit our GitHub -

+ +

+ The project is written in + Typescript + and features + React + , + Feathers + , and + Material-UI + . + It is currently open-source and you can visit our + GitHub (make sure to star our repositories)! +

+

+ We encourage any developer to check it out. Feel free to open issues and create Pull Requests! +

+

+ All the development process is being tracked on the KanBan board (thanks GitHub). + You can always check it to see what is the current state of the project. +

+ +
Leave feedback -- cgit v1.2.3