Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added landing/static/landing/assets/img/logo/codev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions landing/templates/landing/sponsorship.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,21 @@ <h2 class="text-center mb-8 capitalize font-montserrat text-18 hidden md:block"
</p>
</div>
</div>
<div
class="md-4 md:mb-20 lg:mb-40 flex justify-start md:pr-15 xl:pr-0"
data-aos="py-slide" data-aos-delay="400" data-aos-offset="0">
<div>
<div class="h-60 mb-12 w-full flex justify-center">
<img class="cursor-pointer max-h-50 opacity-60 hover:opacity-100 md:w-180" src="{% static 'landing/assets/img/logo/codev.png' %}" />
</div>
<p class="text-16 leading-24 hidden md:block text-center">
CoDev is a company that focuses on recruiting highly skilled
professionals for tech companies in the US, and offering
supporting solutions that create highly integrated and
efficient teams.
</p>
</div>
</div>
</div>
</div>
</div>
Expand Down