Skip to content

Commit

Permalink
Deployed 9d95b95 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 9, 2024
0 parents commit bbb8eab
Show file tree
Hide file tree
Showing 161 changed files with 74,037 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,366 changes: 1,366 additions & 0 deletions 404.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,735 changes: 1,735 additions & 0 deletions Analise/cenarios/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,810 changes: 1,810 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/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/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/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
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/arg2.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/criar_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/cursor.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/exploracao.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/icone.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/logo-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/modos_de_jogo.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/personaarthur.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/personasarah.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/personavictor.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/transition-grey-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 bbb8eab

Please sign in to comment.