Skip to content

Commit

Permalink
Merge pull request #175 from CodeforNepal/logos
Browse files Browse the repository at this point in the history
Add Logos to hackathon page
  • Loading branch information
ayushsubedi authored Jan 18, 2024
2 parents 3f7c1a8 + 13ec2c3 commit 4f398e3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
7 changes: 4 additions & 3 deletions _data/team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ people:
image: "/assets/img/team/aishraj_dahal.jpg"
linkedin_url:

- name: Aman Giri
image: "/assets/img/team/aman.jpg"
linkedin_url: https://www.linkedin.com/in/aman-giri-ag/

- name: Anup Dhamala
image: "/assets/img/team/placeholder.png"
linkedin_url:
Expand Down Expand Up @@ -67,6 +71,3 @@ people:
image: "/assets/img/team/placeholder.png"
linkedin_url: https://www.linkedin.com/in/sweta-baniya-phd-5892994b/

- name: Aman Giri
image: "/assets/img/team/aman.jpg"
linkedin_url: https://www.linkedin.com/in/aman-giri-ag/
30 changes: 29 additions & 1 deletion _includes/hackathon_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,33 @@ <h2 class="hackathon-heading ">Timeline Details</h2>
</div>
</div>


<!-- Partners Section -->
<div style="background-color: #FCFBFB; width: 100%;">
<div class="hackathon-section">
<div class="text-center" style="margin-bottom: 80px;">
<h2 class="hackathon-heading" style="padding-top: 40px;">Partners</h2>
</div>

<!-- Logos of Partners -->
<div style="display: flex; justify-content: space-around; align-items: center; margin-bottom: 20px;">

<!-- Partner 1 -->
<a href="https://codefornepal.org/" target="_blank" style="text-decoration: none;">
<img src="https://codefornepal.org/assets/img/c4n_logo.png" alt="Code For Nepal Logo" style="width: 150px; height: auto;">
</a>

<!-- Partner 1 -->
<a href="https://www.cloudfactory.com/" target="_blank" style="text-decoration: none;">
<img src="https://mms.businesswire.com/media/20230118005069/en/1554618/22/cf-logo-blue-2022.jpg" alt="Cloudfactory Logo" style="width: 150px; height: auto;">
</a>

</div>

</div>
</div>


<div style="background-color:#FCFBFB; width: 100%;">
<div class="hackathon-section">
<div class="text-center" style="margin-bottom: 80px;">
Expand Down Expand Up @@ -121,10 +148,11 @@ <h2 class="hackathon-heading" style="padding-top: 40px;">APPLICATION OPEN</h2>
</div>
<div style="display: flex; justify-content: center;">
<a href="https://data-crunch.devfolio.co/" target="_blank" style="text-decoration: none;">
<button style="padding: 10px 20px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer;">
<button style="padding: 10px 20px; background-color: #54bfff; color: white; border: none; border-radius: 5px; cursor: pointer;">
Apply via Devfolio
</button>
</a>
</div>
</div>
</div>

0 comments on commit 4f398e3

Please sign in to comment.