<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
<link rel="icon" href="{{ asset('uploads/logos_yipao/favicon.png') }}">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
<link href="{{ asset('web/css/font-awesome.css') }}" rel="stylesheet">
<link href="{{ asset('web/css/simple-line-icons.css') }}" rel="stylesheet">
<link href="{{ asset('web/css/fullscreen-slider.css') }}" rel="stylesheet">
<link href="{{ asset('web/css/jquery-ui.css') }}" rel="stylesheet">
<link href="{{ asset('web/css/datepicker.css') }}" rel="stylesheet">
<link href="{{ asset('web/css/bootstrap.css') }}" rel="stylesheet">
<link href="{{ asset('web/css/app.css') }}" rel="stylesheet">
{% block stylesheets %}
<style>
@media only screen and (max-device-width : 960px)
{
#img_footer_link {
width: 50% !important;
}
.text_footer_mobile {
font-size: 30px !important;
}
a.span_footer_mobile > span {
font-size: 30px !important;
}
.btn-icon.btn-sm {
width: 50px !important;
}
.agent-avatar img {
width: 250px !important;
height: 250px !important;
}
.agent-name {
font-size: 30px !important;
}
.home-content h2 {
font-size: 45px !important;
}
}
@media screen and (max-width: 480px) {
.home-footer {
font-size: 45px !important;
}
.agent-avatar img {
width: 200px !important;
height: 200px !important;
border-radius: 50%;
}
}
</style>
{% endblock %}
</head>
<body class="notransition no-hidden">
{% block body %}{% endblock %}
<!-- Footer -->
{{ include('components/footer/footer.html.twig') }}
</body>
{% block javascripts %}
<script src="{{ asset('web/js/jquery-2.1.1.min.js') }}"></script>
<script src="{{ asset('web/js/jquery-ui.min.js') }}"></script>
<script src="{{ asset('web/js/jquery-ui-touch-punch.js') }}"></script>
<script src="{{ asset('web/js/jquery.placeholder.js') }}"></script>
<script src="{{ asset('web/js/bootstrap.js') }}"></script>
<script src="{{ asset('web/js/jquery.touchSwipe.min.js') }}"></script>
{# <script src="{{ asset('web/js/jquery.slimscroll.min.js') }}"></script>#}
<script src="http://maps.googleapis.com/maps/api/js?sensor=true&libraries=geometry&libraries=places" type="text/javascript"></script>
<script src="{{ asset('web/js/infobox.js') }}"></script>
{#<script src="{{ asset('web/js/jquery.tagsinput.min.js') }}"></script>#}
<script src="{{ asset('web/js/jquery.visible.js') }}"></script>
<script src="{{ asset('web/js/home.js') }}" type="text/javascript"></script>
{#<script src="{{ asset('web/js/app.js') }}" type="text/javascript"></script>#}
{% endblock %}
</html>