Skip to content

Commit

Permalink
Update master to output generated at 73c34e1
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Jun 10, 2023
1 parent 5b9868b commit 5309381
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 14 deletions.
24 changes: 24 additions & 0 deletions content/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ seo:
portfolio:
title: Projects
projects:
- pikminbloom:
capture: images/playperidot.png
title: playperidot.blazedcss.com
brief: Annuaire de joueurs Peridot
url: https://playperidot.blazedcss.com
date: 2023
- pikminbloom:
capture: images/pikminbloom.png
title: pikminbloom.blazedcss.com
brief: Annuaire de joueurs Pikmin Bloom
url: https://pikminbloom.blazedcss.com
date: 2023
- nbaallworld:
capture: images/nbaallworld.png
title: nbaallworld.blazedcss.com
brief: Annuaire de joueurs NBA All-World
url: https://nbaallworld.blazedcss.com
date: 2023
- pokemongolive:
capture: images/pokemongolive.png
title: pokemongo.blazedcss.com
brief: Annuaire de joueurs Pokemon Go
url: https://pokemongo.blazedcss.com
date: 2022
- panacea:
capture: images/dixens-panacea.webp
title: Panacea
Expand Down
Binary file added images/nbaallworld.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 images/pikminbloom.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 images/playperidot.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 images/pokemongolive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 10 additions & 14 deletions theme/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,21 @@
{{-- <li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="#">PS5</a></li>--}}
{{-- </ul>--}}
{{-- </div>--}}
{{-- <div class="col-span-3 lg:col-span-1">--}}
{{-- <span class="block mb-6 text-sm font-bold text-white uppercase">News</span>--}}
{{-- <ul>--}}
{{-- <li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="#">Latest News</a></li>--}}
{{-- <li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="#">PC</a></li>--}}
{{-- <li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="#">PS5</a></li>--}}
{{-- <li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="#">Xbox Series X</a></li>--}}
{{-- <li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="#">PS4</a></li>--}}
{{-- <li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="#">Xbox One</a></li>--}}
{{-- </ul>--}}
{{-- </div>--}}
<div class="col-span-3 lg:col-span-1">
<span class="block mb-6 text-sm font-bold text-white uppercase">Projects</span>
<span class="block mb-6 text-sm font-bold text-white uppercase">Gaming Projects</span>
<ul>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="https://pokemongo.blazedcss.com">Annuaire Pokemon Go</a></li>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="https://pikminbloom.blazedcss.com">Annuaire Pikmin Bloom</a></li>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="https://playperidot.blazedcss.com">Annuaire Peridot</a></li>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" href="https://nbaallworld.blazedcss.com">Annuaire NBA All-World</a></li>
</ul>
</div>
<div class="col-span-3 lg:col-span-1">
<span class="block mb-6 text-sm font-bold text-white uppercase">Opensources Projects</span>
<ul>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" target="_blank" href="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/abenevaut/laravel-one">laravel-one</a></li>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" target="_blank" href="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/abenevaut/phpunit-slicer">phpunit-slicer</a></li>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" target="_blank" href="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/abenevaut/laravel-sentry-handler">laravel-sentry-handler</a></li>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" target="_blank" href="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/abenevaut/laravel-ohdear">laravel-ohdear</a></li>
<li><a class="inline-block mb-3 text-gray-500 text-md hover:underline hover:text-primary" target="_blank" href="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/abenevaut/laravel-asana">laravel-asana</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 5309381

Please sign in to comment.