Skip to content

Commit

Permalink
random text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanazf committed May 3, 2024
1 parent 31c6eb8 commit 7d601cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/components/Experience/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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.
`,
},
};
Expand Down
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ h3,
h4,
h5,
h6 {
text-align: center;
margin: 0;
}

Expand Down
1 change: 1 addition & 0 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import styles from './Home.module.css';
function Home() {
return (
<main class={styles.home_wrap}>
<h1>Oleksandr Marnov</h1>
<div class={styles.home_experience_wrap}>
<Experience />
</div>
Expand Down
1 change: 0 additions & 1 deletion src/pages/footer/Footer.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.footer {
position: absolute;
display: flex;
width: 100%;
height: 3em;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from './Footer.module.css';
function Footer() {
return (
<div class={styles.footer}>
<h1>Oleksandr Marnov</h1>
<h1>XNZF</h1>
</div>
);
}
Expand Down

0 comments on commit 7d601cd

Please sign in to comment.