-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error pages to be added to the official MOREA website, referring to errors 403, 404,500 and 503.
- Loading branch information
Showing
7 changed files
with
350 additions
and
0 deletions.
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,37 @@ | ||
{% load static %} | ||
|
||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="{% static 'css/errors.css' %}"> | ||
<link rel="shortcut icon" href="{% static 'assets/images/logo-morea-ds.png' %}"> | ||
<title>Error 403</title> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="header"> | ||
<div class="pointerkk"> | ||
<a href="{% url 'Home' %}"><img src="{% static 'assets/images/logo-morea-ds.png' %}" alt="Logo Morea"></a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="centerkk"> | ||
<h1 class="titleErro"> | ||
Erro 403 | ||
<br> | ||
Acesso Negado :( | ||
</h1> | ||
<p class="text"> | ||
Seu cliente não tem permissão para obter URL do servidor; | ||
<br> | ||
Clique No Botão Abaixo Para Voltar Para O Inicio | ||
</p> | ||
<a href="{% url 'Home' %}"> | ||
<button class="botão">Voltar</button> | ||
</a> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{% load static %} | ||
|
||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="{% static 'css/errors.css' %}"> | ||
<link rel="shortcut icon" href="{% static 'assets/images/logo-morea-ds.png' %}"> | ||
<title>Erro 404</title> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="header"> | ||
<div class="pointerkk"> | ||
<a href="{% url 'Home' %}"><img src="{% static 'assets/images/logo-morea-ds.png' %}" alt="Logo Morea"></a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="centerkk"> | ||
<h1 class="titleErro"> | ||
Erro 404 | ||
<br> | ||
Pagina Não Encontrada | ||
</h1> | ||
<p class="text"> | ||
Opa Não Encontramos A Pagina :( | ||
<br> | ||
Clique No Botão Abaixo Para Voltar Para O Inicio | ||
</p> | ||
<a href="{% url 'Home' %}"> | ||
<button class="botão">Voltar</button> | ||
</a> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{% load static %} | ||
|
||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="{% static 'css/errors.css' %}"> | ||
<link rel="shortcut icon" href="{% static 'assets/images/logo-morea-ds.png' %}"> | ||
<title>Erro 500</title> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="header"> | ||
<div class="pointerkk"> | ||
<a href="{% url 'Home' %}"><img src="{% static 'assets/images/logo-morea-ds.png' %}" alt="Logo Morea"></a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="centerkk"> | ||
<h1 class="titleErro"> | ||
Erro 500 | ||
<br> | ||
</h1> | ||
<p class="text"> | ||
Problemas De Processamento Com A Hospedagem Do Site :( | ||
<br> | ||
A Versão HTTP Utilizada Na Requisição Não É Suportada Pelo Servidor | ||
<br> | ||
Clique No Botão Abaixo Para Voltar Para O Inicio | ||
</p> | ||
<a href="{% url 'Home' %}"> | ||
<button class="botão">Voltar</button> | ||
</a> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{% load static %} | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="{% static 'css/errors.css' %}"> | ||
<link rel="shortcut icon" href="{% static 'assets/images/logo-morea-ds.png' %}"> | ||
<title>Erro 503</title> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="header"> | ||
<div class="pointerkk"> | ||
<a href="{% url 'Home' %}"><img src="{% static 'assets/images/logo-morea-ds.png' %}" alt="Logo Morea"></a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="centerkk"> | ||
<h1 class="titleErro"> | ||
Erro 503 | ||
<br> | ||
Servidor Indisponível | ||
</h1> | ||
<p class="text"> | ||
Dificuldade De Processamento Do Servidor :( | ||
<br> | ||
O Servidor Web Está Temporariamente Indisponível Ou Incapaz De Lidar Com A Solicitação Do Cliente. | ||
<br> | ||
Clique No Botão Abaixo Para Voltar Para O Inicio | ||
</p> | ||
<a href="{% url 'Home' %}"> | ||
<button class="botão">Voltar</button> | ||
</a> | ||
</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
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
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,182 @@ | ||
@charset "UTF-8"; | ||
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto:wght@700&display=swap"); | ||
|
||
|
||
/*Config Global*/ | ||
|
||
|
||
* { | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
} | ||
|
||
|
||
/*Celular*/ | ||
|
||
|
||
@media (max-width: 460px) { | ||
|
||
body{ | ||
background-color: #0e6afb; | ||
font-family: "Roboto", sans-serif; | ||
} | ||
|
||
.header{ | ||
background-color: white; | ||
height: 5em; | ||
width: 100%; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.header img{ | ||
height: 85px; | ||
width: 85px; | ||
} | ||
|
||
.titleErro{ | ||
color: white; | ||
font-size: 30px; | ||
} | ||
|
||
.centerkk{ | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translateX(-50%) translateY(-50%); | ||
text-align: center; | ||
} | ||
|
||
.text { | ||
color: white; | ||
font-size: 15px; | ||
padding-top: 3%; | ||
} | ||
|
||
.botão{ | ||
margin-top: 2em; | ||
padding: 10px; | ||
border-radius: 7px; | ||
|
||
} | ||
|
||
} | ||
|
||
|
||
/*Pc/Laptop*/ | ||
|
||
|
||
@media (min-width: 1000px){ | ||
|
||
body{ | ||
|
||
background-color: #0E6AFB; | ||
font-family: 'Roboto' , sans-serif | ||
} | ||
|
||
.header{ | ||
background-color: white; | ||
height: 5em; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
.header img{ | ||
height: 85px; | ||
width: 85px; | ||
} | ||
|
||
.pointerkk{ | ||
position: absolute; | ||
user-select:none | ||
} | ||
|
||
.pointerkk img{ | ||
pointer-events: none; | ||
} | ||
|
||
.titleErro{ | ||
color: white; | ||
font-size: 45px; | ||
} | ||
|
||
.centerkk{ | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translateX(-50%) translateY(-50%); | ||
text-align: center; | ||
} | ||
|
||
.text{ | ||
color: white; | ||
font-size: 20px; | ||
padding-top: 3%; | ||
} | ||
|
||
.botão{ | ||
margin-top: 2em; | ||
padding: 10px; | ||
border-radius: 7px; | ||
|
||
} | ||
|
||
} | ||
|
||
/*Tablet*/ | ||
|
||
|
||
@media (min-width: 461px) and (max-width: 999px) { | ||
|
||
|
||
body{ | ||
background-color: #0E6AFB; | ||
font-family: 'Roboto' , sans-serif | ||
} | ||
|
||
.header{ | ||
background-color: white; | ||
height: 5em; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
.header img{ | ||
height: 85px; | ||
width: 85px; | ||
} | ||
|
||
.pointerkk{ | ||
position: absolute; | ||
user-select:none | ||
} | ||
|
||
.pointerkk img{ | ||
pointer-events: none; | ||
} | ||
|
||
.titleErro{ | ||
color: white; | ||
font-size: 35px; | ||
} | ||
|
||
.centerkk{ | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translateX(-50%) translateY(-50%); | ||
text-align: center; | ||
} | ||
|
||
.text{ | ||
color: white; | ||
font-size: 15px; | ||
padding-top: 3%; | ||
} | ||
|
||
.botão{ | ||
margin-top: 2em; | ||
padding: 10px; | ||
border-radius: 7px; | ||
} | ||
} | ||
|