-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsobre.php
More file actions
executable file
·26 lines (24 loc) · 811 Bytes
/
sobre.php
File metadata and controls
executable file
·26 lines (24 loc) · 811 Bytes
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
<?php
$header_title="Sobre";
$header_css='<link rel="stylesheet" href="./CSS/sobre.css">';
$nav1link="index.php";
$nav2link="signin.php";
$nav3link="newevent.php";
$nav1="Home";
$nav2="Login";
$nav3="Anuncie";
include("header.php");
?>
<div class="banner">
<figure>
<img src="./img/ingresso.png" alt="">
</figure>
</div>
<div class="holdr">
<h1>Conheça a Run For Your Tickets</h1>
<h2>História</h2>
<p>Com um mês de história no mercado, A Run For Your Tickets foi idealizada para facilitar a venda de ingressos para eventos na região.
Reunindo anunciantes e compradores em uma plataforma fácil e acolhedora.</p>
<h2>Meta</h2>
<p>Oferecer um serviço confiável e transparente, promovendo a negociação rápida e incentivando o acesso à cultura local.</p>
</div>