-
Notifications
You must be signed in to change notification settings - Fork 28
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
footer section completed #95
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@R-V-Vighnesh Just minor changes to be done... Rest all looks good 👍🏼
views/partial/footer.ejs
Outdated
<body> | ||
|
||
<!--The text and break tags below are placed just for testing purpose. They can be removed later--> | ||
<h1>Scroll down to view the footer</h1><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line
views/partial/footer.ejs
Outdated
|
||
<div class="footer-left"> | ||
|
||
<img src="public\img\pda-logo.png" alt="logo" class="logo"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
<div class="footer-center-2"> | ||
|
||
<h3>Get in Touch</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
views/partial/footer.ejs
Outdated
|
||
</div> | ||
<div class="top_scroll"> | ||
<span onclick="(function(){window.scrollTo({top: 0,left: 0,behavior: 'smooth'})})();"><i class="fa fa-arrow-circle-up"></i></span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
views/partial/footer.ejs
Outdated
<title>PDA MIT</title> | ||
<!-- Pre-build CSS --> | ||
<!-- Custom CSS --> | ||
<link rel="stylesheet" href="style.css"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to
<link rel="stylesheet" href="css/footer.css">
top scroll button shifted to bottom spacing increaesed between get in touch heading and contents logo image displayed properly
css file-path updated logo image file-path updated break tags used for testing purpose removed
Description
This PR fixes #72
Notes for Reviewer
the footer contains :
teamwork by myself, @bala418 , @Bhuvanaa28