BCB Bank static website
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

51 linhas
2.2 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>BCB</title>
  8. {% load staticfiles %}
  9. <!-- Using Google hot link to render fonts, downloaded Archgivo Black fonts isn't same as the previewed. -->
  10. <link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet">
  11. <link rel="stylesheet" href="{% static 'css/fontawesome-all.min.css' %}">
  12. <link rel="stylesheet" href="{% static 'OwlCarousel-plugins/owl.carousel.min.css' %}">
  13. <link rel="stylesheet" href="{% static 'OwlCarousel-plugins/owl.theme.default.min.css' %}">
  14. <link rel="stylesheet" href="{% static 'css/common.css' %}">
  15. {% block stylesheets %}
  16. {% endblock stylesheets %}
  17. </head>
  18. <body>
  19. <div class="temp-intro">
  20. <div class="temp-name">Go to <mark><a href="/">Home</a></mark></div>
  21. <!-- <ul class="temp-social">
  22. <li>
  23. <a href="#"><i class="fab fa-facebook-f"></i></a>
  24. </li>
  25. <li>
  26. <a href="#"><i class="fab fa-twitter"></i></a>
  27. </li>
  28. <li>
  29. <a href="#"><i class="fab fa-linkedin-in"></i></a>
  30. </li>
  31. <li>
  32. <a href="#"><i class="fab fa-google-plus-g"></i></a>
  33. </li>
  34. </ul> -->
  35. </div>
  36. {% block navigation %}
  37. {% endblock navigation %}
  38. {% block content %}
  39. {% endblock content %}
  40. <footer id="footer">
  41. <small>copyright &copy; 2018 <mark>Bharath Co-Operative Bank</mark></small>
  42. <small>Digitized By <mark>Webtrigon Mini</mark></small>
  43. </footer>
  44. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  45. <script src="{% static 'OwlCarousel-plugins/owl.carousel.min.js' %}"></script>
  46. <script src="{% static 'js/common.js' %}"></script>
  47. {% block scripts %}
  48. {% endblock scripts %}
  49. </body>
  50. </html>