-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
40 lines (39 loc) · 1.8 KB
/
index.php
File metadata and controls
40 lines (39 loc) · 1.8 KB
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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - ManagePRO</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/default.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<div class="container">
<header class="container">
<div class="logo"><a href="">ManagePRO</a></div>
<nav>
<ul class="nav">
<li class="nav-item"><a class="nav-link" href="">Home</a></li>
<li class="nav-item"><a class="nav-link" href="pages/projetos.php">Projetos</a></li>
<li class="nav-item"><a class="nav-link" href="pages/sobre.php">Sobre</a></li>
</ul>
</nav>
</header>
<div class="jumbotron jumbotron-fluid front">
<div class="container">
<h1 class="display-4">ManagePRO</h1>
<p class="lead">é um sistema que visa gerir os sistemas desenvolvidos por empresas de forma que essa gerência seja mais eficaz possível. Onde além de visualizar os principais pontos o cliente possa tambem gerênciar riscos e possíveis retornos que o projeto possa ter. </p>
</div>
</div>
<footer>
<div class="copyright">
Todos os direitos reservados©Lorem Ipsum Inc.
</div>
</footer>
</div>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src=""></script>
</body>
</html>