templates/base_investor_no_menu.html.twig line 1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="description" content=""><meta name="author" content=""><title>Squircle Capital Investor Portal</title><link rel="apple-touch-icon" sizes="180x180" href="{{ asset('build/images/icon-squircle.png') }}"><link rel="icon" type="image/png" sizes="32x32" href="{{ asset('build/images/favicon-32x32.png') }}"><link rel="icon" type="image/png" sizes="16x16" href="{{ asset('build/images/favicon-16x16.png') }}">{{ encore_entry_link_tags('investor_style') }}<!-- Custom fonts for this template --><!-- Custom styles for this page --><link href="https://fonts.cdnfonts.com/css/georama-2" rel="stylesheet"><link href="https://fonts.cdnfonts.com/css/pt-serif" rel="stylesheet"></head><body id="page-top" style="height: 120vh"><!-- Page Wrapper --><div id="wrapper"><!-- Content Wrapper --><div id="content-wrapper" class="d-flex flex-column background-blue-dark content-wrapper" style=""><!-- Main Content --><div id="content"><img class="floating-img d-none d-lg-block" src="{{ asset("/build/images/structured_investment.png") }}"><!-- End of Topbar -->{% for message in app.flashes('success') %}<div class="alert alert-success">{{ message }}</div>{% endfor %}<!-- Begin Page Content -->{% block content %}{% endblock %}<!-- /.container-fluid --></div><!-- End of Main Content --><!-- Footer --><div class="footer mt-5"><div class="container"><div class="row"><div class="col-xxl-12 col-xl-12"><div class="office_address d-none d-xl-block"><div class="office_wrapper_line"><div class="blue_border2"></div></div><div class="office_wrapper"><span class="office_area">LUXEMBOURG</span> Rue Pierre d'Aspelt 7 | 1142 Luxembourg</div><div class="office_wrapper"><span class="office_area">MILAN</span> Corso di Porta Vittoria 9 | 20122 Milano</div><div class="office_wrapper"><span class="office_area">BARCELONA</span> Avinguda Diagonal 640 | 08017 Barcelona</div></div><div class="office_address d-xl-none"><div class="office_wrapper"><div class="blue_border2"></div></div><div class="office_wrapper"><span class="office_area">LUXEMBOURG</span><br> Rue Pierre d'Aspelt 7 | 1142 Luxembourg</div><div class="office_wrapper"><span class="office_area">MILAN</span><br> Corso di Porta Vittoria 9 | 20122 Milano</div><div class="office_wrapper"><span class="office_area">BARCELONA</span><br> Avinguda Diagonal 640 | 08017 Barcelona</div></div><br><br><div class="legal_copyright">© {{ 'now' | date('Y') }} Squircle Capital</div> </div></div></div></div></div></div><style>.footer {background: rgb(237,237,237);padding: 70px 0 30px 0;}.blue_border2 {border-top: 3px solid rgb(97,130,185);width: 40px;display: inline-block;}.footer .office_address {font-family: 'Georama', sans-serif;font-weight: 400;font-size: 18px;line-height: 24px;color: rgb(35,40,75);padding: 0;}.footer .office_area {font-family: 'PT Serif', serif;font-weight: 400;font-size: 18px;line-height: 24px;color: rgb(35 50 75);font-weight: 600;}.footer .office_address .office_wrapper_line {padding: 0 0 10px 0;}.footer .office_address .office_wrapper {padding: 0;}.footer_legal {padding: 30px 0 0 0;font-family: 'PT Serif', serif;font-weight: 400;}.footer-nav {font-family: 'Georama', sans-serif;display: inline-block;}.footer-nav ul {list-style: none;padding: 0 0 40px 0;margin: 0;}.footer-nav li {margin: 0;padding: 0 20px 0 0;font-size: 16px;line-height: 22px;display: inline;}.footer-nav a {color: rgb(35,40,75);text-decoration: underline;}.footer-nav a:hover {color: rgb(97,130,185);text-decoration:underline;}.legal_copyright {display: inline-block;font-size: 16px;line-height: 22px;font-family: 'Georama', sans-serif;font-weight: 400;color: rgb(35,40,75);}.social_media {position: relative;top: 40px;}.social_media a:hover i {color: rgb(97,130,185);text-decoration: none;-webkit-transition: color 0.3s linear;-moz-transition: color 0.3s linear;-ms-transition: color 0.3s linear;-o-transition: color 0.3s linear;transition: color 0.3s linear;}</style>{% block javascripts %}{{ encore_entry_script_tags('auth') }}{% endblock %}</body></html>