diff --git a/assets/css/main.css b/assets/css/main.css index ba823e2..8fcf854 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -14,6 +14,61 @@ --black: #0b0b0b; } +.partners-container { + display: flex; + flex-direction: row; + justify-content: space-evenly; + align-items: center; + flex-wrap: wrap; + margin: 0 auto; + + gap: 2rem; +} + +.partners-container > a { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + + gap: 1rem; + margin: 0 auto; + text-align: center; + width: 100%; + max-width: 300px; + height: fit-content; + max-height: 300px; + + text-decoration: none; + + padding: 1rem; + border-radius: 1rem; + background-color: rgba(255, 255, 255, 0.2); + backdrop-filter: blur(10px); + box-shadow: 10px 11px 20px -10px rgba(0, 0, 0, 0.45); + + transition: all 0.2s ease-in-out; + + cursor: pointer; + border: none; + + &:hover { + transform: scale(1.05); + box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); + } +} + +.partners-container > a > img { + width: 100%; + max-width: 200px; +} + +.partners-container > a > h3 { + color: var(--sun); + font-weight: 700; + font-size: 1.2rem; +} + html, body, div, diff --git a/images/code4tuba.svg b/images/code4tuba.svg new file mode 100644 index 0000000..98fd0bf --- /dev/null +++ b/images/code4tuba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/devaria.png b/images/devaria.png new file mode 100644 index 0000000..b29d33d Binary files /dev/null and b/images/devaria.png differ diff --git a/images/devtec.svg b/images/devtec.svg new file mode 100644 index 0000000..3a40798 --- /dev/null +++ b/images/devtec.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/images/elastic-logo.png b/images/elastic-logo.png new file mode 100644 index 0000000..10bca8b Binary files /dev/null and b/images/elastic-logo.png differ diff --git a/images/elastic.png b/images/elastic.png new file mode 100644 index 0000000..39b8c73 Binary files /dev/null and b/images/elastic.png differ diff --git a/images/hackinrio.png b/images/hackinrio.png new file mode 100644 index 0000000..cb3ad7a Binary files /dev/null and b/images/hackinrio.png differ diff --git a/images/logo-frontin-full.svg b/images/logo-frontin-full.svg new file mode 100644 index 0000000..f9dab20 --- /dev/null +++ b/images/logo-frontin-full.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/logo-lewagon.svg b/images/logo-lewagon.svg new file mode 100644 index 0000000..d0338f0 --- /dev/null +++ b/images/logo-lewagon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/phprio.png b/images/phprio.png new file mode 100644 index 0000000..c16e011 Binary files /dev/null and b/images/phprio.png differ diff --git a/index.html b/index.html index 874a2e7..1e9e326 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +a @@ -230,7 +234,14 @@

Faça parte você também

  • Participar
  • -
  • Saber Mais
  • +
  • + Como contribuir +