Skip to content

Commit

Permalink
-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Feb 21, 2022
1 parent ebfa3b5 commit 9ea47d6
Showing 1 changed file with 46 additions and 42 deletions.
88 changes: 46 additions & 42 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
make
import _ from 'lodash';
import React from 'react';

import { htmlToReact } from '../utils';

import ActionLink from './ActionLink';

export default class Footer extends React.Component {
Expand All @@ -17,30 +16,54 @@ export default class Footer extends React.Component {
<table cellPadding={0} cellSpacing={0} border={0}>
<tbody>
<tr>
<td style={{ fontFamily: 'Arial, Helvetica, sans-serif', fontSize: '7.5pt' }}>
{' '}
<td
style={{
fontFamily: 'Arial, Helvetica, sans-serif',
fontSize: '7.5pt'
}}
>
<center>
<table
width="95%"
cellPadding={0}
cellSpacing={0}
border={0}
style={{ fontFamily: 'Arial, Helvetica, sans-serif', fontSize: '7.5pt' }}
style={{
fontFamily: 'Arial, Helvetica, sans-serif',
fontSize: '7.5pt'
}}
>
{' '}
<tbody>
<tr>
<td style={{ fontFamily: 'Arial, Helvetica, sans-serif', fontSize: '7.5pt' }} align="left">
<td
style={{
fontFamily: 'Arial, Helvetica, sans-serif',
fontSize: '7.5pt'
}}
align="left"
>
<a target="_blank" href="https://search.freefind.com/siteindex.html?si=14588965">
index
</a>
</td>
<td style={{ fontFamily: 'Arial, Helvetica, sans-serif', fontSize: '7.5pt' }} align="center">
<td
style={{
fontFamily: 'Arial, Helvetica, sans-serif',
fontSize: '7.5pt'
}}
align="center"
>
<a target="_blank" href="https://search.freefind.com/find.html?si=14588965&m=0&p=0">
sitemap
</a>
</td>
<td style={{ fontFamily: 'Arial, Helvetica, sans-serif', fontSize: '7.5pt' }} align="right">
<td
style={{
fontFamily: 'Arial, Helvetica, sans-serif',
fontSize: '7.5pt'
}}
align="right"
>
<a target="_blank" href="https://search.freefind.com/find.html?si=14588965&pid=a">
advanced
</a>
Expand All @@ -50,12 +73,14 @@ export default class Footer extends React.Component {
</table>
</center>
<form
style={{ margin: '0px', marginTop: '2px' }}
style={{
margin: '0px',
marginTop: '2px'
}}
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 @@ -73,37 +98,25 @@ 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"
>
{' '}
search engine{' '}
href="https://www.freefind.com"
rel="nofollow">
search engine
</a>
<a
style={{
textDecoration: 'none',
color: 'transparent'
}}
href="https:/ /
www.freefind.com "
rel="nofollow"
>
href="https://www.freefind.com"
rel="nofollow">
by
<span
style={{
color: 'transparent'
}}
>
freefind
</span>
<span style={{ color: 'transparent' }}>freefind</span>
</a>
{/* {
<iframe
Expand All @@ -117,20 +130,11 @@ 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 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 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

0 comments on commit 9ea47d6

Please sign in to comment.