Skip to content

Commit

Permalink
adição de textos teóricos
Browse files Browse the repository at this point in the history
  • Loading branch information
trindadea committed Aug 5, 2024
1 parent 235c691 commit 3dc5c35
Show file tree
Hide file tree
Showing 9 changed files with 227 additions and 88 deletions.
29 changes: 28 additions & 1 deletion gitpages/docs/apresentacoes.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
[Apresentação Módulo 1](https://www.youtube.com/watch?v=a7Gq16dQrgY)
# Apresentações

## Entrega Módulo 1

<div style="text-align: center; margin: 20px 0;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/a7Gq16dQrgY" title="Apresentação Módulo 1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>
<a href="https://www.youtube.com/watch?v=a7Gq16dQrgY" style="margin-top: 10px;">Apresentação Módulo 1</a>
</p>
</div>

<!-- ## Entrega Módulo 2
<div style="text-align: center; margin: 20px 0;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/a7Gq16dQrgY" title="Apresentação Módulo 2" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>
<a href="https://www.youtube.com/watch?v=a7Gq16dQrgY" style="margin-top: 10px;">Apresentação Módulo 2</a>
</p>
</div>
## Entrega Módulo 3
<div style="text-align: center; margin: 20px 0;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/a7Gq16dQrgY" title="Apresentação Módulo 3" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>
<a href="https://www.youtube.com/watch?v=a7Gq16dQrgY" style="margin-top: 10px;">Apresentação Módulo 3</a>
</p>
</div> -->
30 changes: 30 additions & 0 deletions gitpages/docs/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.container-equipe {
display: flex;
flex-wrap: wrap;
justify-content: center;
box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 10%);
}

.container-equipe:hover {
background-color: rgba(0, 128, 0, 0.05);
}

.membro-equipe {
text-align: center;
display: block;
text-decoration: none;
color: inherit;
max-width: 200px;
}

