-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adiciona barra de navegação, sobre e docs do modulo 1
- Loading branch information
1 parent
89385d1
commit e7ddedc
Showing
6 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters