-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from beprodeep4718/footer-branch
footer modified #27
- Loading branch information
Showing
2 changed files
with
164 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -953,8 +953,61 @@ <h6>Website URL</h6> | |
</div> | ||
</div> | ||
<div class="footer"> | ||
<p>Copyright © 2022 Edu Meeting Co., Ltd. All Rights Reserved. | ||
<br>Design: <a href="https://templatemo.com" target="_parent" title="free css templates">TemplateMo</a></p> | ||
<div class="cont"> | ||
<div class="row"> | ||
<div class="col" id="company"> | ||
<a href="index.html" class="logo"> | ||
<span style="color: rgb(10, 226, 255); font-weight: bolder;">IRIS</span>-Smart Tutor | ||
</a> | ||
<p>This is a Smart Tutor Project made by <br> Sayandip Paul And Arka Mandal For Soft-code Hackathon.</p> | ||
<div class="social-links"> | ||
<a href="https://www.facebook.com/sayandip.paul.54/"><i class="fa fa-facebook-official" aria-hidden="true"></i></a> | ||
<a href="https://www.linkedin.com/in/arka-mandal-9373b8253/"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a> | ||
</div> | ||
</div> | ||
<div class="col" id="services"> | ||
<h3>Services</h3> | ||
<div class="links"> | ||
<a href="#courses">courses</a> | ||
<a href="#apply">To-Do list</a> | ||
<a href="#courses">Course study time-table</a> | ||
</div> | ||
</div> | ||
<div class="col" id="useful-links"> | ||
<h3>Links</h3> | ||
<div class="links"> | ||
<a href="">Home</a> | ||
<a href="">Courses</a> | ||
<a href="">Quiz/Practice</a> | ||
<a href="">Upcoming Tasks</a> | ||
<a href="">Contact-us</a> | ||
</div> | ||
</div> | ||
<div class="col" id="contact-us"> | ||
<h3>Contact</h3> | ||
<div class="contact-details"> | ||
<i class="fa fa-phone" aria-hidden="true"></i> | ||
<p>010-020-0340</p> | ||
</div> | ||
<div class="contact-details"> | ||
<i class="fa fa-envelope" aria-hidden="true"></i> | ||
<p>[email protected]</p> | ||
</div> | ||
<div class="contact-details"> | ||
<i class="fa fa-map-marker" aria-hidden="true"></i> | ||
<p>Rio de Janeiro - RJ, 22795-008, Brazil</p> | ||
</div> | ||
<div class="contact-details"> | ||
<i class="fa fa-link" aria-hidden="true"></i> | ||
<p>www.meeting.edu</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="copyright"> | ||
<p>Copyright © 2022 Edu Meeting Co., Ltd. All Rights Reserved. | ||
<br>Design: <a href="https://templatemo.com" target="_parent" title="free css templates">TemplateMo</a></p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|