From 1d5b7d3519cc9cf601fc81ad6c04c4384488ef99 Mon Sep 17 00:00:00 2001 From: horhik Date: Mon, 25 May 2020 11:57:36 +0300 Subject: [PATCH] add blog page --- .idea/workspace.xml | 165 ++++++++++++++++-- public/index.html | 1 + src/App.js | 1 - src/components/pages/blog.jsx | 43 ++++- src/css/basic.scss | 4 +- src/css/elements/blog-post-preview.scss | 58 ++++++ .../░█░█░░░░█▀▄ ░█▀█░░░░█░█ ░▀░▀░▀░░▀▀░.png | Bin 412 -> 0 bytes src/reducers/site-content-reducer.js | 23 +++ src/svg/stopwatch.svg | 11 ++ src/svg/watch.svg | 4 + 10 files changed, 292 insertions(+), 18 deletions(-) create mode 100644 src/css/elements/blog-post-preview.scss delete mode 100644 src/img/░█░█░░░░█▀▄ ░█▀█░░░░█░█ ░▀░▀░▀░░▀▀░.png create mode 100644 src/svg/stopwatch.svg create mode 100644 src/svg/watch.svg diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ce0a847..9a5a204 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -11,17 +11,16 @@ - + + + - - - - - - - + + + + @@ -144,10 +143,150 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -156,9 +295,9 @@ - + - + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 6f94a33..681a7cb 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,7 @@ name="description" content="O. George's portfolio and blog" /> +