Skip to content

Commit

Permalink
community partners logos. ruby community conference.
Browse files Browse the repository at this point in the history
  • Loading branch information
misabegovic committed Jan 3, 2024
1 parent 1a39bb3 commit ea5f850
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
15 changes: 15 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,21 @@ body {
cursor: pointer;
}

.community-partners .community-partners__link img {
width: 80%;
height: 80%;
}

.community-partners .community-partners__link_70 img {
width: 70%;
height: 70%;
}

.community-partners .community-partners__link_60 img {
width: 60%;
height: 60%;
}

.footer {
flex-shrink: 0;
background-color: var(--secondary-color);
Expand Down
14 changes: 14 additions & 0 deletions assets/images/partners/rubycommunityconf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,15 @@ <h2 class="section__title has-dot is-right">Partners</h2>
</a>
</div>
<div class="community-partners__item">
<a href="https://rubyturkiye.org/" target="_blank" class="community-partners__link">
<a href="https://rubyturkiye.org/" target="_blank" class="community-partners__link_70">
<img src="/assets/images/partners/rubytrlogo.svg" alt="Ruby Turkiye" />
</a>
</div>
<div class="community-partners__item">
<a href="https://www.rubycommunityconference.com/" target="_blank" class="community-partners__link_60">
<img src="/assets/images/partners/rubycommunityconf.svg" alt="Ruby Community Conference" />
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit ea5f850

Please sign in to comment.