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

Remove survey link #8260

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions website/layout/DocsLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ var DocsLayout = React.createClass({
{metadata.previous && <a className="docs-prev" href={'docs/' + metadata.previous + '.html#content'}>&larr; Prev</a>}
{metadata.next && <a className="docs-next" href={'docs/' + metadata.next + '.html#content'}>Next &rarr;</a>}
</div>
<div className="survey">
<div className="survey-image" />
<p>
We are planning improvements to the React Native documentation. Your responses to this short survey will go a long way in helping us provide valuable content. Thank you!
</p>
<center>
<a className="button" href="https://www.facebook.com/survey?oid=681969738611332">Take Survey</a>
</center>
</div>
</div>
</section>
</Site>
Expand Down
33 changes: 0 additions & 33 deletions website/src/react-native/css/react-native.css
Original file line number Diff line number Diff line change
Expand Up @@ -1373,45 +1373,12 @@ div[data-twttr-id] iframe {
background-color: hsl(198, 100%, 94%);
}

.survey {
padding: 10px;
padding-top: 0;
background-color: rgba(5, 165, 209, 0.05);
border: 2px solid #05A5D1;
position: relative;
}

.survey-image {
float: left;
height: 128px;
width: 128px;
background-image: url('../img/survey.png');
}

.survey p {
margin-left: 130px;
}

.survey .button {
font-size: 24px;
background: #05A5D1;
color: #fafafa;
}

@media only screen
and (max-device-width: 1024px) {
#content {
display: inline;
}

.survey-image {
position: static;
margin: 10px auto;
}
.survey p {
margin-left: 0px;
}

.container {
min-width: 0;
overflow: auto;
Expand Down
Binary file removed website/src/react-native/img/survey.png
Binary file not shown.