Skip to content

Commit

Permalink
Merge pull request #5 from wimpywarlord/bugfix/zero-jobs-found
Browse files Browse the repository at this point in the history
add puppy eyes to social modal
  • Loading branch information
wimpywarlord authored Sep 13, 2023
2 parents 9543af2 + f5f8105 commit 4bbe254
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,28 +202,28 @@ <h1>Do something Better with your Time.</h1>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">73</span>
<span class="counter">364</span>
<p>Downloads 🔻</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">12</span>
<span class="counter">64</span>
<p>Likes 💛</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">2</span>
<span class="counter">1</span>
<p>Github Stars ⭐</p>
</div><!-- single counetr -->
</div>
<div class="col-md-3 col-sm-6">
<!-- single counetr -->
<div class="single-counter text-center">
<span class="counter">1</span>
<span class="counter">2</span>
<p>Contributor 👨‍💻</p>
</div><!-- single counetr -->
</div><!-- /.col -->
Expand Down Expand Up @@ -342,7 +342,7 @@ <h5>Safe</h5>
<div class="feature-icon"><img src="assets/img/icons/planning.svg" class="svg" alt=""></div>
<h5>Free</h5>
<b>Don't believe me?</b> Try
it, it's litrally Free.</p>
it, it's literally Free.</p>
</div>
<!-- End of single feature inner -->
</div>
Expand Down Expand Up @@ -620,7 +620,8 @@ <h5>Extra Links</h5>
title: '<strong>Bee* My Friend</strong>',
iconHtml: `<img src="./assets/logo/applifly_logo_64px.png" alt="AppliFly"></img>`,
html:
'If any of this was helpful, consider connecting:<br><br>, ' +
'<div style="width:100%"><div style="height:0;padding-bottom:56.27586206896552%;position:relative;width:100%"><iframe allowfullscreen="" frameBorder="0" height="100%" src="https://giphy.com/embed/x9RpczLoJIEVIAJyAJ/video" style="left:0;position:absolute;top:0" width="100%"></iframe></div></div>' +
'<br>If any of this was helpful, consider connecting:<br><br> ' +
'<b>Linkedin: </b><a target="_blank" href="https://www.linkedin.com/in/kshitijdhyani/">Kshitij Dhyani</a><br>' +
'<b>Twitter: </b><a target="_blank" href="https://twitter.com/kshitij_dhyani">kshitij_dhyani</a><br>' +
'<b>Github: </b><a target="_blank" href="https://github.com/wimpywarlord/">wimpywarlord</a><br>' +
Expand Down

0 comments on commit 4bbe254

Please sign in to comment.