Skip to content

Commit

Permalink
Merge pull request #29 from headout/fix-devfolio-link
Browse files Browse the repository at this point in the history
fix: devfolio cta link
  • Loading branch information
pranav2012 authored Oct 4, 2022
2 parents 283c543 + 2bbd586 commit d37084f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,18 @@ <h1 class="header-title">hackout ‘22</h1>
</a>
</button>
<button id="apply-button" class="dark" type="button">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115.46 123.46" fill="#fff">
<path d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6
12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51
13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08
2.18.08 3.34z"></path>
<path d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15
104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41
55.41 0 0 1 50.58 55.34z"></path>
</svg>
<span id="apply-button-title">Apply with Devfolio</span>
<a href="https://hackout2022.devfolio.co" target="_blank" rel="noreferrer noopener">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115.46 123.46" fill="#fff">
<path d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6
12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51
13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08
2.18.08 3.34z"></path>
<path d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15
104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41
55.41 0 0 1 50.58 55.34z"></path>
</svg>
<span id="apply-button-title">Apply with Devfolio</span>
</a>
</button>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ svg {
width: 24px;
margin-right: 8px;
}

button.dark button.dark:hover {
background-color: #27333f;
border: 2px solid transparent;
Expand Down

0 comments on commit d37084f

Please sign in to comment.