Skip to content

Commit

Permalink
Merge pull request #42 from CDC-IITDH/nitin
Browse files Browse the repository at this point in the history
added contact info in footer
  • Loading branch information
MadduriSivamohan authored Feb 3, 2025
2 parents f6547ba + a5d25e1 commit 897af7b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
19 changes: 17 additions & 2 deletions src/component/footer/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,30 @@ function Main() {
<div style={{ display: "flex", alignItems: "center" }}>
<i className="icon fal fa-phone" />
<span>
{/* <Link to="tel:+14440008888">+1 (444) 000-8888</Link>
<br /> */}
Training & Placement Officer
<Link
style={{ display: "block" }}
to="tel: +91 63625 42567"
>
+91 63625 42567
</Link>
</span>

</div>
</li>
<li>
<div style={{ display: "flex", alignItems: "center" }}>
<i className="icon fal fa-phone" />
<span>
Placement Executive
<Link
style={{ display: "block" }}
to="tel:+91 8553316439"
>
+91 8553316439
</Link>
</span>

</div>
</li>
<li>
Expand Down
20 changes: 13 additions & 7 deletions src/component/mencontact/Touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,21 @@ function Touch() {
<div className="col-lg-4 col-md-4">
<div
className="services-box text-center"
style={{ minHeight: "400px" }}
style={{ minHeight: "496px" }}
>
<div className="services-icon">
<img src="assets/img/bg/contact-icon01.png" alt="image" />
</div>
<div className="services-content2">
<h5>
<span>Training & Placement Officer</span>
</h5>
<h5>
<a href="tel:+916362542567">+91 63625 42567</a>
</h5>
<h5>
<span>Placement Executive</span>
</h5>
<h5>
<a href="tel:+918826824591">+91 85533 16439</a>
</h5>
Expand All @@ -43,35 +49,35 @@ function Touch() {
<div className="col-lg-4 col-md-4">
<div
className="services-box text-center active"
style={{ minHeight: "400px" }}
style={{ minHeight: "496px" }}
>
<div className="services-icon">
<img src="assets/img/bg/contact-icon02.png" alt="image" />
</div>
<div className="services-content2">
<h5>
<h2>
<a href="mailto:tpo@iitdh.ac.in">tpo@iitdh.ac.in</a>
<div>
<a href="mailto:cdc@iitdh.ac.in">cdc@iitdh.ac.in</a>
</div>
</h5>
</h2>
<p>Email Address</p>
</div>
</div>
</div>
<div className="col-lg-4 col-md-4">
<div
className="services-box text-center"
style={{ minHeight: "400px" }}
style={{ minHeight: "496px" }}
>
<div className="services-icon">
<img src="assets/img/bg/contact-icon03.png" alt="image" />
</div>
<div className="services-content2">
<h6>
<h4>
Indian Institute of Technology Dharwad, Chikka Malligwad,
Dharwad, Karnataka 580007
</h6>
</h4>
<p>Address</p>
</div>
</div>
Expand Down

0 comments on commit 897af7b

Please sign in to comment.