Skip to content

Commit

Permalink
sponser-added
Browse files Browse the repository at this point in the history
  • Loading branch information
bhupesh98 committed Nov 24, 2023
1 parent 966d211 commit 0497512
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 5 deletions.
7 changes: 4 additions & 3 deletions dist/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3446,6 +3446,7 @@ svg{
}
}




.modify {
display: flex;
flex-direction: row;
}
44 changes: 42 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ <h1 class="hero-title mt-0">Your journey into <br />open source starts here</h1>
</span>
</button>
</a> -->
<div class="apply-button" data-hackathon-slug="opencode23"
data-button-theme="dark-inverted" style="height: 44px; width: 312px"></div>
<div class="apply-button" data-hackathon-slug="opencode23" data-button-theme="dark-inverted"
style="height: 44px; width: 312px"></div>
<!-- <a class="buttonL" href="https://discord.gg/PX7uJCSXPw" style="margin: 10px;"
target="_blank">
<button class="jd-button jd-button1" style=" width: 250px;">
Expand Down Expand Up @@ -1666,6 +1666,46 @@ <h6>Raghav Goel</h6>
</section>

<section class=" section">
<div class="container">
<div class="features-inner section-inner">
<div class="features-headerr">
<div class="container-sm text-center">
<h2 class="section-title mt-5 ">Our Sponsors</h2>
</div>
</div>
<div style="background-color: #1F4A4B; border-radius: 16px;">
<div class="features-wrap" style=" padding: 0 75px;">
<div class=" feature featuress is-revealing">
<div class="feature-icons">
<a href="https://devfolio.co" target="_blank">
<img src="./src/images/Devfolio.png" alt="DEVFOLIO LOGO" height="100px"></img>
</a>
</div>
</div>

</div>
<div class="features-wrap" style=" padding: 0 75px;">
<div class=" feature featuress is-revealing">
<div class="feature-icons">
<a href="https://polygon.technology/" target="_blank">
<img src="./src/images/Polygon.png" alt="POLYGON LOGO" height="100px"></img>
</a>
</div>
</div>
</div>
<div class="features-wrap" style=" padding: 0 75px;">
<div class=" feature featuress is-revealing">
<div class="feature-icons">
<a href="https://replit.com" target="_blank">
<img src="./src/images/Replit2.png" alt="REPLIT LOGO" height="100px"></img>
</a>
</div>
</div>

</div>
</div>
</div>
</div>
<div class="container">
<div class="features-inner section-inner">
<div class="features-headerr">
Expand Down
Binary file added src/images/Devfolio.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 src/images/Polygon.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 src/images/Replit2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0497512

Please sign in to comment.