Skip to content

Commit

Permalink
Move STMPD on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Nov 6, 2023
1 parent 5485847 commit 23d288b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 29 deletions.
Binary file removed resources/images/portfolio/stmpd.jpg
Binary file not shown.
19 changes: 19 additions & 0 deletions resources/svg/clients/stmpd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<div class="text-center"><a class="w-full max-w-logoclient inline-block" href="https://bodartservicehouse.be" target="_blank" rel="noreferrer noopener">{{ svg('clients/bodart') }}</a></div>
<div class="text-center"><a class="w-full max-w-logoclient inline-block" href="https://vluchtelingenwerk.be" target="_blank" rel="noreferrer noopener">{{ svg('clients/vluchtelingenwerk') }}</a></div>
<div class="text-center"><a class="w-full max-w-logoclient inline-block" href="https://vrijwilligerswerk.be" target="_blank" rel="noreferrer noopener">{{ svg('clients/vrijwilligerswerk') }}</a></div>
<div class="text-center"><a class="w-full max-w-logoclient inline-block" href="https://stmpdrcrds.com/images" target="_blank" rel="noreferrer noopener">{{ svg('clients/stmpd') }}</a></div>
</div>
</section>
30 changes: 1 addition & 29 deletions resources/views/front/pages/home/partials/portfolio.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

<div class="wrap wrap-8 sm:grid-flow-col-dense section">
<div class="sm:col-start-5 sm:col-span-4 | md:col-start-5 md:col-span-3 md:ml-16 md:-mr-32">
<a href="https://flareapp.io" class="illustration is-left h-full" title="demo.stmpdrcrds.com" target="_blank" rel="nofollow noreferrer noopener">
<a href="https://flareapp.io" class="illustration is-left h-full" title="Flare - Laravel error reporting" target="_blank" rel="nofollow noreferrer noopener">
{{ image('portfolio/flare.jpg') }}
</a>
</div>
Expand Down Expand Up @@ -285,32 +285,4 @@
</div>
</div>

<div class="wrap wrap-8 sm:grid-flow-col-dense section">
<div class="sm:col-start-5 sm:col-span-4 | md:col-start-5 md:col-span-3 md:ml-16 md:-mr-32">
<a href="https://demo.stmpdrcrds.com" class="illustration is-left h-full" title="demo.stmpdrcrds.com" target="_blank" rel="nofollow noreferrer noopener">
{{ image('portfolio/stmpd.jpg') }}
</a>
</div>
<div class="sm:col-start-2 sm:col-span-3 | self-center">
<div class="markup links-blue links-underline">
<h3 class="title">
Soundcloud Demo Platform
<span class="title-subtext text-pink-dark block">
<span class="font-normal">Using</span> Soundcloud, Laravel, Vue
</span>
</h3>
<p class="text-lg">
For Martin Garrix' record label <a href="https://stmpdrcrds.com" target="_blank" rel="nofollow noreferrer noopener">stmpdrcrds.com</a> we made a workflow application to
streamline their demo track influx.
<br>
Crew members can listen and evaluate SoundCloud tracks by upcoming talents, submitted to the
application.
</p>
<ul class="text-lg mt-8">
<li><span class="icon fill-current text-pink-dark">{{ svg('icons/far-angle-right') }}</span> <a href="https://demo.stmpdrcrds.com" target="_blank" rel="nofollow noreferrer noopener">demo.stmpdrcrds.com</a></li>
</ul>
</div>
</div>
</div>

</section>

0 comments on commit 23d288b

Please sign in to comment.