Skip to content

Commit

Permalink
Api added
Browse files Browse the repository at this point in the history
  • Loading branch information
suyog ojha committed Nov 12, 2022
1 parent 4d31bc5 commit 90d5fa7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
6 changes: 6 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
.checkoutform input{
font-size: 16px !important;

}

.whatappchatapp{
position: fixed;
bottom: 01% !important;
left: 03% !important;
}
Binary file added static/images/whatapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion store/templates/store/inc/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg bg-light">
<div class="container">
<a class="navbar-brand" href="#">Navbar</a>
<a class="navbar-brand" href="/">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
22 changes: 22 additions & 0 deletions store/templates/store/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,34 @@
font-weight: 900;
}
</style>

<meta name="referrer" content="no-referrer-when--downgrade">
</head>
<body>
{% include 'store/inc/navbar.html' %}
{% block content %}

{% endblock content %}
<!-- whatapp api -->
<a target="_blank" href="https://wa.me/+9779814327222?text=please%contact%20me%20for%20any%20information" class="whatappchatapp">
<img src="/static/images/whatapp.png" width="70px;" alt="no image found">
</a>

<!-- twak.tio api -->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/636f73b2b0d6371309cea665/1ghllnt7q';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->

<script src="{% static '/js/jquery-3.6.1.min.js' %}" ></script>
<script src="{% static '/js/custom.js' %}" ></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 90d5fa7

Please sign in to comment.