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

hi #1589

Merged
merged 3 commits into from
Jan 27, 2022
Merged

hi #1589

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
26 changes: 19 additions & 7 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';
import { htmlToReact } from '../utils';
import ActionLink from './ActionLink';


export default class Footer extends React.Component {
render() {
return (
Expand Down Expand Up @@ -80,7 +79,8 @@ export default class Footer extends React.Component {
action="https://search.freefind.com/find.html"
method="get"
acceptCharset="utf-8"
target="_self">
target="_self"
>
<input type="hidden" name="si" defaultValue={14588965} />
<input type="hidden" name="pid" defaultValue="r" />
<input type="hidden" name="n" defaultValue={0} />
Expand All @@ -98,14 +98,16 @@ export default class Footer extends React.Component {
fontFamily: 'Arial, Helvetica, sans-serif',
fontSize: '7.5pt',
paddingTop: '4px'
}} >
}}
>
<a
style={{
textDecoration: 'none',
color: 'transparent'
}}
href="https://www.freefind.com"
rel="nofollow">
rel="nofollow"
>
search engine
</a>
<a
Expand All @@ -114,7 +116,8 @@ export default class Footer extends React.Component {
color: 'transparent'
}}
href="https://www.freefind.com"
rel="nofollow">
rel="nofollow"
>
by
<span style={{ color: 'transparent' }}>freefind</span>
</a>
Expand All @@ -130,11 +133,20 @@ export default class Footer extends React.Component {
</tr>
</tbody>
</table>
<a className="save2PDF" href="//pdfcrowd.com/url_to_pdf/?" onclick="if(!this.p)href+='&url='+encodeURIComponent(location.href);this.p=1">
<a
className="save2PDF"
href="//pdfcrowd.com/url_to_pdf/?"
onclick="if(!this.p)href+='&url='+encodeURIComponent(location.href);this.p=1"
>
Save to PDF
</a>
</center>
<a aria-current="page" className="site-logo" href="/"><img src="https://d33wubrfki0l68.cloudfront.net/e5662f0d4f3e7730aea1a0faf7ff09ea20184700/6ca0b/images/dgqlkqjtmk.png" alt="webdevhub logo" /></a>
<a aria-current="page" className="site-logo" href="/">
<img
src="https://d33wubrfki0l68.cloudfront.net/e5662f0d4f3e7730aea1a0faf7ff09ea20184700/6ca0b/images/dgqlkqjtmk.png"
alt="webdevhub logo"
/>
</a>
</div>
<div className="inner">
<div id="search" className="inner"></div>
Expand Down