Skip to content

Commit

Permalink
Merge pull request #37 from unb-mds/carlos
Browse files Browse the repository at this point in the history
Atualização sidebar + add modelo sprint 04
  • Loading branch information
DaniloCTM authored Oct 7, 2023
2 parents 29c0d7d + d1907ef commit caaeff8
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 39 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<!-- ADD O CONTEÚDO ABAIXO -->

# Descrição do projeto
### Extrator de licitações - Paraíba
O projeto "Extrator de Licitações da Paraíba" é uma iniciativa destinada a automatizar a coleta e o acompanhamento de informações relacionadas a licitações públicas no estado da Paraíba, Brasil. O objetivo principal é facilitar o acesso a oportunidades de negócios para empresas e empreendedores interessados em participar de processos de licitação governamental.

<img src="https://www.estudopratico.com.br/wp-content/uploads/2018/06/bandeira-paraiba-1200x675.jpg" alt="Bandeira da Paraíba" width="300" style="display: block; margin: 0 auto;">
<p style="text-align:center">Bandeira da Paraíba<p>

# Integrantes

Expand Down
3 changes: 2 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
- [Introdução ao Scrapy e tutorias de instalação](/sprints/sprint-03/scrapy-introducao-e-instalacao.md "Introdução ao Scrapy e tutorias de instalação")
- [Definição Backlog do projeto](/sprints/sprint-03/definir-backlog-projeto.md "Definição Backlog do projeto")

- **Sprint 04 (04/10 - 11/10/23)**
- **Sprint 04 (04/10 - 11/10/23)**
- [Requisitos Funcionais](/sprints/sprint-04/requisitos.md "Requisitos Funcionais")
76 changes: 38 additions & 38 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ header {
margin-bottom: 20px;
padding: 23px;
color: #ffffff;
background: #42b983;
background: #22abfa;
font-size: 30px!important;
font-family: 'Poppins';
}

.progress {
background-color: #42b983;
background-color: var(--theme-color, #42b983);
background-color: #22abfa;
background-color: var(--theme-color, #22abfa);
height: 2px;
left: 0px;
position: fixed;
Expand All @@ -69,13 +69,13 @@ header {
}

.search a:hover {
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
}

.search .search-keyword {
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
font-style: normal;
font-weight: bold;
}
Expand Down Expand Up @@ -158,15 +158,15 @@ li input[type='checkbox'] {
}

.app-nav a:hover {
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
}

.app-nav a.active {
border-bottom: 2px solid #42b983;
border-bottom: 2px solid var(--theme-color, #42b983);
color: #42b983;
color: var(--theme-color, #42b983);
border-bottom: 2px solid #22abfa;
border-bottom: 2px solid var(--theme-color, #22abfa);
color: #22abfa;
color: var(--theme-color, #22abfa);
}

.app-nav li {
Expand Down Expand Up @@ -233,8 +233,8 @@ li input[type='checkbox'] {

.github-corner svg {
color: #fff;
fill: #42b983;
fill: var(--theme-color, #42b983);
fill: #22abfa;
fill: var(--theme-color, #22abfa);
height: 80px;
width: 80px;
}
Expand Down Expand Up @@ -368,8 +368,8 @@ main.hidden {
}

.sidebar-toggle span {
background-color: #42b983;
background-color: var(--theme-color, #42b983);
background-color: #22abfa;
background-color: var(--theme-color, #22abfa);
display: block;
margin-bottom: 4px;
width: 16px;
Expand Down Expand Up @@ -668,14 +668,14 @@ section.cover ul {
}

section.cover .cover-main>p:last-child a {
border-color: #42b983;
border-color: var(--theme-color, #42b983);
border-color: #22abfa;
border-color: var(--theme-color, #22abfa);
border-radius: 2rem;
border-style: solid;
border-width: 1px;
box-sizing: border-box;
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
display: inline-block;
font-size: 1.05rem;
letter-spacing: 0.1rem;
Expand All @@ -686,8 +686,8 @@ section.cover .cover-main>p:last-child a {
}

section.cover .cover-main>p:last-child a:last-child {
background-color: #42b983;
background-color: var(--theme-color, #42b983);
background-color: #22abfa;
background-color: var(--theme-color, #22abfa);
color: #fff;
}

Expand All @@ -701,14 +701,14 @@ section.cover .cover-main>p:last-child a:hover {
}

section.cover blockquote>p>a {
border-bottom: 2px solid #42b983;
border-bottom: 2px solid var(--theme-color, #42b983);
border-bottom: 2px solid #22abfa;
border-bottom: 2px solid var(--theme-color, #22abfa);
transition: color 0.3s;
}

section.cover blockquote>p>a:hover {
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
}

body {
Expand Down Expand Up @@ -742,7 +742,7 @@ body {
.sidebar ul li a:hover {
transition: .4s;
/* text-decoration: underline; */
color: #42b983;
color: #22abfa;
}

.sidebar ul li ul {
Expand All @@ -751,7 +751,7 @@ body {

.sidebar ul li.active>a {
border-right: 2px solid;
color: #42b983;
color: #22abfa;
font-weight: 600;
}

Expand All @@ -769,13 +769,13 @@ body {
.markdown-section h3,
.markdown-section h4,
.markdown-section strong {
color: #42b983;
color: #22abfa;
font-weight: 600;
}

.markdown-section a {
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
font-weight: 600;
}

Expand Down Expand Up @@ -825,8 +825,8 @@ body {
}

.markdown-section blockquote {
border-left: 4px solid #42b983;
border-left: 4px solid var(--theme-color, #42b983);
border-left: 4px solid #22abfa;
border-left: 4px solid var(--theme-color, #22abfa);
color: #ccc;
margin: 2em 0;
padding-left: 20px;
Expand Down Expand Up @@ -976,8 +976,8 @@ body {
}

.token.string {
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
}

.token.selector {
Expand All @@ -999,8 +999,8 @@ body {
.token.control,
.token.directive,
.token.unit {
color: #42b983;
color: var(--theme-color, #42b983);
color: #22abfa;
color: var(--theme-color, #22abfa);
}

.token.keyword,
Expand Down
10 changes: 10 additions & 0 deletions docs/sprints/sprint-04/[MODELO] sprint-04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<header>
Sprint 04 - Titanic
</header>
<div class="doc-body">
<!-- ADD O CONTEÚDO ABAIXO -->

# Conteúdo da sprint vai aqui...

<!-- ADD O CONTEÚDO ACIMA -->
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<header>
Sprint 04 - Titanic
</header>
<div class="doc-body">
<!-- ADD O CONTEÚDO ABAIXO -->

### Requisitos Funcionais

| Área | Requisito |
Expand All @@ -21,3 +27,6 @@
| Processamento de dados | |
| Site | O site deve ser hospedado no Github |
| Site | O site deve ser feito em HTML/CSS |

<!-- ADD O CONTEÚDO ACIMA -->
</div>

0 comments on commit caaeff8

Please sign in to comment.