Skip to content

Commit

Permalink
Página do ambiente colaborativo
Browse files Browse the repository at this point in the history
  • Loading branch information
herbet committed Aug 15, 2023
1 parent fdc416c commit b8a83fa
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
66 changes: 66 additions & 0 deletions ambiente.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />

<link href="./css/fontawesome.css" rel="stylesheet">
<link href="./css/brands.css" rel="stylesheet">
<link href="./css/solid.css" rel="stylesheet">

<title>CTICC</title>

<link rel="shortcut icon" href="./imagens/logo.png">

<meta name="viewport" content="width=device-width, initial-scale=1">

<!--link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css"-->
<!--link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-win8.css"-->

<link rel="apple-touch-icon" href="./imagens/logo.png">

<link rel="stylesheet" href="./css/w3.css">

<link rel="stylesheet" href="./css/w3-theme-indigo.css">

<link rel="stylesheet" href="./css/w3-colors-win8.css">

<style>
a:link { color: lightblue; } /* unvisited link */
a:visited { color: lightblue; } /* visited link */
a:hover { color: white; } /* mouse over link */
a:active { color: lightblue; } /* selected link */

.j3-win8-cobalt { background-color:#003767!important } /* cor de fundo do botao customizado */
</style>
</head>
<body class="w3-container w3-white">

<div class="w3-container w3-round-xlarge" style="background-color:#ffffff;" >
<a class="w3-xxlarge " style="color: #003767;" href=index.html>
<i class="far fa-arrow-left"></i></a>
</div>

<div class="w3-container w3-white w3-center ">
<br />
<img src="./imagens/logo.png" width="200" class="w3-image w3-round-xlarge "> <br /> <br />

<div class="w3-row">

<div class="w3-col s1 m1 l1 w3-center">
<p> </p>
</div>

<div class="w3-col s10 m10 l10 w3-center">

<a class="w3-card-16 w3-btn-block w3-round-xlarge w3-medium j3-win8-cobalt w3-padding-24" href="./ambiente.html">
<i class="far fa-comments" aria-hidden="true"></i> Já sou cadastrado - Acessar o Teams</a><br><br>

<a class="w3-card-16 w3-btn-block w3-round-xlarge w3-medium j3-win8-cobalt w3-padding-24" href="#" target="_blank">
<i class="far fa-globe" aria-hidden="true"></i> Instruções para o Primeiro Acesso </a> <br><br>

<img src="./imagens/logo-govbr-horizontal.png" width="400" class="w3-image w3-padding-24">

</div>

</div>
</body></html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<a class="w3-card-16 w3-btn-block w3-round-xlarge w3-medium j3-win8-cobalt w3-padding-24" href="https://www.gov.br/cgu/pt-br/assuntos/transparencia-publica/conselho-da-transparencia/competencias" target="_blank">
<i class="far fa-handshake" aria-hidden="true"></i> COMPETÊNCIAS </a><br><br>

<a class="w3-card-16 w3-btn-block w3-round-xlarge w3-medium j3-win8-cobalt w3-padding-24" href="https://cdess.gov.br/app/ambiente.html">
<a class="w3-card-16 w3-btn-block w3-round-xlarge w3-medium j3-win8-cobalt w3-padding-24" href="./ambiente.html">
<i class="far fa-comments" aria-hidden="true"></i> AMBIENTE COLABORATIVO</a><br><br>

<a class="w3-card-16 w3-btn-block w3-round-xlarge w3-medium j3-win8-cobalt w3-padding-24" href="https://www.gov.br/cgu/pt-br/assuntos/transparencia-publica/conselho-da-transparencia" target="_blank">
Expand Down

0 comments on commit b8a83fa

Please sign in to comment.