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

remove contact details #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions src/Components/Footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const footer = () => {
</div>
</div>
<div className="box-2 box col-sm-4">
<img src={logo} style={{ margin: "5px" }}/>
<div className="mobile-number">
<img src={logo} style={{ margin: "5px" }} />
{/*<div className="mobile-number">
<div className="oc-contact">
<p className="oc-name">Aditya Singh</p>
<a href="tel:9174452784">+91 91744 52784</a>
Expand All @@ -34,7 +34,7 @@ const footer = () => {
<p className="oc-name">Sumit Chatterjee</p>
<a href="tel:7417566851">+91 91744 52784</a>
</div>
</div>
</div> */}
<h2>The Entrepreneurship Cell</h2>
<h5 className="pt-2">NIT Raipur</h5>
</div>
Expand Down
10 changes: 0 additions & 10 deletions src/Components/Home/Contact/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,6 @@ export default class contact extends Component {
entrepreneurship and serve as a meeting ground for corporate and young
budding entrepreneurs from distinguished institutions.
</p>
<div className="mobile-number">
<div className="oc-contact">
<p className="oc-name">Aditya Singh</p>
<a href="tel:9174452784">+91 91744 52784</a>
</div>
<div className="oc-contact">
<p className="oc-name">Sumit Chatterjee</p>
<a href="tel:7417566851">+91 91744 52784</a>
</div>
</div>
<div className="legal">
<Link to="/terms">Terms and Conditions</Link>
<br></br>
Expand Down