|
1 |
| -<footer class="page-footer sticky-bottom"> |
2 |
| - <section class="text-center social-networks"> |
3 |
| - <!--<a href="http://www.facebook.com/sptdevltd" title="Join us on Facebook"><img alt="Join us on Facebook" src="{{ "/assets/facebook_logo.png" | relative_url }}"></a>--> |
4 |
| - <a href="http://twitter.com/sptdevltd" title="Follow us on Twitter"><img alt="Follow us on Twitter" src="{{ "/assets/twitter_logo.png" | relative_url }}"></a> |
5 |
| - <a href="http://www.linkedin.com/company/spt-development-ltd" title="Link to us on LinkedIn"><img alt="Link to us on LinkedIn" src="{{ "/assets/linkedin_logo.png" | relative_url }}"></a> |
| 1 | +<section class="bg-dark text-light container-fluid" aria-label="About"> |
| 2 | + <div class="container-xl mt-3"> |
| 3 | + <div class="row"> |
| 4 | + <div class="mb-3 mb-lg-0 col-12 col-md-6 col-lg-4 order-1"> |
| 5 | + <img src="{{ "/assets/Logo-no-padding.png" | relative_url }}" class="mb-1" alt="SPT Development Ltd logo" /> |
| 6 | + {%- include /leads/company-overview.html %} |
| 7 | + <!--<a href="{{ "/company-overview" | relative_url }}" title="Company Overview"> |
| 8 | + Discover more<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"> |
| 9 | + <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/> |
| 10 | + </svg> |
| 11 | + </a>--> |
| 12 | + </div> |
| 13 | + <div class="d-none d-lg-block col-lg-1 order-2"></div> |
| 14 | + <div class="col-6 col-lg-2 order-3 order-lg-3"> |
| 15 | + <h4 class="fs-5 mb-0">Company</h4> |
| 16 | + <ul class="list-group list-group-flush"> |
| 17 | + <!--<li class="list-group-item px-0 pb-0 bg-dark"> |
| 18 | + <a href="{{ "/company-overview" | relative_url }}" title="About us"> |
| 19 | + About us |
| 20 | + </a> |
| 21 | + </li>--> |
| 22 | + <!--<li class="list-group-item px-0 pb-0 bg-dark"> |
| 23 | + <a href="{{ "/team" | relative_url }}" title="The Team"> |
| 24 | + The Team |
| 25 | + </a> |
| 26 | + </li>--> |
| 27 | + <li class="list-group-item px-0 pb-0 bg-dark"> |
| 28 | + <a href="{{ "/software-consultancy" | relative_url }}" title="Consultancy"> |
| 29 | + Consultancy |
| 30 | + </a> |
| 31 | + </li> |
| 32 | + <li class="list-group-item px-0 pb-0 bg-dark"> |
| 33 | + <a href="{{ "/opensource" | relative_url }}" title="Open Source"> |
| 34 | + Open Source |
| 35 | + </a> |
| 36 | + </li> |
| 37 | + <li class="list-group-item px-0 pb-0 bg-dark"> |
| 38 | + <a href="{{ "/blog" | relative_url }}" title="Blog"> |
| 39 | + Blog |
| 40 | + </a> |
| 41 | + </li> |
| 42 | + </ul> |
| 43 | + </div> |
| 44 | + <div class="col-6 col-lg-2 order-4 order-lg-4"> |
| 45 | + <h4 class="fs-5 mb-0">Support</h4> |
| 46 | + <ul class="list-group list-group-flush"> |
| 47 | + <li class="list-group-item px-0 pb-0 bg-dark"> |
| 48 | + <a href="{{ "/contact-us" | relative_url }}" title="Contact Us"> |
| 49 | + Contact Us |
| 50 | + </a> |
| 51 | + </li> |
| 52 | + <li class="list-group-item px-0 pb-0 bg-dark"> |
| 53 | + <a href="{{ "/cookies" | relative_url }}" title="Cookies"> |
| 54 | + Cookies |
| 55 | + </a> |
| 56 | + </li> |
| 57 | + <li class="list-group-item px-0 pb-0 bg-dark"> |
| 58 | + <a href="{{ "/privacy" | relative_url }}" title="Privacy"> |
| 59 | + Privacy |
| 60 | + </a> |
| 61 | + </li> |
| 62 | + <li class="list-group-item px-0 pb-0 bg-dark"> |
| 63 | + <a href="/sitemap.xml" title="Sitemap"> |
| 64 | + Sitemap |
| 65 | + </a> |
| 66 | + </ul> |
| 67 | + </div> |
| 68 | + <div class="mb-4 mb-lg-0 col-12 col-md-6 col-lg-3 order-2 order-lg-5"> |
| 69 | + <h4 class="fs-5 mb-0">Meet Us</h4> |
| 70 | + <p class="mt-1">Book a meeting now, to find out more about us and for us to find out a little about you.</p> |
| 71 | + <!-- Calendly link widget begin --> |
| 72 | + <link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet"> |
| 73 | + <script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script> |
| 74 | + <a href="" class="calendly-widget-link" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/spt-development/introduction?hide_gdpr_banner=1'});return false;">Book Now</a> |
| 75 | + <!-- Calendly link widget end --> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | +</section> |
| 80 | +<footer class="bg-dark mt-auto"> |
| 81 | + <section class="text-center mt-2"> |
| 82 | + <a href="http://twitter.com/sptdevltd" title="Follow us on Twitter" class="text-light mx-2"> |
| 83 | + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> |
| 84 | + <path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"></path> |
| 85 | + </svg> |
| 86 | + </a> |
| 87 | + <a href="http://www.linkedin.com/company/spt-development-ltd" title="Link to us on LinkedIn" class="text-light mx-2"> |
| 88 | + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> |
| 89 | + <path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/> |
| 90 | + </svg> |
| 91 | + </a> |
| 92 | + <a href="https://github.com/spt-development" title="Find us on GitHub" class="text-light mx-2"> |
| 93 | + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> |
| 94 | + <path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path></svg> |
| 95 | + </svg> |
| 96 | + </a> |
6 | 97 | </section>
|
7 |
| - <section class="footer-copyright text-center"> |
8 |
| - <p>© SPT Development Ltd. All rights reserved.</p> |
| 98 | + <section class="footer-copyright text-light text-center"> |
| 99 | + <p class="mt-2">© {{ site.time | date: '%Y' }} SPT Development Ltd. All rights reserved.</p> |
9 | 100 | </section>
|
10 | 101 | </footer>
|
11 |
| -<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> |
12 |
| -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> |
13 |
| -<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script> |
| 102 | +<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity=" sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin=" anonymous" ></script> |
| 103 | +<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script> |
| 104 | +{% if page.cdn-scripts %} |
| 105 | + {% for cdn-script in page.cdn-scripts %} |
| 106 | + <script src="{{ cdn-script }}"></script> |
| 107 | + {% endfor %} |
| 108 | +{% endif %} |
14 | 109 | <script src="{{ "/assets/js/script.js" | relative_url }}" type="text/javascript"></script>
|
| 110 | +{% if page.scripts %} |
| 111 | + {% for script in page.scripts %} |
| 112 | + <script src="{{ script | relative_url }}" type="text/javascript"></script> |
| 113 | + {% endfor %} |
| 114 | +{% endif %} |
0 commit comments