Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
talita-moraes committed Nov 1, 2020
1 parent fe0a121 commit 93c4987
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 11 deletions.
3 changes: 2 additions & 1 deletion _css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ fieldset#login {
position: absolute;
top: 37px;
right: 1px;
height: 28px;
height: 28px;
width:auto;
padding: 10px;
}

Expand Down
5 changes: 2 additions & 3 deletions cadastro.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
<div class="container-fluid" id="menu2" style="padding-bottom: 10px;">
<ul style="list-style-type: none;">
<div class="row">
<li class="col-sm"><a href="#Cursos" style="color: white;">Cursos</a></li>
<li class="col-sm"><a href="#Sobre" style="color: white;">Sobre</a></li>
<!--<li class="col-sm"><a href="#lidosR" style="color: white;">Lidos recentemente</button></a></li>-->
<li class="col-sm"><a href="cursos.html" style="color: white;">Cursos</a></li>
<li class="col-sm"><a href="#Sobre" style="color: white;">Quem Sobre</a></li>
<li class="col-sm"><a href="#Validar" style="color: white;">Validar Certificado </a></li>
</div>
</ul>
Expand Down
60 changes: 60 additions & 0 deletions cursos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="pt-br">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://necolas.github.io/normalize.css/4.1.1/normalize.css">
<link rel="stylesheet" type="text/css" href="_css/style.css" media="screen" />
<script src="_css/_javascript/script.js"></script>

<!--------------------- Bootstrap ---------------------------->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

<title>Cursos</title>
</head>
<body>
<div id="interface">
<header id="cabecalho">

<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html" style="font-family: bangers; font-size: 180%; padding-bottom:0px ;">PlayView</a>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse d-lg-flex justify-content-end" id="navbarSupportedContent">
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">


<a href="login.html" aria-expanded="true" id="TLink1" href="#" onclick="togglePerfil('popupPerfil', 'TLink1')"><img src="_img/_icon/user-icon.png" style="width: 40px; height: 40px;" /></a>

</form>
</div>
</nav>

<div class="container-fluid" id="menu2" style="padding-bottom: 10px;">
<ul style="list-style-type: none;">
<div class="row">
<li class="col-sm"><a href="cursos.html" style="color: white;">Cursos</a></li>
<li class="col-sm"><a href="#Sobre" style="color: white;">Quem Sobre</a></li>
<li class="col-sm"><a href="#Validar" style="color: white;">Validar Certificado </a></li>
</div>
</ul>
</div>
</header>


<div id="rodape">
<footer id="rodape">
<p>Copyright &copy; 2020 - SM<br/>
<a href="http:https://facebook.com" target="_blank"> Facebook </a>|
<a href="http:https://instagram.com" target="_blank"> Instagram</a></p>
</footer>
</div>
</body>
</html>
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
<div class="container-fluid" id="menu2" style="padding-bottom: 10px;">
<ul style="list-style-type: none;">
<div class="row">
<li class="col-sm"><a href="#Cursos" style="color: white;">Cursos</a></li>
<li class="col-sm"><a href="cursos.html" style="color: white;">Cursos</a></li>
<li class="col-sm"><a href="#Sobre" style="color: white;">Quem Sobre</a></li>
<li class="col-sm"><a href="#lidosR" style="color: white;">Contato</button></a></li>
<li class="col-sm"><a href="#Validar" style="color: white;">Validar Certificado </a></li>
</div>
</ul>
Expand Down
9 changes: 4 additions & 5 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
<div class="container-fluid" id="menu2" style="padding-bottom: 10px;">
<ul style="list-style-type: none;">
<div class="row">
<li class="col-sm"><a href="#Cursos" style="color: white;">Cursos</a></li>
<li class="col-sm"><a href="#Sobre" style="color: white;">Sobre</a></li>
<!--<li class="col-sm"><a href="#lidosR" style="color: white;">Lidos recentemente</button></a></li>-->
<li class="col-sm"><a href="cursos.html" style="color: white;">Cursos</a></li>
<li class="col-sm"><a href="#Sobre" style="color: white;">Quem Sobre</a></li>
<li class="col-sm"><a href="#Validar" style="color: white;">Validar Certificado </a></li>
</div>
</ul>
Expand All @@ -61,14 +60,14 @@
<tr>
<td>Login:</td>
<td align="left">
<input type ="text" name="CPFLogin" size= "52" maxlength="20" placeholder="CPF" required="required" >
<input type ="text" name="CPFLogin" maxlength="10" placeholder="CPF" required="required" >
</td>
</tr>

<tr>
<td>Senha:</td>
<td align="left">
<input type ="password" name="senha" size= "52" maxlength="20" placeholder="******" required="required">
<input type ="password" name="senha" maxlength="10" placeholder="******" required="required">
</td>
</tr>

Expand Down

0 comments on commit 93c4987

Please sign in to comment.