-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPagFront.html
More file actions
107 lines (95 loc) · 6.56 KB
/
PagFront.html
File metadata and controls
107 lines (95 loc) · 6.56 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid.css">
<link rel="shortcut icon" href="img/Logoicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Frontstorm</title>
<style type="text/css">
body{
background-image: url("img/Tempestade-4.jpg");
}
</style>
</head>
<body>
<!--------MEEEEENUUUUUUUUUUUUSSSS----------->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div><img src="img/Logo.png" style="width: 70px; height: 70px;"></div>
<a class="navbar-brand" href="index.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 40px; color:#00ace6;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">FrontStorm</a>
<div class="pos-f-t">
<div class="collapse" id="navbarToggleExternalContent">
<div class="bg-dark p-4">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="Fronts.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6; padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Fronts</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Cadastro.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6;padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Cadastro</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Login.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6;padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Login</a>
</li>
</li>
<li class="nav-item active">
<a class="nav-link" href="Sobre.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6;padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Sobre<span class="sr-only">(current)</span></a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" method="get" action="#" placeholder="Pesquisar">
<button class="btn btn-primary mb" type="submit">Pesquisar</button>
</form>
</div>
</div>
<nav class="navbar navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="Fronts.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6; padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Fronts</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Cadastro.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6;padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Cadastro</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Login.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6;padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Login</a>
</li>
</li>
<li class="nav-item active">
<a class="nav-link" href="Sobre.html" style="font-family: 'Oxygen';src: url('fonts/Oxygen/Oxygen-Bold.ttf'); font-size: 30px; color:#00ace6;padding-left: 30px;padding-top:15px;"onmouseover="this.style.color='#515151'" onmouseout="this.style.color='#00ace6'">Sobre</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" method="get" action="#" placeholder="Pesquisar">
<button class="btn btn-primary mb" type="submit">Pesquisar</button>
</form>
</div>
</nav>
<!--------------MEEEEEEEEEEEENNNNNNNNUUUUUUU--------->
<!-----------CCCCAAAAAAAAARRRRRDDDDSSS------>
<div class="container">
<div class="card-deck">
<div class="card">
<img src="img/Site1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">TITULO DO FRONT</h5>
<p class="card-text">DESCRIÇÃO DO FRONT EXEMPLO:"ESSE É O FRONT DO SITE QUE EU FIZ COM A PALETA DE CORES X, INSPIRADO EM X COM DESIGN MODERNISTA...</p>
<p class="card-text"><small class="text-muted">Postado por: José Maik</small></p>
</div>
</div>
</div>
<!-----------FOOOOOOTTTTTTTTEEEEEERRRRRRR------>
<footer class="footer mt-auto py-3">
<div class="container">
<p style="color: white;">© 2020 TODOS OS DIREITOS RESERVADOS À FRONTSTORM INC.</p>
</div>
</footer>
<!------------FOOOOOOOOOOTTTTTTTTEEEEEEERRRR----->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> </body>
</html>