diff --git a/index.html b/index.html index 95988af..44d6243 100644 --- a/index.html +++ b/index.html @@ -1,34 +1,14 @@ + Simulados para as Certificações da Microsoft Azure - + +

Simulados para as Certificações da Microsoft Azure

@@ -37,56 +17,56 @@

Simulados para as Certificações da Microsoft Azure

@@ -96,4 +76,5 @@

Simulados para as Certificações da Microsoft Azure

+ \ No newline at end of file diff --git a/src/css/custom-index.css b/src/css/custom-index.css new file mode 100644 index 0000000..90017eb --- /dev/null +++ b/src/css/custom-index.css @@ -0,0 +1,24 @@ +.card { + transition: transform 0.3s ease-in-out; +} + +.card:hover { + transform: scale(1.05); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); +} + +.card-body a { + color: #007bff; + text-decoration: none; + font-weight: bold; +} + +.card-body a:hover { + text-decoration: none; +} + +@media (max-width: 768px) { + h1 { + font-size: 1.5rem; + } +} \ No newline at end of file diff --git a/src/css/custom-page.css b/src/css/custom-page.css new file mode 100644 index 0000000..3403baf --- /dev/null +++ b/src/css/custom-page.css @@ -0,0 +1,57 @@ +header { + position: fixed; + top: 0; + padding-top: 20px; + padding-bottom: 20px; + width: 100%; + height: auto; + z-index: 1000; + background-color: #fff; +} + +footer { + position: fixed; + bottom: 0; + padding-top: 20px; + padding-bottom: 20px; + width: 100%; + height: auto; + z-index: 1000; + background-color: #fff; +} + +.topicos { + margin-top: 130px; + margin-bottom: 130px; +} + +@media (max-width: 768px) { + h1 { + font-size: 1.5rem; + } + + header, + footer { + padding-top: 10px; + padding-bottom: 10px; + } + + .topicos { + margin-top: 120px; + margin-bottom: 170px; + } + + footer .d-flex>div { + flex: 0 0 100%; + margin-bottom: 10px; + } + + footer .d-flex { + flex-direction: column; + align-items: center; + } + + footer .d-flex>div:last-child { + margin-bottom: 0; + } +} \ No newline at end of file diff --git a/src/data/ai-900.json b/src/data/ai-900.json new file mode 100644 index 0000000..e69de29 diff --git a/src/data/az-204.json b/src/data/az-204.json new file mode 100644 index 0000000..e69de29 diff --git a/src/data/az-305.json b/src/data/az-305.json new file mode 100644 index 0000000..e69de29 diff --git a/src/data/az-400.json b/src/data/az-400.json new file mode 100644 index 0000000..e69de29 diff --git a/src/data/az-900.json b/src/data/az-900.json new file mode 100644 index 0000000..e69de29 diff --git a/src/data/dp-900.json b/src/data/dp-900.json new file mode 100644 index 0000000..e69de29 diff --git a/src/data/sc-900.json b/src/data/sc-900.json new file mode 100644 index 0000000..e69de29 diff --git a/src/page/ai-900.html b/src/page/ai-900.html new file mode 100644 index 0000000..686e34f --- /dev/null +++ b/src/page/ai-900.html @@ -0,0 +1,12 @@ + + + + + + Em Construção + + +

Estamos ainda em construção!

+ Voltar à página principal + + \ No newline at end of file diff --git a/src/pages/az-104.html b/src/page/az-104.html similarity index 79% rename from src/pages/az-104.html rename to src/page/az-104.html index be9f897..5945ebf 100644 --- a/src/pages/az-104.html +++ b/src/page/az-104.html @@ -6,93 +6,17 @@ Simulado da Microsoft Azure AZ-104 - + -
-
-

-
-
-
- +
+
+

+
+
+
+
@@ -205,7 +129,7 @@
descricaoProgresso.textContent = textoDescricao; } - window.limparLocalStorage = function() { + window.limparLocalStorage = function () { $('#confirmacaoModal').modal('show'); }; @@ -213,7 +137,7 @@
window.paginaAnterior = paginaAnterior; // Função para confirmar volta ao menu principal - window.confirmarVoltarHome = function() { + window.confirmarVoltarHome = function () { $('#voltarHomeModal').modal('show'); }; @@ -271,6 +195,26 @@ iniciar(); + + \ No newline at end of file diff --git a/src/page/az-204.html b/src/page/az-204.html new file mode 100644 index 0000000..686e34f --- /dev/null +++ b/src/page/az-204.html @@ -0,0 +1,12 @@ + + + + + + Em Construção + + +

Estamos ainda em construção!

+ Voltar à página principal + + \ No newline at end of file diff --git a/src/page/az-305.html b/src/page/az-305.html new file mode 100644 index 0000000..686e34f --- /dev/null +++ b/src/page/az-305.html @@ -0,0 +1,12 @@ + + + + + + Em Construção + + +

Estamos ainda em construção!

+ Voltar à página principal + + \ No newline at end of file diff --git a/src/page/az-400.html b/src/page/az-400.html new file mode 100644 index 0000000..686e34f --- /dev/null +++ b/src/page/az-400.html @@ -0,0 +1,12 @@ + + + + + + Em Construção + + +

Estamos ainda em construção!

+ Voltar à página principal + + \ No newline at end of file diff --git a/src/page/az-900.html b/src/page/az-900.html new file mode 100644 index 0000000..686e34f --- /dev/null +++ b/src/page/az-900.html @@ -0,0 +1,12 @@ + + + + + + Em Construção + + +

Estamos ainda em construção!

+ Voltar à página principal + + \ No newline at end of file diff --git a/src/page/dp-900.html b/src/page/dp-900.html new file mode 100644 index 0000000..686e34f --- /dev/null +++ b/src/page/dp-900.html @@ -0,0 +1,12 @@ + + + + + + Em Construção + + +

Estamos ainda em construção!

+ Voltar à página principal + + \ No newline at end of file diff --git a/src/page/sc-900.html b/src/page/sc-900.html new file mode 100644 index 0000000..686e34f --- /dev/null +++ b/src/page/sc-900.html @@ -0,0 +1,12 @@ + + + + + + Em Construção + + +

Estamos ainda em construção!

+ Voltar à página principal + + \ No newline at end of file