Skip to content
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

Merged
merged 6 commits into from
Dec 27, 2021
Merged

footer section completed #95

merged 6 commits into from
Dec 27, 2021

Conversation

R-V-Vighnesh
Copy link
Contributor

Description

This PR fixes #72

Notes for Reviewer

the footer contains :

  • PDA logo (PDA name and small description)
  • social media icons
  • Quick links
  • location , phone number and mail id
  • Sign Up button
  • Copyrights
  1. footer contents have been grouped into 4 sections with appropriate headings
  2. scroll to top button has been designed and placed in the footer
  3. footer has been made responsive
  4. simple animations has have been implemented when buttons, links are hovered upon
  • Frontend (Signup/Login)
  • Backend (Login)
  • Backend (Signup)
  • Homepage
  • Others

teamwork by myself, @bala418 , @Bhuvanaa28
PDA_footer_updated

Copy link
Contributor

@coding-geek21 coding-geek21 left a 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 👍🏼

<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>
Copy link
Contributor

@coding-geek21 coding-geek21 Dec 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line


<div class="footer-left">

<img src="public\img\pda-logo.png" alt="logo" class="logo">
Copy link
Contributor

@coding-geek21 coding-geek21 Dec 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this line <img src="images\pda-logo.png" alt="logo" class="logo">

Also fix the the logo image... It looks shrinken

image


<div class="footer-center-2">

<h3>Get in Touch</h3>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Place some gap below the title Get in Touch

image


</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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Place this at the end

image

<title>PDA MIT</title>
<!-- Pre-build CSS -->
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
Copy link
Contributor

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">

@R-V-Vighnesh
Copy link
Contributor Author

R-V-Vighnesh commented Dec 27, 2021

Snr i have made the required changes in code. Can you check whether this footer is appropriate?

PDA_footer_NewUpdates

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
@coding-geek21
Copy link
Contributor

Snr i have made the required changes in code. Can you check whether this footer is appropriate?

PDA_footer_NewUpdates

Looks good jnr 🤩🤩 Great work merging it ✨

@coding-geek21 coding-geek21 merged commit 62aae5b into pda-mit:V-3.0 Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants