Skip to content

Commit

Permalink
[Bug] : Full form corrected, linkedin icon added
Browse files Browse the repository at this point in the history
  • Loading branch information
praptisharma28 committed Jan 30, 2024
1 parent d228dde commit a2d56e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="description" content="Web site created using create-react-app" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="We ❤️ Open Source">
<meta itemprop="description" content="We at FOSSCU (Free and Open-Source Community United) are a Group
<meta itemprop="description" content="We at FOSSCU (Free and Open-Source Software Community United) are a Group
of individuals who are constantly working to promote Open-Source Culture">
<meta itemprop="image"
content="https://raw.githubusercontent.com/FOSS-Community/website-fossc/7fb82481a6d40ca5ceacbdeac46da76f9932a31c/src/assets/img/logo/fosscu.png">
Expand Down
2 changes: 1 addition & 1 deletion src/components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function About() {
<div className='flex flex-col justify-center'>
<p className='text-[#AEF746] font-bold'>Community + Coding = 🔥</p>
<h1 className='md:text-4xl sm:text-3xl text-2xl font-bold py-3'>We ❤️ Open Source</h1>
<p>We at FOSSCU (Free and Open-Source Community United) are a Group of individuals who are constantly working to promote Open-Source Culture.</p>
<p>We at FOSSCU (Free and Open-Source Software Community United) are a Group of individuals who are constantly working to promote Open-Source Culture.</p>
<a href="https://linktr.ee/fosscu" target="_blank" rel="noopener noreferrer">
<button className='hover:bg-slate-800 bg-black text-[#0DFF1C] w-[200px] rounded-md font-medium my-6 mx-auto md:mx-0 py-3'>Connect with Us 🏁</button>
</a>
Expand Down
14 changes: 9 additions & 5 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { FaGithubSquare, FaInstagram, FaTwitterSquare } from "react-icons/fa";
import { FaGithubSquare, FaInstagram, FaTwitterSquare, FaLinkedin } from "react-icons/fa";

const Footer = () => {
return (
Expand All @@ -8,16 +8,20 @@ const Footer = () => {
<h1 className='w-full text-3xl font-bold text-[#00df9a]'>FOSSCU</h1>
<p className='py-4'>Made with 💚 and Open Source</p>
<div className='flex justify-between md:w-[75%] my-6'>
<a href="https://www.instagram.com/fosscu/" className="transition duration-300 ease-in-out hover:scale-125" target="blank">
<a href="https://www.instagram.com/fosscu/" className="transition duration-300 ease-in-out hover:scale-125" target="blank">
<FaInstagram size={30} />
</a>
<a href="https://twitter.com/fosscuk" className="transition duration-300 ease-in-out hover:scale-125" target="blank">

<FaTwitterSquare size={30} />
</a>
<a href="https://github.com/FOSS-Community/" className="transition duration-300 ease-in-out hover:scale-125" target="blank">
<FaGithubSquare size={30} />
</a></div>
</a>
<a href="https://linkedin.com/company/fosscu/" className="transition duration-300 ease-in-out hover:scale-125" target="blank">
<FaLinkedin size={30} />
</a>
</div>
</div>
<div className="lg:col-span-2 flex justify-between mt-6">
<div>
Expand All @@ -43,7 +47,7 @@ const Footer = () => {
<a href="/about" className="pb-2">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">About</li>
</a>
<a href="https://github.com/FOSS-Community/blog-archive"className="pb-2" target="blank">
<a href="https://github.com/FOSS-Community/blog-archive" className="pb-2" target="blank">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Blog</li>
</a>
<a href="https://dub.sh/fosscu-discord" className="pb-2" target="blank">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/AboutOrg.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import FOSSCU from "../assets/img/logo/fosscu.png"
<img className='w-[30px] sm:w-[65px] ' src={FOSSCU} alt="/" />
<h2 class=" text-lg sm:text-3xl text-[#00FF00] tracking-widest font title-font mb-1 sm:ml-5 sm:mt-4 ml-2 mt-2 " >ABOUT FOSSCU-KIET</h2>
</div>
<p class="lg:w-2/3 mx-auto mt-7 leading-relaxed ">We at FOSSCU (Free and Open-Source Community United ) are a Group of individuals who are constantly working to promote Open-Source Culture. </p>
<p class="lg:w-2/3 mx-auto mt-7 leading-relaxed ">We at FOSSCU (Free and Open-Source Software Community United ) are a Group of individuals who are constantly working to promote Open-Source Culture. </p>
<p class="mt-8 text-[#1AFF1A]">Some key points about our community.</p>
</div>
<div class="flex flex-wrap">
Expand Down

0 comments on commit a2d56e4

Please sign in to comment.