Skip to content

Commit

Permalink
Merge pull request #21 from Pruthvi-Tirmal/bug/13-broken-links-in-foo…
Browse files Browse the repository at this point in the history
…ter-section

resolve the broken link in footer section
  • Loading branch information
AbhiPatel10 authored Oct 26, 2023
2 parents d5652ec + 9ae28ad commit 8cf6709
Showing 1 changed file with 67 additions and 67 deletions.
134 changes: 67 additions & 67 deletions OSW-frontend/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,43 @@ export default function Footer() {
<div className="follow">
<span>
<p className="footer-head">Follow Us:
<a href="https://www.facebook.com/OSWeekend/" target="_blank">
<i
className=" fa fa-brands fa-facebook-f fa-sm mx-3"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://x.com/OSWeekend?t=vdey0igVTb1qNwUGe40xSw&s=08" target="_blank">
<i
className="fa fa-brands fa-twitter fa-lg"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://www.instagram.com/osweekend/" target="_blank">
<i
className="fa fa-brands fa-instagram fa-lg mx-3"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://github.com/oscf-io/OSWeekend#open-source-weekend-osw" target="_blank">
<i
className="fa fa-brands fa-github fa-lg"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://www.linkedin.com/company/open-source-weekend/" target="_blank">
<i
className="fa fa-brands fa-linkedin fa-lg mx-3"
style={{ color: "#7d7d7d" }}
></i>
</a>
{/* <a href="https://youtube.com" target="_blank">
<a href="https://www.facebook.com/OSWeekend/" target="_blank">
<i
className=" fa fa-brands fa-facebook-f fa-sm mx-3"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://x.com/OSWeekend?t=vdey0igVTb1qNwUGe40xSw&s=08" target="_blank">
<i
className="fa fa-brands fa-twitter fa-lg"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://www.instagram.com/osweekend/" target="_blank">
<i
className="fa fa-brands fa-instagram fa-lg mx-3"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://github.com/oscf-io/OSWeekend#open-source-weekend-osw" target="_blank">
<i
className="fa fa-brands fa-github fa-lg"
style={{ color: "#7d7d7d" }}
></i>
</a>
<a href="https://www.linkedin.com/company/open-source-weekend/" target="_blank">
<i
className="fa fa-brands fa-linkedin fa-lg mx-3"
style={{ color: "#7d7d7d" }}
></i>
</a>
{/* <a href="https://youtube.com" target="_blank">
<i
className="fa fa-brands fa-youtube fa-lg"
style={{ color: "#7d7d7d" }}
></i>
</a> */}
{/* <a href="https://medium.com" target="_blank">
{/* <a href="https://medium.com" target="_blank">
<i
className="fa fa-brands fa-medium fa-lg mx-3"
style={{ color: "#7d7d7d" }}
Expand All @@ -52,46 +52,46 @@ export default function Footer() {
</p>
</span>
</div>
</div>
<div className="footer1 ">
</div>
<div className="footer1 ">
<div className="pair-1">
<div className="about">
<span className="aboutHeading">About</span>
<span className="aboutText">
<p>
<a href="https://github.com/oscf-io">Open Source Community Foundation </a> <br />
<a href="https://github.com/oscf-io/CloudCaptain">Cloud Captain</a> <br />
{/* <a href="https://developers.google.com/programs/community/gdg/">
<div className="about">
<span className="aboutHeading">About</span>
<span className="aboutText">
<p>
<a href="https://github.com/oscfcommunity">Open Source Community Foundation </a> <br />
<a href="https://github.com/oscf-io/CloudCaptain">Cloud Captain</a> <br />
{/* <a href="https://developers.google.com/programs/community/gdg/">
Google Developers Groups
</a> */}
</p>
</span>
</div>
<div className="resources">
<span className="resourcesHeading">Resources</span>
<span className="resourcesText">
<p>
<a href="/">Become a Sponsor </a> <br />
<a href="/">Some Link Name</a>
</p>
</span>
</div>
</div>

<div className="pair-2">

<div className="developerConsole">
<span className="developerConsoleHeading">Open Source Weekend</span>
<span className="developerConsoleText">
<p>
<a href="/">Code of Conduct </a> <br />
<a href="/">Terms and Services</a> <br />
<a href="/">Community Guidelines</a>
</p>
</span>
</p>
</span>
</div>

<div className="resources">
<span className="resourcesHeading">Resources</span>
<span className="resourcesText">
<p>
<a href="/">Become a Sponsor </a> <br />
<a href="/">Some Link Name</a>
</p>
</span>
</div>
</div>

<div className="pair-2">

<div className="developerConsole">
<span className="developerConsoleHeading">Open Source Weekend</span>
<span className="developerConsoleText">
<p>
<a href="/">Code of Conduct </a> <br />
<a href="/">Terms and Services</a> <br />
<a href="/">Community Guidelines</a>
</p>
</span>
</div>

</div>
</div>
</footer>
);
Expand Down

0 comments on commit 8cf6709

Please sign in to comment.