-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0aa947
commit aa926dc
Showing
2 changed files
with
202 additions
and
61 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 |
---|---|---|
|
@@ -447,66 +447,63 @@ <h3>How will my performance be evaluated?</h3> | |
<!--Footer Section--> | ||
<footer class="f1"> | ||
<div class="container1"> | ||
<div class="row1"> | ||
<div class="col1" id="Company"> | ||
<h1 class="h11">About Us</h1> | ||
<p> | ||
CSEdge is an online internship platform that provides students with the opportunity to gain practical experience in the field of software development. | ||
</p> | ||
<div class="social"> | ||
<a href="#"><i class="fa-brands fa-square-facebook"></i></a> | ||
<a href="#"><i class="fa-brands fa-square-instagram"></i><a> | ||
<a href="#"><i class="fa-brands fa-linkedin"></i></a> | ||
<a href="#"><i class="fa-brands fa-square-x-twitter"></i><a> | ||
<a href="#"><i class="fa-brands fa-square-github"></i></a> | ||
</div> | ||
<div class="row1"> | ||
<div class="col1" id="Company"> | ||
<h1 class="h11">About Us</h1> | ||
<p> | ||
CSEdge is an online internship platform that provides students with the opportunity to gain practical experience in the field of software development. | ||
</p> | ||
<div class="social"> | ||
<a href="#"><i class="fa-brands fa-square-facebook"></i></a> | ||
<a href="#"><i class="fa-brands fa-square-instagram"></i></a> | ||
<a href="#"><i class="fa-brands fa-linkedin"></i></a> | ||
<a href="#"><i class="fa-brands fa-square-x-twitter"></i></a> | ||
<a href="#"><i class="fa-brands fa-square-github"></i></a> | ||
</div> | ||
</div> | ||
<div class="col1" id="Serv"> | ||
<h3>Need Help ?</h3> | ||
<div class="links"> | ||
<a href="#">Contact Us</a> | ||
<a href="#">Privacy Policy</a> | ||
<a href="#">Terms & Conditions</a> | ||
<a href="#">Cancellation & Refund Policy</a> | ||
<a href="#">Shipping and Delivery Policy</a> | ||
</div> | ||
</div> | ||
<div class="col1" id="useful-links"> | ||
<h3>Learn More</h3> | ||
<div class="links"> | ||
<a href="#">FAQ</a> | ||
<a href="#">Home</a> | ||
<a href="#">Services</a> | ||
<a href="#">About Us</a> | ||
<a href="#">Internships</a> | ||
<a href="#">Verify Certificate</a> | ||
</div> | ||
</div> | ||
<div class="col1" id="cont"> | ||
<h3>Contact</h3> | ||
<div class="contact-details"> | ||
<i class="fa fa-message"></i> | ||
<p>[email protected]</p> | ||
</div> | ||
<div class="contact-details"> | ||
<i class="fa fa-phone"></i> | ||
<p>+1-9876543210</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col1" id="Serv"> | ||
<h3>Need Help ?</h3> | ||
<div class="links"> | ||
<a href="#">Contact Us</a> | ||
<a href="#">Privacy Policy</a> | ||
<a href="#">Terms & Conditions</a> | ||
<a href="#">Cancellation & Refund Policy</a> | ||
<a href="#">Shipping and Delivery Policy</a> | ||
</div> | ||
</div> | ||
|
||
<div class="col1" id="useful-links"> | ||
<h3>Learn More</h3> | ||
<div class="links"> | ||
<a href="#">FAQ</a> | ||
<a href="#">Home</a> | ||
<a href="#">Services</a> | ||
<a href="#">About Us</a> | ||
<a href="#">Internships</a> | ||
<a href="#">Verify Certificate</a> | ||
</div> | ||
</div> | ||
|
||
<div class="col1" id="cont"> | ||
<h3>Contact</h3> | ||
<div class="contact-details"> | ||
<i class="fa fa-message"></i> | ||
<p>[email protected] <br></p> | ||
</div> | ||
<div class="contact-details"> | ||
<i class="fa fa-phone"></i> | ||
<p>+1-9876543210</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<p class="copyright"> | ||
Copyright © | ||
<script> | ||
document.write(new Date().getFullYear()); | ||
</script> | ||
CSEdge. All Right Reserved Designed by Team CSEdge. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
<p class="copyright"> | ||
Copyright © | ||
<script> | ||
document.write(new Date().getFullYear()); | ||
</script> | ||
CSEdge. All Right Reserved Designed by Team CSEdge. | ||
</p> | ||
</footer> | ||
|
||
<!-- Footer End here --> | ||
|
||
<script> | ||
|