-
Notifications
You must be signed in to change notification settings - Fork 0
/
franquias.php
32 lines (27 loc) · 924 Bytes
/
franquias.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html lang="pt-BR">
<?php include './inc/head.php' ?>
<body>
<!-- Menu de navegação superior -->
<div id="nav-wrapper">
<?php include './inc/nav.php' ?>
</div>
<!-- Header Principal -->
<header id="franquias-header" class="d-flex align-items-center">
<div class="container d-flex flex-wrap justify-content-end align-items-center">
<h1 class="col-12 col-lg-5 px-lg-0">SEJA UM FRANQUEADO</h1>
<div id="header-text-container" class="d-inline-block col-12 col-lg-5">
<p>O MELHOR LUGAR PARA COMEMORAR A VIDA. COMER, BEBER & LEVAR.</p>
</div>
</div>
</header>
<!-- Contato - Franquias -->
<?php include './inc/contato-inc-form.php' ?>
<!-- Footer -->
<div id="footer-wrapper">
<?php include './inc/footer.php' ?>
</div>
<!-- Javascript -->
<?php include './inc/script.php' ?>
</body>
</html>