templatefixwidget
This commit is contained in:
parent
0b48e72daa
commit
5f1f4e396e
3 changed files with 9 additions and 9 deletions
|
@ -77,12 +77,12 @@
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-xl-7 col-lg-5">
|
<div class="col-xl-7 col-lg-5" style="margin:20px 0 0 10px;">
|
||||||
<h1>Did you know all your data is exposed when you use Bitcoin?</h1>
|
<h1>Did you know all your data is exposed when you use Bitcoin?</h1>
|
||||||
<h2>Monero is what people think they are buying when they invest in Bitcoin.</h2>
|
<h2 style="margin-bottom:10px;">Monero is what people think they are buying when they invest in Bitcoin.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-5 col-lg-5 d-flex justify-content-center align-items-center">
|
<div class="col-xl-5 col-lg-5 d-flex justify-content-center align-items-center" style="margin-bottom: 40px;">
|
||||||
<div class="icon-boxes justify-content-center" style="height:450px;width:320px;">
|
<div class="icon-boxes justify-content-center" style="height:435px;width:320px;margin:10px 0;">
|
||||||
<iframe src="https://trocador.app/step1/?ref=pbhBEQR5WU" width="100%" height="100%" style="border:0px white solid;" scrolling="no"></iframe>
|
<iframe src="https://trocador.app/step1/?ref=pbhBEQR5WU" width="100%" height="100%" style="border:0px white solid;" scrolling="no"></iframe>
|
||||||
<!-- <div class="icon-box mt-4 mt-xl-0">
|
<!-- <div class="icon-box mt-4 mt-xl-0">
|
||||||
<h4>Crowdfunding to help us</h4>
|
<h4>Crowdfunding to help us</h4>
|
||||||
|
|
|
@ -28,8 +28,8 @@ STATICFILES_DIRS = [
|
||||||
SECRET_KEY = 'dafsdasdfasfa7sdfs9d7das7f9as7df8ad43525fsffdssdg455$$###77saf9df79as79s'
|
SECRET_KEY = 'dafsdasdfasfa7sdfs9d7das7f9as7df8ad43525fsffdssdg455$$###77saf9df79as79s'
|
||||||
|
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
#DEBUG = True
|
DEBUG = True
|
||||||
DEBUG = False
|
#DEBUG = False
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['80.78.22.34', 'www.moneroj.net', 'localhost', '127.0.0.1', 'moneroj.net', 'moneroj5xq4ttg4ec7e5secqdyw5mcovzvfvlq6i7omv353i6mnexlqd.onion']
|
ALLOWED_HOSTS = ['80.78.22.34', 'www.moneroj.net', 'localhost', '127.0.0.1', 'moneroj.net', 'moneroj5xq4ttg4ec7e5secqdyw5mcovzvfvlq6i7omv353i6mnexlqd.onion']
|
||||||
|
|
||||||
|
|
|
@ -25,12 +25,12 @@ gunicorn==20.0.4
|
||||||
httplib2==0.20.4
|
httplib2==0.20.4
|
||||||
idna==2.10
|
idna==2.10
|
||||||
multidict==6.0.2
|
multidict==6.0.2
|
||||||
numpy==1.20.1
|
numpy
|
||||||
oauthlib==3.2.0
|
oauthlib==3.2.0
|
||||||
pandas==1.2.3
|
pandas
|
||||||
protobuf==3.20.1
|
protobuf==3.20.1
|
||||||
psaw==0.1.0
|
psaw==0.1.0
|
||||||
psycopg2-binary==2.8.6
|
psycopg2-binary
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pyasn1-modules==0.2.8
|
pyasn1-modules==0.2.8
|
||||||
pygsheets==2.0.5
|
pygsheets==2.0.5
|
||||||
|
|
Loading…
Reference in a new issue