21/07 2
This commit is contained in:
parent
fe74fd89ff
commit
d5fea73ee0
16 changed files with 57 additions and 51 deletions
|
@ -1,25 +1,31 @@
|
|||
{% extends "users/base.html" %}
|
||||
{% block header %}
|
||||
|
||||
<title>{{ article.title }}</title>
|
||||
<title>{{ article.title }}</title>
|
||||
<meta name="twitter:card" content="summary_large_image"><!-- required -->
|
||||
<meta name="twitter:site" content="@CryptoMorpheus_"><!-- required -->
|
||||
<meta name="twitter:creator" content="@CryptoMorpheus_"><!-- optional -->
|
||||
<meta name="twitter:title" content="{{ article.title }}"><!-- required -->
|
||||
<meta name="twitter:description" content="{{ article.subtitle }}"><!-- optional -->
|
||||
<meta name="twitter:image" content="../../../static/img/articles/{{ article.thumbnail | safe }}"><!-- optional -->
|
||||
|
||||
<style>
|
||||
/*--------------------------------------------------------------
|
||||
# Hero Section
|
||||
--------------------------------------------------------------*/
|
||||
#hero {
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
background: url("../../../static/img/articles/{{ article.thumbnail | safe }}") center center;
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 0;
|
||||
margin-bottom: -200px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
/*--------------------------------------------------------------
|
||||
# Hero Section
|
||||
--------------------------------------------------------------*/
|
||||
#hero {
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
background: url("../../../static/img/articles/{{ article.thumbnail | safe }}") center center;
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 0;
|
||||
margin-bottom: -200px;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
{% load static %}
|
||||
|
@ -112,4 +118,4 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- Fim do Modal -->
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
{% load static %}
|
||||
|
@ -240,7 +240,7 @@
|
|||
</main>
|
||||
<!-- End #main -->
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<br><br><br>
|
||||
|
@ -156,7 +156,7 @@
|
|||
|
||||
<br><br><br>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<title>Moneroj.net - Choose your image</title>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
|
||||
|
@ -152,7 +152,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<br><br><br>
|
||||
|
@ -131,7 +131,7 @@
|
|||
|
||||
<br><br><br>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<!-- ======= Subscribe Section ======= -->
|
||||
|
@ -317,7 +317,7 @@
|
|||
</div>
|
||||
<br><br><br>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<!-- ======= Hero Section ======= -->
|
||||
|
@ -102,12 +102,12 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<p style="text-align: right;">
|
||||
<i class="bx bx-money"></i> Raised 1.45 of 46 XMR
|
||||
<i class="bx bx-money"></i> Raised 2.05 of 46 XMR
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="progress">
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 3.2%; color: #ff4d21" aria-valuenow="1.4535" aria-valuemin="0" aria-valuemax="46"></div>
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 4.5%; color: #ff4d21" aria-valuenow="2.0535" aria-valuemin="0" aria-valuemax="46"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -140,12 +140,12 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<p style="text-align: right;">
|
||||
<i class="bx bx-money"></i> Raised 1.45 of 46 XMR
|
||||
<i class="bx bx-money"></i> Raised 2.05 of 46 XMR
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="progress">
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 3.2%; color: #ff4d21" aria-valuenow="1.4535" aria-valuemin="0" aria-valuemax="46"></div>
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 4.5%; color: #ff4d21" aria-valuenow="2.0535" aria-valuemin="0" aria-valuemax="46"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -525,6 +525,6 @@
|
|||
</main>
|
||||
<!-- End #main -->
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<!-- ======= Hero Section ======= -->
|
||||
|
@ -76,6 +76,6 @@
|
|||
<br><br>
|
||||
<!-- End Hero -->
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<!-- ======= Hero Section ======= -->
|
||||
|
@ -76,6 +76,6 @@
|
|||
<br><br>
|
||||
<!-- End Hero -->
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
|
|
@ -32,9 +32,9 @@ STATICFILES_DIRS = [
|
|||
SECRET_KEY = 'dafsdasdfasfa7sdfs9d7das7f9as7df8ad43525fsffdssdg455$$###77saf9df79as79s'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
#DEBUG = False
|
||||
#STATIC_ROOT = "/var/www/moneropro/static/"
|
||||
#DEBUG = True
|
||||
DEBUG = False
|
||||
STATIC_ROOT = "/var/www/moneropro/static/"
|
||||
|
||||
ALLOWED_HOSTS = ['www.moneroj.net', 'localhost', '127.0.0.1', 'moneroj.net', 'ilt7jgmfro76wgrtt6752lvfnhcz6wk5sjqhyvntjixygp3cwpvr4nad.onion']
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
color: #ff4d21;
|
||||
}
|
||||
</style>
|
||||
{% block header %}{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -85,8 +86,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
{% block header %}{% endblock header %}
|
||||
{% block content %}{% endblock content %}
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<!-- ======= Footer ======= -->
|
||||
<footer id="footer">
|
||||
|
|
|
@ -33,4 +33,4 @@
|
|||
</div>
|
||||
<br><br>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<br><br><br><br>
|
||||
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
|
||||
<br><br><br><br>
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<br><br><br><br>
|
||||
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
|
||||
<br><br><br><br>
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
{% endblock header %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<br><br><br><br>
|
||||
|
@ -107,4 +107,4 @@
|
|||
</div>
|
||||
|
||||
<br><br><br><br>
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -174,4 +174,4 @@
|
|||
|
||||
<br><br><br><br>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue