-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
home moved inside frontpage and interests moved out of fronpage. abou…
…t-us, profilepage footer. online/offline inside chat page. login logic inside navbar
- Loading branch information
1 parent
f518d0a
commit 319527b
Showing
15 changed files
with
123 additions
and
113 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
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ const AboutUs = () => { | |
<div className="about-us"> | ||
<NavBar pageTitle='About Us'/> | ||
<section className="about-section"> | ||
<p className="welcome-heading"><img className="about-logo" src={CcLogo}/></p> | ||
<p className="welcome-heading"><img className="about-logo" src={CcLogo} alt="logo"/></p> | ||
<hr/> | ||
<p className="intro-text">An online realtime discussion platform.</p><br/> | ||
<p className="info-section">This is an online platform where you can create a room of any topic of your choice and can have dicussion with any person who's online. | ||
|
@@ -75,7 +75,7 @@ const AboutUs = () => { | |
<div className="faq-list-item col-6"> | ||
<i className="fas fa-angle-down" style={{transform: 'rotate(0deg)'}} id="d10"></i><em onClick={() => {showFAQAns('10')}}> I still got some questions!</em> | ||
<div className="ans" style={{display: 'none'}} id="10"> | ||
You can contact us through mail. | ||
You can contact us through<a className="contact-icons" href="mailto:[email protected]">mail.</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
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 |
---|---|---|
|
@@ -2,16 +2,16 @@ import React from 'react'; | |
import './Footer.css'; | ||
|
||
const Footer = () => { | ||
return ( | ||
<footer className="footer"> | ||
<div className="container-fluid contact-details"> | ||
<h4 className="contact-us">CONTACT US</h4> | ||
<p className="contact-text">For any queries please mail us and we will reply as soon as possible with a solution.</p> | ||
<a className="contact-icons" href="mailto:[email protected]"><i className="fas fa-envelope fa-2x" aria-hidden="true"></i> </a> | ||
<hr className="contact-divider"></hr> | ||
<p className="copyright">© COPYRIGHT 2020 CHIT-CHAT.</p> | ||
</div> | ||
</footer> | ||
); | ||
return ( | ||
<footer className="footer"> | ||
<div className="container-fluid contact-details"> | ||
<h4 className="contact-us">CONTACT US</h4> | ||
<p className="contact-text">For any queries please mail us and we will reply as soon as possible with a solution.</p> | ||
<a className="contact-icons" href="mailto:[email protected]"><i className="fas fa-envelope fa-2x" aria-hidden="true"></i> </a> | ||
<hr className="contact-divider"></hr> | ||
<p className="copyright">© COPYRIGHT 2020 CHIT-CHAT.</p> | ||
</div> | ||
</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
File renamed without changes.
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
File renamed without changes.
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.