Skip to content

Commit

Permalink
Updating links and content
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Feb 16, 2024
1 parent 896af27 commit 7e38c8a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
19 changes: 12 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ module.exports = {
position: 'left',
label: 'Blog',
},
{
href: 'https://www.youtube.com/c/CodeZri',
position: 'left',
label: 'YouTube',
},
{
to: 'sponsors/',
position: 'left',
Expand All @@ -59,6 +54,16 @@ module.exports = {
position: 'left',
label: 'Foundation',
},
{
to: 'shalithasuranga/',
position: 'left',
label: 'Founder',
},
{
href: 'https://www.youtube.com/c/CodeZri',
position: 'right',
label: 'YouTube',
},
{
href: 'https://github.com/codezri',
label: 'GitHub',
Expand Down Expand Up @@ -107,8 +112,8 @@ module.exports = {
href: 'https://www.linkedin.com/company/codezri',
},
{
label: 'Twitter',
href: 'https://www.twitter.com/codezri',
label: 'X',
href: 'https://www.x.com/codezri',
},
{
label: 'Discord',
Expand Down
17 changes: 9 additions & 8 deletions src/pages/shalithasuranga.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function ProfileHeader() {
<Link
className="button button--secondary button--lg"
href="https://www.linkedin.com/in/shalithasuranga/">
LinkedIn
Connect on LinkedIn
</Link>
<Link
className="button button--secondary button--lg margin-left--sm"
Expand All @@ -42,16 +42,16 @@ function ProfileIntro() {
<div className="col col--9">
<p>
I wrote "hello world" when I was thirteen years old.
I like to work with computer science related stuff. I started CodeZri
I like to work with computer-science-based engineering projects. I started CodeZri
to build open-source tools and write high-quality technical content for developers around the world.

<br/><br/>
Find me on,
My online profiles:
<br/><br/>
<li>
<Link
href="https://github.com/shalithasuranga">
Github
GitHub
</Link>
</li>
<li>
Expand Down Expand Up @@ -80,8 +80,8 @@ function ProfileIntro() {
</li>
<li>
<Link
href="https://www.twitter.com/ShalithaSuranga">
Twitter
href="https://www.x.com/ShalithaSuranga">
X
</Link>
</li>
<li>
Expand Down Expand Up @@ -111,7 +111,8 @@ function ProfileIntro() {
<br/>

If you would like to know more about me,
click <Link href="https://www.google.com/search?q=Shalitha+Suranga">here!</Link>
click <Link href="https://www.google.com/search?q=Shalitha+Suranga">here!</Link>.
You can contact me by filling <Link href="https://forms.gle/mTxB9gdKsdWPkwBQA">this Google form</Link>.
</p>
</div>
</div>
Expand All @@ -126,7 +127,7 @@ export default function Home() {
<Layout
title={`Shalitha Suranga`}
description="Shalitha Suranga is a programmer and technical writer. He founded CodeZri
non-profit organization to develop tools for developers.">
non-profit organization to develop tools and compose technical content for developers.">
<ProfileHeader />
<main>
<ProfileIntro />
Expand Down

0 comments on commit 7e38c8a

Please sign in to comment.