Skip to content

Commit

Permalink
Deployed 7a82c59 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2024
0 parents commit 634db2d
Show file tree
Hide file tree
Showing 186 changed files with 83,469 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,429 changes: 1,429 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1,804 changes: 1,804 additions & 0 deletions Analise/CasosDeUso/index.html

Large diffs are not rendered by default.

1,649 changes: 1,649 additions & 0 deletions Analise/EspecificacaoSuplementar/index.html

Large diffs are not rendered by default.

1,647 changes: 1,647 additions & 0 deletions Analise/NFR/index.html

Large diffs are not rendered by default.

1,645 changes: 1,645 additions & 0 deletions Analise/argumentacao/index.html

Large diffs are not rendered by default.

1,996 changes: 1,996 additions & 0 deletions Analise/backlog/index.html

Large diffs are not rendered by default.

2,002 changes: 2,002 additions & 0 deletions Analise/cenarios/index.html

Large diffs are not rendered by default.

1,654 changes: 1,654 additions & 0 deletions Analise/epics/index.html

Large diffs are not rendered by default.

1,962 changes: 1,962 additions & 0 deletions Analise/lexicos/index.html

Large diffs are not rendered by default.

1,669 changes: 1,669 additions & 0 deletions Analise/personas/index.html

Large diffs are not rendered by default.

1,674 changes: 1,674 additions & 0 deletions Analise/richpicture/index.html

Large diffs are not rendered by default.

2,803 changes: 2,803 additions & 0 deletions Analise/validacao/index.html

Large diffs are not rendered by default.

1,655 changes: 1,655 additions & 0 deletions Analise/validacaoPrototipo/index.html

Large diffs are not rendered by default.

2,172 changes: 2,172 additions & 0 deletions Elicitacoes/AnaliseProtocolo/index.html

Large diffs are not rendered by default.

1,739 changes: 1,739 additions & 0 deletions Elicitacoes/Brainstorming/index.html

Large diffs are not rendered by default.

2,236 changes: 2,236 additions & 0 deletions Elicitacoes/Introspeccao/index.html

Large diffs are not rendered by default.

1,719 changes: 1,719 additions & 0 deletions Elicitacoes/Moscow/index.html

Large diffs are not rendered by default.

1,917 changes: 1,917 additions & 0 deletions Elicitacoes/SWOT/index.html

Large diffs are not rendered by default.

1,867 changes: 1,867 additions & 0 deletions Elicitacoes/questionarios-e-pesquisas/index.html

Large diffs are not rendered by default.

1,673 changes: 1,673 additions & 0 deletions Elicitacoes/requisitos-nao-funcionais/index.html

Large diffs are not rendered by default.

2,040 changes: 2,040 additions & 0 deletions Elicitacoes/resultados/index.html

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
@font-face {
font-family: 'Minecraft-ten';
src: url('../fonts/minecraft-ten.ttf') format('truetype');
}

@font-face {
font-family: 'Minecraft-seven';
src: url('../fonts/Minecraft.otf') format('truetype');
}

h1,
h2 {
font-family: 'Minecraft-ten', sans-serif;
}

.row {
display: inline-block;
}

.col-7 {
width: 65%;
display: inline-block;
}

.col-sm {
width: 30%;
display: inline-block;
text-align: center;
}

@media(max-width: 800px) {
.row {
display: block;
}
.col-7 {
width: 100%;
display: block;
}
.col-sm {
width: 100%;
display: block;
text-align: center;
}
.img-personagens {
width: 50%!important;
}
}

