-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters