Skip to content

Commit

Permalink
Merge pull request #6 from techinrio/develop
Browse files Browse the repository at this point in the history
seção de parceiros
  • Loading branch information
robertheory authored Jan 25, 2024
2 parents 0523103 + de54430 commit 82f1e4f
Show file tree
Hide file tree
Showing 11 changed files with 171 additions and 59 deletions.
55 changes: 55 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions images/code4tuba.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/devaria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions images/devtec.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/elastic-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/elastic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hackinrio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions images/logo-frontin-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 82f1e4f

Please sign in to comment.