Skip to content

Commit

Permalink
move widget
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Nov 12, 2024
1 parent 24a5e61 commit bc0367f
Showing 1 changed file with 15 additions and 39 deletions.
54 changes: 15 additions & 39 deletions pages/get-verge.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ 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 All @@ -41,28 +24,7 @@ function GetVerge(props) {
{t('get-verge:body.intro3', { defaultValue: 'Visit Coinmarketcap for an additional list of market pairs.' })}
</a>
</p>
{/* <div className="col-xs-10">
<h1>{t('get-verge:body.title', { defaultValue: 'Get Verge' })}</h1>
<br />
</div> */}
{/* <div className="col-xs-12 pb-large">
<h2>{t('get-verge:body.direct', { defaultValue: 'Check out the VergeCurrency.Exchange, powered by ChangeNOW.' })}</h2>
<br />
<a target="_blank" href="https://vergecurrency.exchange" className="img-link-hover">
<img src="/static/img/verge-exchange.png" alt="VergeCurrency.Exchange" alt="VergeCurrency Exchange" />
</a>
</div> */}
<div className="col-xs-10">
{/* <h2>{t('get-verge:body.fiat', { defaultValue: 'Buy Verge (XVG) directly with fiat currency.' })}</h2>
<h3>{t('get-verge:body.fiat2', { defaultValue: 'To find out more, please visit:' })}</h3>
<Link href="https://verge.zendesk.com/hc/en-us/sections/360003859972-Where-How-Can-I-Buy-Verge-XVG-">
<a target="_blank" rel="noopener noreferrer" href="https://verge.zendesk.com/hc/en-us/sections/360003859972-Where-How-Can-I-Buy-Verge-XVG-">
<font color="black">Verge Zendesk - Getting Started</font>
</a>
</Link>
<br />
<br />
<br /> */}

<h2>{t('get-verge:body.intro', { defaultValue: 'Trade Verge on the most popular exchanges.' })}</h2>
<h3>{t('get-verge:body.intro2', { defaultValue: 'We’re proud to be listed on:' })}</h3>

Expand All @@ -71,6 +33,20 @@ function GetVerge(props) {
<span className="hidden-xs">
<br />
</span>
<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>
<h3>
{t('home:getverge.text6', {defaultValue: 'Exchange Disclaimer:',})}
{' '}
Expand Down

0 comments on commit bc0367f

Please sign in to comment.