diff --git a/_data/projects-pt-br.json b/_data/projects-pt-br.json index 1e3e4e1..14fe9ad 100644 --- a/_data/projects-pt-br.json +++ b/_data/projects-pt-br.json @@ -7,33 +7,25 @@ "source_code": "https://github.com/ryrden/ryrden.dev" }, { - "title": "Formula 1 - SCC0541 - Laboratório de Banco de Dados", - "description": "Sistema completo com consultas e queries para um banco de dados real da Formula 1, incluindo dados de corridas, pilotos, equipes, etc.", - "technologies": ["python", "flask", "postgresql", "docker"], - "image": "https://camo.githubusercontent.com/a72c76f0e46f80c4412149b0c4709ba9fc9df2d38579da3e7a15638119326fae/68747470733a2f2f692e696d6775722e636f6d2f67316f334937762e706e67", - "source_code": "https://github.com/Ryrden/SCC0541-Formula1/tree/main" - }, - { - "title": "Projeto Exemplo 1", + "title": "Adoção Cãosciente - [SSC0536 - Projeto e Desenvolvimento de Sistemas de Informação]", "description": "Descrição do projeto exemplo 1", - "technologies": ["go", "java"], - "image": "https://source.unsplash.com/featured/1280x720", - "source_code": "" + "technologies": ["python", "fastapi", "mongodb", "docker", "react", "typescript", "cypressio", "jira"], + "image": "https://camo.githubusercontent.com/535c154091b43efb55d4fbd1a686783f7067adcfccff968d8034cb3fb84496a7/68747470733a2f2f692e696d6775722e636f6d2f33436d474b76412e706e67", + "source_code": "https://github.com/orgs/Projeto-Adocao-Caosciente/repositories" }, { - "title": "Projeto Exemplo 2", - "description": "Descrição do projeto exemplo 2", - "technologies": ["go", "java"], - "image": "https://source.unsplash.com/featured/1280x720", - "source_code": "" + "title": "Formula 1 - [SCC0541 - Laboratório de Banco de Dados]", + "description": "Sistema completo com consultas e queries para um banco de dados real da Formula 1, incluindo dados de corridas, pilotos, equipes, etc.", + "technologies": ["python", "flask", "postgresql", "docker", "html5", "css3"], + "image": "https://camo.githubusercontent.com/a72c76f0e46f80c4412149b0c4709ba9fc9df2d38579da3e7a15638119326fae/68747470733a2f2f692e696d6775722e636f6d2f67316f334937762e706e67", + "source_code": "https://github.com/Ryrden/SCC0541-Formula1" }, { - "title": "Projeto Exemplo 3", + "title": "Caaso Eletroniks - [SCC0560 - Interação Humano Computador e Experiência do Usuário]", "description": "Descrição do projeto exemplo 3", - "technologies": ["go", "java"], - "image": "https://source.unsplash.com/featured/1280x720", - "source_code": "" + "technologies": ["react", "typescript", "figma", "materialui"], + "image": "https://camo.githubusercontent.com/9c92e6d81b4c4baad6432b8c2b4bea9e48b86d815e6aafb5706c9b563b4e7bd2/68747470733a2f2f692e696d6775722e636f6d2f47694f796853522e706e67", + "source_code": "https://github.com/Ryrden/SCC-0560-Caaso-Eletroniks" } - ] diff --git a/_sass/pages/projects.scss b/_sass/pages/projects.scss index 508e025..5f2ae77 100644 --- a/_sass/pages/projects.scss +++ b/_sass/pages/projects.scss @@ -8,11 +8,12 @@ margin-bottom: 2em; /* Adjust as per design */ width: 100%; - img { + .project-logo { align-self: center; - object-fit: contain; + object-fit: fill; max-width: 27em; - aspect-ratio: 16/9; + aspect-ratio: 16/9; + box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.35); } } @@ -20,6 +21,11 @@ display: flex; flex-direction: column; justify-content: space-between; + padding-left: 1em; + + .project-title { + margin: 0; + } .project-about { display: flex; @@ -32,10 +38,25 @@ } .project-languages-content img { // height="30" width="42" - height: 1.875em; - width: 2.625em + height: 1.75em; + width: 2.5em; } } } } -} \ No newline at end of file +} + +.modal-close { + color: #aaa; + float: right; + font-size: 2em; + font-weight: bold; + + &:hover, + &:focus { + color: black; + text-decoration: none; + cursor: pointer; + } +} + diff --git a/projects.pt-br.html b/projects.pt-br.html index 20c05e4..b55c68b 100644 --- a/projects.pt-br.html +++ b/projects.pt-br.html @@ -5,31 +5,54 @@ ---
-

Meus {{ page.title }}

- {% for project in site.data.projects-pt-br %} -
- {{ project.title }} -
-

{{ project.title }}

-

{{ project.description }}

-
- -
-
- Tecnologias utilizadas: -
-
- {% for technology in project.technologies %} - {{ technology }} logo - {% endfor %} -
-
-
- -
-
- {% endfor %} -
\ No newline at end of file +
+
+ Tecnologias utilizadas: +
+
+ {% for technology in project.technologies %} + {{ technology }} logo + {% endfor %} +
+
+ + + + + {% endfor %} + + +{% for project in site.data.projects-pt-br %} + + +{% endfor %} \ No newline at end of file