-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
61 changed files
with
275 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# FOR CLIENT | ||
VITE_SERVER_PORT = "" | ||
|
||
# FOR SERVER | ||
MONGO_URI = "" | ||
EMAIL_USER = "" | ||
EMAIL_PASS = "" | ||
GOOGLE_CLIENT_ID = "" | ||
JWT_SECRET = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# FOR CLIENT | ||
VITE_SERVER_PORT = "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,10 @@ | |
type="image/x-icon" | ||
/> | ||
<title>Bitbox - Where Projects Find Solutions Together</title> | ||
<!--Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. --> | ||
<script defer src="http://localhost:5000/socket.io/socket.io.js"></script> | ||
|
||
<!-- Updated Socket.IO script for production URL --> | ||
<script defer src="https://bitbox-uxbo.onrender.com/socket.io/socket.io.js"></script> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
|
@@ -44,7 +46,6 @@ | |
crossorigin="anonymous" | ||
></script> | ||
|
||
|
||
<div class="gtranslate_wrapper"></div> | ||
|
||
<script> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<link rel="shortcut icon" href="/assets/favicon-B48yql8W.ico" type="image/x-icon"> | ||
<title>Bitbox - Where Projects Find Solutions Together</title> | ||
<!--Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. --> | ||
<!-- <script defer src="http://localhost:5000/socket.io/socket.io.js"></script> --> | ||
<!-- <script defer src="https://bitbox-uxbo.onrender.com/socket.io/socket.io.js"></script> --> | ||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import './css/Contributers.css' | ||
import '../css/Contributers.css' | ||
|
||
export default function Contributers() { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,91 @@ | ||
import React from 'react' | ||
import '../component/css/footer.css' | ||
import '../css/Footer.css'; | ||
import PropTypes from 'prop-types'; | ||
import { Link } from 'react-router-dom'; | ||
import { FaXTwitter } from "react-icons/fa6"; | ||
import { FaGithub, FaLinkedin, FaYoutube } from 'react-icons/fa'; | ||
|
||
const Footer = (props) => { | ||
return ( | ||
<> | ||
<hr style={{ border: '3px solid #0D92F4' }} /> | ||
<div className="Footer" style={{ backgroundColor: props.mode === 'dark' ? '#0B192C' : 'white'}}> | ||
{/* Divider line */} | ||
<hr style={{ border: '3px solid #0D92F4' }} /> | ||
|
||
<div className="container"> | ||
{/* Footer container with dynamic background color */} | ||
<div className="Footer" style={{ backgroundColor: props.mode === 'dark' ? '#0B192C' : 'white' }}> | ||
<div className="container"> | ||
<div className="row"> | ||
{/* Left section with branding and social icons */} | ||
<div className="col-md-6 col-lg-5 col-12 ft-1"> | ||
<h3 style={{ fontFamily: "medium", fontSize: "2.5rem" }}>BIT<span className='code' style={{ Color: "#0D92F4"}}>BOX</span></h3> | ||
<p>Empowering Developers,<br/> | ||
Where Projects Find solution together</p> | ||
<div className="footer-icons"> | ||
<a href="https://github.com/bitboxcommunity" target="_blank" rel="noopener noreferrer" aria-label="GitHub"> | ||
<FaGithub color="#211F1F" fontSize="2rem" /> | ||
</a> | ||
<a href="https://twitter.com/BITBOX688152" target="_blank" rel="noopener noreferrer" aria-label="Twitter"> | ||
<FaXTwitter color="#1da1f2" fontSize="2rem" /> | ||
</a> | ||
<a href="https://www.youtube.com/channel/UCXUTdcw27jaH_go9iyUjJnA" target="_blank" rel="noopener noreferrer" aria-label="YouTube"> | ||
<FaYoutube color="red" fontSize="2rem" /> | ||
</a> | ||
<a href="https://www.linkedin.com/in/bit-box-community" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn"> | ||
<FaLinkedin color="#0077b5" fontSize="2rem" /> | ||
</a> | ||
</div> | ||
|
||
|
||
<h3 style={{ fontFamily: "medium", fontSize: "2.5rem" }}> | ||
BIT<span className='code' style={{ color: "#0D92F4" }}>BOX</span> | ||
</h3> | ||
<p> | ||
Empowering Developers,<br /> | ||
Where Projects Find Solutions Together | ||
</p> | ||
<div className="footer-icons"> | ||
{/* Social media icons with links */} | ||
<a href="https://github.com/bitboxcommunity" target="_blank" rel="noopener noreferrer" aria-label="GitHub"> | ||
<FaGithub color="#211F1F" fontSize="2rem" /> | ||
</a> | ||
<a href="https://twitter.com/BITBOX688152" target="_blank" rel="noopener noreferrer" aria-label="Twitter"> | ||
<FaXTwitter color="#1da1f2" fontSize="2rem" /> | ||
</a> | ||
<a href="https://www.youtube.com/channel/UCXUTdcw27jaH_go9iyUjJnA" target="_blank" rel="noopener noreferrer" aria-label="YouTube"> | ||
<FaYoutube color="red" fontSize="2rem" /> | ||
</a> | ||
<a href="https://www.linkedin.com/in/bit-box-community" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn"> | ||
<FaLinkedin color="#0077b5" fontSize="2rem" /> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
{/* Middle section with About links */} | ||
<div className="col-md-6 col-lg-3 col-12 ft-2"> | ||
<h5>About</h5> | ||
<ul> | ||
<li className="nav-item"> | ||
<Link to="/contactus">Contact Us</Link> | ||
<Link to="/contactus">Contact Us</Link> | ||
</li> | ||
<li className="nav-item"> | ||
<Link to='/codeofconduct'>Code of Conduct</Link> | ||
<Link to='/codeofconduct'>Code of Conduct</Link> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
{/* Right section with Legal links */} | ||
<div className="col-md-7 col-lg-4 col-13 ft-3"> | ||
<h5>Legals</h5> | ||
<ul> | ||
<li className="nav-item"> | ||
<Link to="/feedback">Feedback</Link> | ||
<Link to="/feedback">Feedback</Link> | ||
</li> | ||
<li className="nav-item"> | ||
<Link to="/privacypolicy">Privacy Policy</Link> | ||
<Link to="/privacypolicy">Privacy Policy</Link> | ||
</li> | ||
<li className="nav-item"> | ||
<li><Link to="/termofuse">Terms of use</Link></li> | ||
<Link to="/termofuse">Terms of use</Link> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{/* Last footer section with copyright info */} | ||
<div className='Last-footer'> | ||
<p className='copy-content'>© 2024 Bitbox. Made with 🤍 by Bitbox India. All rights reserved.</p> | ||
<p className='copy-content'> | ||
© 2024 Bitbox. Made with 🤍 by Bitbox India. All rights reserved. | ||
</p> | ||
</div> | ||
</> | ||
) | ||
); | ||
} | ||
|
||
|
||
// Prop types for validation | ||
Footer.propTypes = { | ||
showAlert: PropTypes.func, | ||
mode: PropTypes.string, | ||
showAlert: PropTypes.func, | ||
mode: PropTypes.string, | ||
}; | ||
|
||
export default Footer | ||
export default Footer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.