Skip to content

Commit

Permalink
feat: adiciona barra de navegação, sobre e docs do modulo 1
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-serafim committed Nov 24, 2024
1 parent 89385d1 commit e7ddedc
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 13 deletions.
File renamed without changes
File renamed without changes
53 changes: 41 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,46 @@
# Welcome to MkDocs
# 2024.2-Cyberpunk

For full documentation visit [mkdocs.org](https://www.mkdocs.org).
<!-- ![cyberpunk](assets/cyberpunk.jpg) -->

## Commands

* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
<div align="center">
<img align="center" src="assets/cyberpunk.jpg" alt="cyberpunk" width="500" height="500">
<p><b>Figura 1: Cyberpunk</b></p>
</div>

## Project layout

mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.

## Introdução

Este projeto foi desenvolvido na Universidade de Brasília, durante a disciplina de Banco de Dados I, ministrada pelo professor Maurício Serrano. O objetivo do projeto é programar um jogo cujo é fundamentado em um banco de dados, aplicando conceitos aprendidos durantes as aulas.

## Sobre o jogo

<p align="justify">
O jogo se passa em um futuro distópico de estilo cyberpunk, onde megacorporações controlam grande parte da sociedade, e a tecnologia avançada se mistura com uma realidade sombria e decadente. Neste mundo, o protagonista é um hacker habilidoso que enfrenta ameaças de corporações poderosas, lutando para defender seus ideais. À medida que avança, o protagonista deve usar suas habilidades de invasão e manipulação de dados para superar os desafios e desmascarar segredos que moldam o destino desse universo futurista.
</p>

## Integrantes

<div align="center">
<table>
<tr>
<td align="center">
<img src="https://github.com/Jauzimm.png" width="150px" alt="João Vitor Santos"><br>
<a href="https://github.com/Jauzimm">João Vitor Santos</a>
</td>
<td align="center">
<img src="https://github.com/charles-serafim.png" width="150px" alt="Charles Serafim"><br>
<a href="https://github.com/charles-serafim">Charles Serafim</a>
</td>
<td align="center">
<img src="https://github.com/EduardaSMarques.png" width="150px" alt="Eduarda Marques"><br>
<a href="https://github.com/EduardaSMarques">Eduarda Marques</a>
</td>
<td align="center">
<img src="https://github.com/GabriellyAssuncao.png" width="150px" alt="Gabrielly Assunção"><br>
<a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>
</td>
</tr>
</table>
</div>
File renamed without changes.
File renamed without changes.
9 changes: 8 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
site_name: Cyberpunk

theme:
name: material
feature:
Expand All @@ -22,4 +23,10 @@ theme:
icon: material/brightness-4
name: Switch to light mode
primary: yellow
accent: pink
accent: pink

nav:
- Sobre: index.md
- Módulo 1:
- Modelo Entidade-Relacionamento: modulo1/MER_Cyberpunk.md
- Diagrama Entidade-Relacionamento: modulo1/DER_Cyberpunk.md

0 comments on commit e7ddedc

Please sign in to comment.