quick update
This commit is contained in:
Binary file not shown.
@@ -7,7 +7,7 @@ load_dotenv()
|
||||
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['18.196.202.28']
|
||||
ALLOWED_HOSTS = ['18.196.202.28','www.saburly.com','saburly.com']
|
||||
|
||||
SECRET_KEY = os.getenv('SECRET_KEY')
|
||||
|
||||
@@ -29,6 +29,8 @@ MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
|
||||
|
||||
|
||||
SECURE_SSL_REDIRECT = True
|
||||
SESSION_COOKIE_SECURE = True
|
||||
CSRF_COOKIE_SECURE = True
|
||||
SECURE_HSTS_SECONDS = 31536000
|
||||
|
||||
@@ -20,28 +20,6 @@
|
||||
<div class="container mx-auto my-4 lg:flex">
|
||||
<div class="lg:w-1/4 p-4">
|
||||
<img src="{% static './images/saburly-logo-w.svg' %}" alt="Saburly Logo" class="w-full opacity-80" />
|
||||
<div class="flex justify-between social-icons py-2 gap-2">
|
||||
<div>
|
||||
<a href="https://facebook.com/saburly" rel="noreferrer" target="_blank">
|
||||
<img src="{% static './images/facebook.svg' %}" alt="Facebook Social Media" class="max-w-2.5 saburly-transition opacity-80 hover:opacity-100 w-full" />
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://instagram.com/saburly" rel="noreferrer" target="_blank">
|
||||
<img src="{% static './images/instagram.svg' %}" alt="Instagram Social Media" class="max-w-2.5 saburly-transition opacity-80 hover:opacity-100 w-full" />
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://twitter.com/saburly" rel="noreferrer" target="_blank">
|
||||
<img src="{% static './images/twitter.svg' %}" alt="Twitter Social Media" class="max-w-2.5 saburly-transition opacity-80 hover:opacity-100 w-full" />
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.linkedin.com/company/saburly/" rel="noreferrer" target="_blank">
|
||||
<img src="{% static './images/linkedin.svg' %}" alt="LinkedIn Social Media" class="max-w-2.5 saburly-transition opacity-80 hover:opacity-100 w-full" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="lg:w-3/4">
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="no-underline mt-4 lg:inline-block text-white lg:mt-0 uppercase mr-4 ml-4 text-xl">
|
||||
<a href="tel:720-643-2025">
|
||||
<a href="tel:+38761821801">
|
||||
<i class="fas fa-phone mr-2 fa-flip-horizontal"></i>
|
||||
720-643-2025
|
||||
+387 61 821 801
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -23,35 +23,11 @@
|
||||
Request a quote
|
||||
</li>
|
||||
</a>
|
||||
<a href="tel:7206432025" class="side-close menu-contact no-underline">
|
||||
<a href="tel:+38761821801" class="side-close menu-contact no-underline">
|
||||
<li class="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
||||
<i class="fas fa-phone mr-2 fa-flip-horizontal"></i>
|
||||
720-643-2025
|
||||
+387 61 821 801
|
||||
</li>
|
||||
</a>
|
||||
</ul>
|
||||
<div class="absolute bottom-0 social-icons p-8">
|
||||
<ul class="flex justify-center">
|
||||
<li class="mr-1">
|
||||
<a href="https://facebook.com/saburly" rel="noreferrer" target="_blank">
|
||||
<img src="{% static '/images/facebook.svg' %}" alt="Facebook Social Media" class="w-full p-2 transition opacity-80 hover:opacity-100" />
|
||||
</a>
|
||||
</li>
|
||||
<li class="mr-1">
|
||||
<a href="https://instagram.com/saburly" rel="noreferrer" target="_blank">
|
||||
<img src="{% static '/images/instagram.svg' %}" alt="Instagram Social Media" class="w-full p-2 transition opacity-80 hover:opacity-100" />
|
||||
</a>
|
||||
</li>
|
||||
<li class="mr-1">
|
||||
<a href="https://twitter.com/saburly" rel="noreferrer" target="_blank">
|
||||
<img src="{% static '/images/twitter.svg' %}" alt="Twitter Social Media" class="w-full p-2 transition opacity-80 hover:opacity-100" />
|
||||
</a>
|
||||
</li>
|
||||
<li class="mr-1">
|
||||
<a href="https://www.linkedin.com/company/saburly/" rel="noreferrer" target="_blank">
|
||||
<img src="{% static '/images/linkedin.svg' %}" alt="LinkedIn Social Media" class="w-full p-2 transition opacity-80 hover:opacity-100" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user