header,
footer {
background: url(https://www.minecraft.net/content/dam/minecraft/backgrounds/bg-wool-dark.png);
}

.md-logo img {
height: 30px!important;
}

thead {
font-family: 'Minecraft-seven';
border-style: none;
box-shadow: inset 0px 0px 0 #111, inset 0px 6px 0 #555;
font-size: .75rem;
background: #252525;
color: #fff;
}

iframe {
width: 100%;
height: 405px;
border: none;
background: #252422;
padding: 20px;
}

.img-iframe {
margin-top: -25px;
width: 100%;
}

:root,
[data-md-color-scheme=default] {
--md-hue: 225deg;
--md-default-fg-color: #000000de;
--md-default-fg-color--light: #000000;
--md-default-fg-color--lighter: #00000052;
--md-default-fg-color--lightest: #00000012;
--md-default-bg-color: #fff;
--md-default-bg-color--light: #ffffffb3;
--md-default-bg-color--lighter: #ffffff4d;
--md-default-bg-color--lightest: #ffffff1f;
--md-code-fg-color: #36464e;
--md-code-bg-color: #f5f5f5;
--md-code-hl-color: #4287ff;
--md-code-hl-color--light: #4287ff1a;
--md-code-hl-number-color: #d52a2a;
--md-code-hl-special-color: #db1457;
--md-code-hl-function-color: #a846b9;
--md-code-hl-constant-color: #6e59d9;
--md-code-hl-keyword-color: #3f6ec6;
--md-code-hl-string-color: #1c7d4d;
--md-code-hl-name-color: var(--md-code-fg-color);
--md-code-hl-operator-color: var(--md-default-fg-color--light);
--md-code-hl-punctuation-color: var(--md-default-fg-color--light);
--md-code-hl-comment-color: var(--md-default-fg-color--light);
--md-code-hl-generic-color: var(--md-default-fg-color--light);
--md-code-hl-variable-color: var(--md-default-fg-color--light);
--md-typeset-color: var(--md-default-fg-color);
--md-typeset-a-color: var(--md-primary-fg-color);
--md-typeset-del-color: #f5503d26;
--md-typeset-ins-color: #0bd57026;
--md-typeset-kbd-color: #fafafa;
--md-typeset-kbd-accent-color: #fff;
--md-typeset-kbd-border-color: #b8b8b8;
--md-typeset-mark-color: #ffff0080;
--md-typeset-table-color: #0000001f;
--md-typeset-table-color--light: rgba(0, 0, 0, .035);
--md-admonition-fg-color: var(--md-default-fg-color);
--md-admonition-bg-color: var(--md-default-bg-color);
--md-warning-fg-color: #000000de;
--md-warning-bg-color: #ff9;
--md-footer-fg-color: #fff;
--md-footer-fg-color--light: #ffffffb3;
--md-footer-fg-color--lighter: #ffffff73;
--md-footer-bg-color: #000000de;
--md-footer-bg-color--dark: #00000052;
--md-shadow-z1: 0 0.2rem 0.5rem #0000000d, 0 0 0.05rem #0000001a;
--md-shadow-z2: 0 0.2rem 0.5rem #0000001a, 0 0 0.05rem #00000040;
--md-shadow-z3: 0 0.2rem 0.5rem #0003, 0 0 0.05rem #00000059;
}

[data-md-color-scheme=slate] {
--md-default-fg-color: hsla(var(--md-hue), 15%, 90%, 0.82);
--md-default-fg-color--light: #fff;
--md-default-fg-color--lighter: hsla(var(--md-hue), 15%, 90%, 0.32);
--md-default-fg-color--lightest: hsla(var(--md-hue), 15%, 90%, 0.12);
--md-default-bg-color: hsla(var(--md-hue), 15%, 14%, 1);
--md-default-bg-color--light: hsla(var(--md-hue), 15%, 14%, 0.54);
--md-default-bg-color--lighter: hsla(var(--md-hue), 15%, 14%, 0.26);
--md-default-bg-color--lightest: hsla(var(--md-hue), 15%, 14%, 0.07);
--md-code-fg-color: hsla(var(--md-hue), 18%, 86%, 0.82);
--md-code-bg-color: hsla(var(--md-hue), 15%, 18%, 1);
--md-code-hl-color: #2977ff;
--md-code-hl-color--light: #2977ff1a;
--md-code-hl-number-color: #e6695b;
--md-code-hl-special-color: #f06090;
--md-code-hl-function-color: #c973d9;
--md-code-hl-constant-color: #9383e2;
--md-code-hl-keyword-color: #6791e0;
--md-code-hl-string-color: #2fb170;
--md-code-hl-name-color: var(--md-code-fg-color);
--md-code-hl-operator-color: var(--md-default-fg-color--light);
--md-code-hl-punctuation-color: var(--md-default-fg-color--light);
--md-code-hl-comment-color: var(--md-default-fg-color--light);
--md-code-hl-generic-color: var(--md-default-fg-color--light);
--md-code-hl-variable-color: var(--md-default-fg-color--light);
--md-typeset-color: var(--md-default-fg-color);
--md-typeset-a-color: var(--md-primary-fg-color);
--md-typeset-kbd-color: hsla(var(--md-hue), 15%, 90%, 0.12);
--md-typeset-kbd-accent-color: hsla(var(--md-hue), 15%, 90%, 0.2);
--md-typeset-kbd-border-color: hsla(var(--md-hue), 15%, 14%, 1);
--md-typeset-mark-color: #4287ff4d;
--md-typeset-table-color: hsla(var(--md-hue), 15%, 95%, 0.12);
--md-typeset-table-color--light: hsla(var(--md-hue), 15%, 95%, 0.035);
--md-admonition-fg-color: var(--md-default-fg-color);
--md-admonition-bg-color: var(--md-default-bg-color);
--md-footer-bg-color: hsla(var(--md-hue), 15%, 10%, 0.87);
--md-footer-bg-color--dark: hsla(var(--md-hue), 15%, 8%, 1);
--md-shadow-z1: 0 0.2rem 0.5rem #0000000d, 0 0 0.05rem #0000001a;
--md-shadow-z2: 0 0.2rem 0.5rem #00000040, 0 0 0.05rem #00000040;
--md-shadow-z3: 0 0.2rem 0.5rem #0006, 0 0 0.05rem #00000059;
color-scheme: dark;
}

[data-md-color-primary=black] {
--md-primary-fg-color: hsla(var(--md-hue), 15%, 9%, 1);
--md-primary-fg-color--light: hsla(var(--md-hue), 15%, 9%, 0.54);
--md-primary-fg-color--dark: hsla(var(--md-hue), 15%, 9%, 1);
--md-primary-bg-color: hsla(var(--md-hue), 15%, 100%, 1);
--md-primary-bg-color--light: hsla(var(--md-hue), 15%, 100%, 0.7);
--md-typeset-a-color: #4051b5;
}

body {
cursor: url("../imgs/cursor.png"), auto;
}

.md-typeset table:not([class]) th {
min-width: auto;
}
Binary file added assets/fonts/Minecraft.otf
Binary file not shown.
Binary file added assets/fonts/minecraft-seven-2.ttf
Binary file not shown.
Binary file added assets/fonts/minecraft-ten.ttf
Binary file not shown.
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Brainwriting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Caso de uso.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Jogador.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/JogayJoga (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Minecraft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/MinecraftyJogador.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Moscow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/NFR-Desempenho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/NFR-Usabilidade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Pergunta1Questionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Pergunta2Questionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Pergunta3Questionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Pergunta4Questionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Personas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/PrototipoMaxmapa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/PrototipoMiniMapa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Resposta1Questionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Resposta2Questionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Resposta3Questionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/Resposta4Quetionario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/RichPicture - Criação de mundo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/RichPicture - Exploração.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/RichPicture - Personagem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/RichPicture - Visão geral.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/imgs/arg1.png
Binary file added assets/imgs/arg2.png
Binary file added assets/imgs/criar_mundo.jpg
Binary file added assets/imgs/cursor.png
Binary file added assets/imgs/exploracao.png
Binary file added assets/imgs/icone.png
Binary file added assets/imgs/logo-minecraft.png
Binary file added assets/imgs/modos_de_jogo.png
Binary file added assets/imgs/personaarthur.jpg
Binary file added assets/imgs/personasarah.jpg
Binary file added assets/imgs/personavictor.jpg
Binary file added assets/imgs/transition-grey-6.png
16 changes: 16 additions & 0 deletions assets/javascripts/bundle.56dfad97.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.56dfad97.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 634db2d

Please sign in to comment.