portfolio-website/project/templates/footer.html
Alexander Hosking c53e72b9af Framework for Site
Add Portfolio module
Add Logo
2022-07-07 01:19:28 -04:00

107 lines
5.2 KiB
HTML

<!-- footer begin -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="{{ url_for('static', filename='images/logo.png') }}" class="logo-small" alt=""><br>
We are team based in York Region. Our experience spans residential, commercial, office, and restaurant design.
We take pride in blending our aesthetic across a project scope to enable and provide projects that deliver beyond our clients expectations.
</div>
<div class="col-md-4">
<div class="widget widget_recent_post">
<!-- <h3>Latest News</h3> -->
<ul>
<!-- <li><a href="#">5 Things That Take a Room from Good to Great</a></li>
<li><a href="#">Functional and Stylish Wall-to-Wall Shelves</a></li>
<li><a href="#">9 Unique and Unusual Ways to Display Your TV</a></li>
<li><a href="#">The 5 Secrets to Pulling Off Simple, Minimal Design</a></li>
<li><a href="#">How to Make a Huge Impact With Multiples</a></li> -->
</ul>
</div>
</div>
<div class="col-md-4">
<h3>Contact Us</h3>
<div class="widget widget-address">
<address>
<span>York Region, Ontario, Canada</span>
<span><strong>Phone:</strong>(647) 478-6951</span>
<span><strong>Email:</strong><a href="mailto:design@studi-odesigns.com">design@studi-odesigns.com</a></span>
<span><strong>Web:</strong><a href="#">http://studi-odesigns.com</a></span>
</address>
</div>
</div>
</div>
<br>
<br>
</div>
<!-- <div class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-6">
&copy; Copyright 2019 - Archi Interior Design Template by <span class="id-color">Designesia</span>
</div>
<div class="col-md-6 text-right">
<div class="social-icons">
<a href="#"><i class="fa fa-facebook fa-lg"></i></a>
<a href="#"><i class="fa fa-twitter fa-lg"></i></a>
<a href="#"><i class="fa fa-rss fa-lg"></i></a>
<a href="#"><i class="fa fa-google-plus fa-lg"></i></a>
<a href="#"><i class="fa fa-skype fa-lg"></i></a>
<a href="#"><i class="fa fa-dribbble fa-lg"></i></a>
</div>
</div>
</div>
</div>
</div> -->
<a href="#" id="back-to-top"></a>
</footer>
<!-- footer close -->
</div>
<!-- Javascript Files
================================================== -->
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jpreLoader.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.isotope.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/easing.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.flexslider-min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.scrollto.js') }}"></script>
<script src="{{ url_for('static', filename='js/owl.carousel.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.countTo.js') }}"></script>
<script src="{{ url_for('static', filename='js/classie.js') }}"></script>
<script src="{{ url_for('static', filename='js/video.resize.js') }}"></script>
<script src="{{ url_for('static', filename='js/validation.js') }}"></script>
<script src="{{ url_for('static', filename='js/wow.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.magnific-popup.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/enquire.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/designesia.js') }}"></script>
<!-- SLIDER REVOLUTION SCRIPTS -->
<script type="text/javascript" src="{{ url_for('static', filename='rs-plugin/js/jquery.themepunch.plugins.min.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='rs-plugin/js/jquery.themepunch.revolution.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/typed.js') }}"></script>
<script>
$(function () {
// jquery typed plugin
$(".typed").typed({
stringsElement: $('.typed-strings'),
typeSpeed: 100,
backDelay: 1500,
loop: true,
contentType: 'html', // or text
// defaults to false for infinite loop
loopCount: false,
callback: function () { null; },
resetCallback: function () { newTyped(); }
});
});
</script>
</body>
</html>