From 7d601cdaf016b521e77e69acae43d7d1562f2ee0 Mon Sep 17 00:00:00 2001 From: Xanazf Date: Fri, 3 May 2024 23:53:22 +0300 Subject: [PATCH] random text fixes --- src/assets/components/Experience/index.tsx | 4 ++-- src/index.css | 1 + src/pages/Home/index.tsx | 1 + src/pages/footer/Footer.module.css | 1 - src/pages/footer/index.tsx | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/assets/components/Experience/index.tsx b/src/assets/components/Experience/index.tsx index 827e0b4..c1c1070 100644 --- a/src/assets/components/Experience/index.tsx +++ b/src/assets/components/Experience/index.tsx @@ -136,7 +136,7 @@ This position was my first introduction into the DevOps side of things, it has t location: 'Kyiv, Ukraine', workType: 'On-Site', desc: ` -Provided B2C customer support for an Internet Filtering solution. +Provided B2C (Business-to-Client) customer support for an Internet Filtering solution. `, }, pos5: { @@ -147,7 +147,7 @@ Provided B2C customer support for an Internet Filtering solution. location: 'Kyiv, Ukraine', workType: 'Remote', desc: ` -Provided B2B technical support for an E-Commerce solution. +Provided B2B (Business-to-Business) technical support for an E-Commerce solution. `, }, }; diff --git a/src/index.css b/src/index.css index 8ba50b3..ba4e00f 100644 --- a/src/index.css +++ b/src/index.css @@ -110,6 +110,7 @@ h3, h4, h5, h6 { + text-align: center; margin: 0; } diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx index 7cf85aa..994c2a9 100644 --- a/src/pages/Home/index.tsx +++ b/src/pages/Home/index.tsx @@ -6,6 +6,7 @@ import styles from './Home.module.css'; function Home() { return (
+

Oleksandr Marnov

diff --git a/src/pages/footer/Footer.module.css b/src/pages/footer/Footer.module.css index 3b0f75d..5522cc4 100644 --- a/src/pages/footer/Footer.module.css +++ b/src/pages/footer/Footer.module.css @@ -1,6 +1,5 @@ .footer { position: absolute; - display: flex; width: 100%; height: 3em; bottom: 0; diff --git a/src/pages/footer/index.tsx b/src/pages/footer/index.tsx index dca2cc1..2dcc570 100644 --- a/src/pages/footer/index.tsx +++ b/src/pages/footer/index.tsx @@ -3,7 +3,7 @@ import styles from './Footer.module.css'; function Footer() { return (
-

Oleksandr Marnov

+

XNZF

); }