Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@ function About() {
</em></strong>
<br />
<br />
- <a href='https://github.com/amrav'>Vikrant Varma</a>, MetaKGP co-founder
- <a href='https://github.com/amrav'>Vikrant Varma</a>, metaKGP co-founder
</p>

<p className="description">
Metakgp is an <strong>open, student-driven</strong> community at IIT Kharagpur dedicated to improving campus life by sharing knowledge and creating innovative projects. Students from all walks of life come together to <strong>document experiences, build tools, and create resources</strong> that benefit everyone at MetaKGP.
metaKGP is an <strong>open, student-driven</strong> community at IIT Kharagpur dedicated to improving campus life by sharing knowledge and creating innovative projects. Students from all walks of life come together to <strong>document experiences, build tools, and create resources</strong> that benefit everyone at metaKGP.
</p>
</div>

<div className='image-container'>
<img src={GroupPicture} className='metakgp-image' alt='metakgp group picture' />
<img src={GroupPicture} className='metakgp-image' alt='metaKGP group picture' />
<figcaption>
A group picture of some active metakgp maintainers
A group picture of some active metaKGP maintainers
</figcaption>
</div>
</div>

<div className='about-bottom-container'>
<div className='about-bottom-right'>
<p className='description'>
Metakgp hosts <strong>Metasprints</strong> — focused, collaborative sessions where members come together to brainstorm, develop, and enhance projects. These events are a great way for anyone, regardless of experience, to get involved and make a real impact.
metaKGP hosts <strong>Metasprints</strong> — focused, collaborative sessions where members come together to brainstorm, develop, and enhance projects. These events are a great way for anyone, regardless of experience, to get involved and make a real impact.
</p>
<p className='description'>
If you’re passionate about contributing, learning, or simply making campus life better, join Metakgp and help shape a more open and supportive IIT Kharagpur community!
If you’re passionate about contributing, learning, or simply making campus life better, join metaKGP and help shape a more open and supportive IIT Kharagpur community!
</p>
</div>

Expand All @@ -68,10 +68,10 @@ function About() {
<a href='https://wiki.metakgp.org/w/Metakgp:About'>https://wiki.metakgp.org/w/Metakgp:About</a>
</li>
<li>
<a href='https://wiki.metakgp.org/w/User:Hargup/Why_metakgp%3F'>Why MetaKGP: by Harsh Gupta</a>
<a href='https://wiki.metakgp.org/w/User:Hargup/Why_metakgp%3F'>Why metaKGP: by Harsh Gupta</a>
</li>
<li>
<a href='https://wiki.metakgp.org/w/User:Amrav/Why_metakgp%3F'>Why MetaKGP: by Vikrant Varma</a>
<a href='https://wiki.metakgp.org/w/User:Amrav/Why_metakgp%3F'>Why metaKGP: by Vikrant Varma</a>
</li>
</ul>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Contribute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const ContributePage = () => {
<a href="https://goodfirstissue.dev/">Good First Issues</a>
</li>
<li>
<a href="https://github.com/orgs/metakgp/projects/4">MetaKGP Dreams: some issues to work on in MetaKGP</a>
<a href="https://github.com/orgs/metakgp/projects/4">metaKGP Dreams: some issues to work on in metaKGP</a>
</li>
</ul>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const FooterSection = () => {
<div className="icon-col footer-col">
Made with ❤️ and
&lt;/&gt;
by MetaKGP
by metaKGP
<div className="social-icons ">
<a href="https://www.facebook.com/metakgp/">
<i className="fa-brands fa-facebook"></i>
Expand Down
Loading