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

Changes in Footer Contents Alignment and Hover Effects #485

Closed

Conversation

anushka-srivastava22
Copy link

@anushka-srivastava22 anushka-srivastava22 commented May 15, 2021

Description

Please include a summary of the change and which issue is fixed.
Fixes
->The logo and para tag which was at the bottom is shifted at the top of footer container.
->Aligned the content to the center.
->Aligned the contact us and email bar one below the other from side by side.
->a single line of code to make it responsive for mobile view.
->Changed color of hovering.
->Added hr tags below the content.
#119

List any dependencies that are required for this change

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

#Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Yes I have tested it on my laptop.

UI /UX changes

Attach gif or screenshot for changes.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@ravikr126 ravikr126 requested a review from harikesh409 May 16, 2021 05:44
Copy link
Collaborator

@ravikr126 ravikr126 left a comment

Choose a reason for hiding this comment

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

need some more enhancement

Copy link
Collaborator

@harikesh409 harikesh409 left a comment

Choose a reason for hiding this comment

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

Overall the style looks very odd and in mobile view, it is very strange.
I can't see any hover effects where are they added?

@@ -815,6 +815,10 @@ HEAD .round-2 {
.box {
margin-bottom: 20px;
}
.container
{
flex-direction: column;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why changing the flex-direction?

Choose a reason for hiding this comment

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

Sir I thought it will make it responsive like in mobile size it will come to center. All other issues i have resolved today. Only this responsive issue is left to be resolved which I will complete soon...

<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Useful Links</h5>
<ul>
<li>
<a class="text-white mb-lg-3" href="#about">About</a>
</li>
<hr style="margin-right: 40%;">
Copy link
Collaborator

Choose a reason for hiding this comment

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

These hr's look very weird.

</ul>
</div>

<div class="col-lg-3 col-md-3 col-sm-6 col-12">
<div class="center col-lg-4.5 col-md-3 col-sm-6 col-12">
Copy link
Collaborator

Choose a reason for hiding this comment

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

There are no classes center and col-lg-4.5 either in bootstrap or in custom styles.

</ul>
</div>

<div class="col-lg-3 col-md-3 col-sm-6 col-12 socialicons">
<div class="col-lg-4.5 col-md-3 col-sm-6 col-12 socialicons">
Copy link
Collaborator

Choose a reason for hiding this comment

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

col-lg-4.5 is an invalid class.

@harikesh409
Copy link
Collaborator

Moved to #502

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.

4 participants