Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full form bug/icon added, closes issue #233 #231

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 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
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
135 changes: 102 additions & 33 deletions src/components/Footer.jsx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Certain elements in footer are missing. Please fix those.
Original:
Screenshot 2024-01-07 160935

Footer you created:
Screenshot 2024-01-07 161148

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done @A91y , don't know how I missed it.

Original file line number Diff line number Diff line change
@@ -1,73 +1,142 @@
import React from "react";
import { FaGithubSquare, FaInstagram, FaTwitterSquare } from "react-icons/fa";
import {
FaGithubSquare,
FaInstagram,
FaTwitterSquare,
FaLinkedin,
} from "react-icons/fa";

const Footer = () => {
return (
<div className="max-w-[1240px] mx-auto py-16 px-4 grid lg:grid-cols-3 gap-8 text-gray-300">
<div>
<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">
<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>
{/* ... (your existing code) ... */}
<div className="flex justify-between md:w-[75%] my-6">
<a

Check notice on line 14 in src/components/Footer.jsx

View check run for this annotation

codefactor.io / CodeFactor

src/components/Footer.jsx#L14

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations (react/jsx-no-target-blank)
href="https://www.instagram.com/fosscu/"
className="transition duration-300 ease-in-out hover:scale-125"
target="_blank"
>
<FaInstagram size={30} />
</a>
<a

Check notice on line 21 in src/components/Footer.jsx

View check run for this annotation

codefactor.io / CodeFactor

src/components/Footer.jsx#L21

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations (react/jsx-no-target-blank)
href="https://twitter.com/fosscuk"
className="transition duration-300 ease-in-out hover:scale-125"
target="_blank"
>
<FaTwitterSquare size={30} />
</a>
<a

Check notice on line 28 in src/components/Footer.jsx

View check run for this annotation

codefactor.io / CodeFactor

src/components/Footer.jsx#L28

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations (react/jsx-no-target-blank)
href="https://linkedin.com/company/fosscu/"
className="transition duration-300 ease-in-out hover:scale-125"
target="_blank"
>
<FaLinkedin size={30} />
</a>
<a

Check notice on line 35 in src/components/Footer.jsx

View check run for this annotation

codefactor.io / CodeFactor

src/components/Footer.jsx#L35

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations (react/jsx-no-target-blank)
href="https://github.com/FOSS-Community/"
className="transition duration-300 ease-in-out hover:scale-125"
target="_blank"
>
<FaGithubSquare size={30} />
</a>
</div>
<div className="lg:col-span-2 flex justify-between mt-6">
<div>
<h6 className="font-medium text-[#00df9a]">Support</h6>
<ul>
<a href="/building" className="pb-2">
<li className="pt-2 text-sum hover:border-b hover:border-green-400">Documentation</li>
<li className="pt-2 text-sum hover:border-b hover:border-green-400">
Documentation
</li>
</a>
<a href="/guide" className="pb-2">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Guides</li>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
Guides
</li>
</a>
<a href="/building" className="pb-2">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">API Status</li>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
API Status
</li>
</a>
<a href="/faq" className="pb-2">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">FAQ</li>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
FAQ
</li>
</a>
</ul>
</div>
<div>
<h6 className="font-medium text-[#00df9a]">Organization</h6>
<ul>
<a href="/about" className="pb-2">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">About</li>
<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">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Blog</li>
<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">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Join Us</li>
<a
href="https://dub.sh/fosscu-discord"
className="pb-2"
target="blank"
>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
Join Us
</li>
</a>
<a href="https://github.com/FOSS-Community/" className="pb-2" target="blank">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Contribute</li>
<a
href="https://github.com/FOSS-Community/"
className="pb-2"
target="blank"
>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
Contribute
</li>
</a>
</ul>
</div>
<div>
<h6 className="font-medium text-[#00df9a]">Handbook</h6>
<ul>
<a href="https://docs.fosscu.org/Docs/values" className="pb-2" target="blank">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Core Values</li>
<a
href="https://docs.fosscu.org/Docs/values"
className="pb-2"
target="blank"
>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
Core Values
</li>
</a>
<a href="https://docs.fosscu.org/Docs/code-of-conduct" className="pb-2" target="blank">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Code of Conduct</li>
<a
href="https://docs.fosscu.org/Docs/code-of-conduct"
className="pb-2"
target="blank"
>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
Code of Conduct
</li>
</a>
<a href="https://docs.fosscu.org/Docs/getting-started" className="pb-2" target="blank">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">What is FOSS</li>
<a
href="https://docs.fosscu.org/Docs/getting-started"
className="pb-2"
target="blank"
>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
What is FOSS
</li>
</a>
<a href="/building" className="pb-2">
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">Terms</li>
<li className="pt-2 w-max text-sum hover:border-b hover:border-green-400">
Terms
</li>
</a>
</ul>
</div>
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
Loading