Skip to content

Commit 2f21166

Browse files
alterando configurações do git pages
1 parent 8861b6e commit 2f21166

File tree

6 files changed

+111
-43
lines changed

6 files changed

+111
-43
lines changed

docs/assets/logo.png

2.8 MB
Loading

docs/assets/logo2.png

3.81 MB
Loading

docs/assets/logo3.png

3.35 MB
Loading

docs/index.md

+40-31
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# 2024.2-Cyberpunk
2-
3-
<!-- ![cyberpunk](assets/cyberpunk.jpg) -->
4-
1+
<h1>Cyberpunk</h1>
52

63
<div align="center">
74
<img align="center" src="assets/cyberpunk.jpg" alt="cyberpunk" width="500" height="500">
@@ -20,31 +17,43 @@ Este projeto foi desenvolvido na Universidade de Brasília, durante a disciplina
2017
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.
2118
</p>
2219

23-
## Integrantes
20+
## Equipe
21+
22+
<center>
23+
<table>
24+
<tr>
25+
<td align="center">
26+
<a href="https://github.com/Jauzimm">
27+
<img src="https://github.com/Jauzimm.png" width="210px" style="border-radius: 50%;" alt="João Vitor Santos"/>
28+
<br/><b>João Vitor Santos</b>
29+
</a>
30+
</td>
31+
<td align="center">
32+
<a href="https://github.com/charles-serafim">
33+
<img src="https://github.com/charles-serafim.png" width="200" style="border-radius: 50%;" alt="Charles Serafim"/>
34+
<br/><b>Charles Serafim</b>
35+
</a>
36+
</td>
37+
<td align="center">
38+
<a href="https://github.com/EduardaSMarques">
39+
<img src="https://github.com/EduardaSMarques.png" width="190" style="border-radius: 50%;" alt="Eduarda Marques"/>
40+
<br/><b>Eduarda Marques</b>
41+
</a>
42+
</td>
43+
<td align="center">
44+
<a href="https://github.com/GabriellyAssuncao">
45+
<img src="https://github.com/GabriellyAssuncao.png" width="190px" style="border-radius: 50%;" alt="Gabrielly Assunção"/>
46+
<br/><b>Gabrielly Assunção</b>
47+
</a>
48+
</td>
49+
<td align="center">
50+
<a href="https://github.com/Katuner">
51+
<img src="https://github.com/Katuner.png" width="190" style="border-radius: 50%;" alt="Lucas Meireles"/>
52+
<br/><b>Lucas Meireles</b>
53+
</a>
54+
</td>
55+
</tr>
56+
</table>
57+
</center>
58+
2459

25-
<div align="center">
26-
<table>
27-
<tr>
28-
<td align="center">
29-
<img src="https://github.com/Jauzimm.png" width="150px" alt="João Vitor Santos"><br>
30-
<a href="https://github.com/Jauzimm">João Vitor Santos</a>
31-
</td>
32-
<td align="center">
33-
<img src="https://github.com/charles-serafim.png" width="150px" alt="Charles Serafim"><br>
34-
<a href="https://github.com/charles-serafim">Charles Serafim</a>
35-
</td>
36-
<td align="center">
37-
<img src="https://github.com/EduardaSMarques.png" width="150px" alt="Eduarda Marques"><br>
38-
<a href="https://github.com/EduardaSMarques">Eduarda Marques</a>
39-
</td>
40-
<td align="center">
41-
<img src="https://github.com/GabriellyAssuncao.png" width="150px" alt="Gabrielly Assunção"><br>
42-
<a href="https://github.com/GabriellyAssuncao">Gabrielly Assunção</a>
43-
</td>
44-
<td align="center">
45-
<img src="https://github.com/Katuner.png" width="150px" alt="Lucas Meireles"><br>
46-
<a href="https://github.com/Katuner">Lucas Meireles</a>
47-
</td>
48-
</tr>
49-
</table>
50-
</div>

docs/styles/extra.css

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.md-header__logo svg {
2+
width: 30px !important;
3+
}
4+
5+
.md-header__button.md-logo img {
6+
width: auto;
7+
height: 50px;
8+
}
9+
.md-typeset h1 {
10+
color: var(--md-primary-fg-color);
11+
font-weight: 500;
12+
}

mkdocs.yml

+59-12
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,49 @@
1+
repo_url: https://github.com/SBD1/2024.2-Cyberpunk
2+
repo_name: 2024.2-Cyberpunk
3+
14
site_name: Cyberpunk
25

36
theme:
47
name: material
8+
logo: /assets/logo3.png
9+
favicon: /assets/logo2.png
510
feature:
6-
- navigation.path
11+
- navigation.tracking
712
- navigation.sections
813
- navigation.expand
9-
- toc.follow
14+
- toc.follow
15+
- content.code.annotate
16+
- tabs.sticky
1017
font:
11-
text: montserrat
18+
text: Montserrat
1219
code: JetBrains Mono
13-
language: en
20+
language: pt
1421
palette:
15-
- scheme: slate
22+
- scheme: default
1623
toggle:
17-
icon: material/brightness-7
24+
icon: material/weather-night
1825
name: Switch to dark mode
19-
primary: Purple
20-
accent: pink
21-
- scheme: default
26+
primary: deep purple
27+
accent: Pink
28+
- scheme: slate
2229
toggle:
23-
icon: material/brightness-4
30+
icon: material/weather-sunny
2431
name: Switch to light mode
25-
primary: Purple
26-
accent: pink
32+
primary: deep purple
33+
accent: Pink
34+
features:
35+
- instant
36+
- navigation.tabs
37+
search:
38+
lang: en
39+
separator: "-"
40+
social:
41+
- icon: fontawesome/brands/github
42+
link: https://github.com/seuusuario
43+
- icon: fontawesome/brands/twitter
44+
link: https://twitter.com/seuperfil
45+
- icon: fontawesome/brands/linkedin
46+
link: https://linkedin.com/in/seuusuario
2747

2848
nav:
2949
- Sobre: index.md
@@ -32,3 +52,30 @@ nav:
3252
- Diagrama Entidade-Relacionamento: modulo1/DER_Cyberpunk.md
3353
- Dicionário de Dados: modulo1/Dicionario.md
3454
- Modelo Relacional: modulo1/Modelo_Relacional.md
55+
56+
markdown_extensions:
57+
- admonition
58+
- codehilite #formatar coodigo
59+
- footnotes #notas de rodape
60+
- toc: # table of contents
61+
permalink: true
62+
- pymdownx.highlight
63+
- pymdownx.inlinehilite
64+
- pymdownx.superfences #formatar codigo
65+
- pymdownx.details #notas expandiveis
66+
- pymdownx.tabbed:
67+
alternate_style: true
68+
- pymdownx.tasklist: #checkoboxes
69+
custom_checkbox: true
70+
- pymdownx.arithmatex #matematica
71+
72+
plugins:
73+
- search
74+
- awesome-pages:
75+
collapse_single_pages: false
76+
77+
extra_css:
78+
- styles/extra.css
79+
80+
extra_javascript:
81+
- scripts/extra.js

0 commit comments

Comments
 (0)