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

Added footer react component #67

Closed
wants to merge 3 commits into from

Conversation

prakharcipher
Copy link

@prakharcipher prakharcipher commented Jan 16, 2018

#65

Copy link
Contributor

@Simply007 Simply007 left a comment

Choose a reason for hiding this comment

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

Thank you for you pull request!
Notes:

  • We want to have all the css in separate file and do not use inline style definition.
  • I have added inline comments what is required to achive proper styling.

</head>

<body>
<div class="page-wrap" id="root"></div>
<div class="footer-wrapper">
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove html that is commented out.

@@ -0,0 +1,97 @@
import React, { Component } from 'react';

class Footer extends Component {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please do not use inline styles.
use className instead of class attribute to ensure proper stylink.

Hint:
It is required also to remove one line in index.css to ensure width of the footer.:
image

@Simply007
Copy link
Contributor

I have made some changes to be able to merge automatically, because after merging pull request on multilingual support (#64) automatic merge was not possible.

Please pull the new version before making requested changes.

@Simply007
Copy link
Contributor

Hello @prakharcipher - we have already received a complete pull request (#70).

If you want to contribute the one of out repositories, just leave me a message and we can find something interesting for you.

@Simply007 Simply007 closed this Feb 7, 2018
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.

None yet

2 participants