Skip to content

Commit

Permalink
add widget
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Nov 12, 2024
1 parent a727c33 commit 24a5e61
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions pages/get-verge.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Link from 'next/link';
import { translate } from 'react-i18next';
import Layout from '../components/Layout';
import { Exchanges } from '../components/Exchanges';

import i18n from '../i18n';

function GetVerge(props) {
Expand All @@ -14,6 +13,23 @@ function GetVerge(props) {
<Head>
<title key="title">{t('common:meta.get-verge.title', { defaultValue: 'Get Verge - VergeCurrency.com' })}</title>
</Head>

{/* Add the iframe here */}
<div className="iframe-container" style={{ textAlign: 'center' }}>
<iframe
src="https://swapspace.co/widget/e690ba97ac5620dc27d4101c"
frameBorder="0"
width="404px"
height="536px"
style={{
width: '404px',
height: '536px',
borderRadius: '20px',
maxWidth: '100%'
}}
/>
</div>

<div className="get-verge pt-large pb">
<div className="container">
<div className="row center-xs middle-xs pt pb">
Expand Down Expand Up @@ -76,15 +92,14 @@ function GetVerge(props) {
</span>
</h3>
<h4
dangerouslySetInnerHTML={{
__html: `
${t('home:getverge.text9', {defaultValue: 'Network and Proof of Work stats! <a href="https://vergecurrency.network/" target="_blank">https://vergecurrency.network/</a>'})}<br />
${t('home:getverge.text10', {defaultValue: 'List of most swap sites! <a href="https://www.bestchange.com/bitcoin-to-verge.html" target="_blank">https://www.bestchange.com/bitcoin-to-verge.html</a>'})}<br />
${t('home:getverge.text11', {defaultValue: 'Almost all hashrate stats and almost every pool’s hashrate! <a href="https://miningpoolstats.stream/" target="_blank">https://miningpoolstats.stream/</a>'})}<br />
`
}}
/>

dangerouslySetInnerHTML={{
__html: `
${t('home:getverge.text9', {defaultValue: 'Network and Proof of Work stats! <a href="https://vergecurrency.network/" target="_blank">https://vergecurrency.network/</a>'})}<br />
${t('home:getverge.text10', {defaultValue: 'List of most swap sites! <a href="https://www.bestchange.com/bitcoin-to-verge.html" target="_blank">https://www.bestchange.com/bitcoin-to-verge.html</a>'})}<br />
${t('home:getverge.text11', {defaultValue: 'Almost all hashrate stats and almost every pool’s hashrate! <a href="https://miningpoolstats.stream/" target="_blank">https://miningpoolstats.stream/</a>'})}<br />
`
}}
/>
</div>
</div>

Expand Down

0 comments on commit 24a5e61

Please sign in to comment.