Skip to content

Commit

Permalink
Merge pull request #62 from nikhil-chacko/master
Browse files Browse the repository at this point in the history
remove contact details
  • Loading branch information
rajesh6161 authored Nov 6, 2024
2 parents e2e20df + 01fa8eb commit 65e84c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
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

0 comments on commit 65e84c8

Please sign in to comment.