.membro-equipe img {
width: 150px;
border-radius: 50%;
}
.nome{
font-size: 16px;
margin: 0;
}
.matricula {
font-size: 12px;
}
30 changes: 15 additions & 15 deletions gitpages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ Este repositório contém a recriação do jogo Minecraft no estilo MUD (Multi-U
<table align="center">
<tr>
<td align="center">
<a href="https://github.com/trindadea">
<img style="width: 150px; border-radius: 50%" src="https://github.com/trindadea.png">
<a class="membro-equipe" href="https://github.com/trindadea">
<img src="https://github.com/trindadea.png">
<br>
<p class="nome">Arthur Carneiro Trindade</p>
<p class="matricula">180098080</p>
</a>
<br>
<span style="font-size: 20px; font-weight: 400">Arthur Carneiro Trindade</span>
<p>180098080</p>
</td>
<td align="center">
<a href="https://github.com/EhOBruno">
<img style="width: 150px; border-radius: 50%" src="https://github.com/EhOBruno.png">
<a class="membro-equipe" href="https://github.com/EhOBruno">
<img src="https://github.com/EhOBruno.png">
<br>
<p class="nome">Bruno Ricardo de Menezes</p>
<p class="matricula">221007680</p>
</a>
<br>
<span style="font-size: 20px; font-weight: 400">Bruno Ricardo de Menezes</span>
<p>221007680</p>
</td>
<td align="center">
<a href="https://github.com/EhOMiguel">
<img style="width: 150px; border-radius: 50%" src="https://github.com/EhOMiguel.png">
<a class="membro-equipe" href="https://github.com/EhOMiguel">
<img src="https://github.com/EhOMiguel.png">
<br>
<p class="nome">Miguel Moreira da Silva de Oliveira</p>
<p class="matricula">202023968</p>
</a>
<br>
<span style="font-size: 20px; font-weight: 400">Miguel Moreira da Silva de Oliveira</span>
<p>202023968</p>
</td>
</tr>
</table>
Expand Down
30 changes: 30 additions & 0 deletions gitpages/docs/js/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
document.addEventListener('DOMContentLoaded', function() {
// Seleciona todos os elementos com a classe especificada
var labels = document.querySelectorAll('.md-header__button.md-icon');

labels.forEach(function(label) {
// Obtém o valor do atributo title
var title = label.getAttribute('title');

// Cria o novo elemento de imagem
var img = document.createElement('img');
img.width = 25;
img.height = 25;

// Define a fonte da imagem com base no valor do title
switch (title) {
case 'Modo Escuro':
img.src = '../../assets/icons/sol.png'; // Substitua pelo caminho da imagem para "Modo Escuro"
break;
case 'Modo Claro':
img.src = '../../assets/icons/lua.png'; // Substitua pelo caminho da imagem para "Outro Título"
break;
}

img.alt = title; // Texto alternativo para a imagem

// Substitui o conteúdo do label pelo elemento de imagem
label.innerHTML = '';
label.appendChild(img);
});
});
15 changes: 13 additions & 2 deletions gitpages/docs/modulo_1/der.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Diagrama Entidade-Relacionamento

<iframe frameborder="0" style="width:100%;height:500px;" src="https://app.diagrams.net/?tags=%7B%7D&title=DER%20MUD%20Minecraft.drawio#Uhttps%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D13c3I-DoF_V7Ai0bRtT3rpJ3Cz5DJ0mRK%26export%3Ddownload"></iframe>
Autores - [Arthur Carneiro Trindade](https://github.com/trindadea), [Bruno Ricardo de Menezes](https://github.com/EhOBruno) e [Miguel Moreira da Silva de Oliveira](https://github.com/EhOMiguel), 2024.
## Introdução

O Diagrama Entidade-Relacionamento é uma representação gráfica que descreve a estrutura lógica de um banco de dados. O DER é utilizado como um <strong>modelo conceitual</strong>, isso significa que ele se concentra em representar conceitos do mundo real de maneira abstrata, mas próxima da realidade. As entidades, como jogadores, mundos, itens e missões, são definidas de acordo com seus significados e características no jogo.

O foco do modelo conceitual é, portanto, na <strong>semântica</strong>, ou seja, no significado e no contexto dos dados que serão armazenados, e sua principal função é facilitar a transição para o <strong>[modelo lógico](modeloRelacional.md)</strong>, que é uma representação mais detalhada e técnica do banco de dados.

A seguir, apresentamos o DER elaborado, detalhando as entidades envolvidas e seus respectivos relacionamentos.

## Diagrama

<iframe frameborder="0" style="width:100%;height:500px;" src="https://viewer.diagrams.net/?lightbox=1&highlight=0000ff&nav=1&title=DER%20MUD%20Minecraft.drawio#Uhttps%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D13c3I-DoF_V7Ai0bRtT3rpJ3Cz5DJ0mRK%26export%3Ddownload"></iframe>
Autores: [Arthur Carneiro Trindade](https://github.com/trindadea), [Bruno Ricardo de Menezes](https://github.com/EhOBruno) e [Miguel Moreira da Silva de Oliveira](https://github.com/EhOMiguel), 2024.

## Histórico de Versão

Expand All @@ -13,3 +23,4 @@ Autores - [Arthur Carneiro Trindade](https://github.com/trindadea), [Bruno Ricar
| `1.3` | 21/07/2024 | [Atualização da versão 1.2 do DER](./versoes/DER/versao_1.3.png) | [Bruno Ricardo de Menezes](https://github.com/EhOBruno) | [Arthur Carneiro Trindade](https://github.com/trindadea)<br>[Miguel Moreira da Silva de Oliveira](https://github.com/EhOMiguel) |
| `2.0` | 29/07/2024 | [Atualização da versão 1.3 do DER](./versoes/DER/versao_2.0.png) | [Miguel Moreira da Silva de Oliveira](https://github.com/EhOMiguel) | [Arthur Carneiro Trindade](https://github.com/trindadea)<br>[Bruno Ricardo de Menezes](https://github.com/EhOBruno) |
| `2.1` | 03/08/2024 | [Atualização da versão 2.0 do DER](./versoes/DER/versao_2.1.png) | [Bruno Ricardo de Menezes](https://github.com/EhOBruno) | [Arthur Carneiro Trindade](https://github.com/trindadea)<br> [Miguel Moreira da Silva de Oliveira](https://github.com/EhOMiguel) |
| `2.2` | 04/08/2024 | [Atualização da versão 2.1 do DER](./versoes/DER/versao_2.2.png) | [Arthur Carneiro Trindade](https://github.com/trindadea) | [Bruno Ricardo de Menezes](https://github.com/EhOBruno)<br> [Miguel Moreira da Silva de Oliveira](https://github.com/EhOMiguel) |
Loading

0 comments on commit 3dc5c35

Please sign in to comment.