Skip to content

Commit

Permalink
Merge pull request #33 from codeHack-s/Raccoon
Browse files Browse the repository at this point in the history
Rename migration fix
  • Loading branch information
Raccoon254 authored Jan 1, 2024
2 parents 11a6cd6 + 4ef9ddb commit 36c1488
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions resources/views/codehacks/about.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,65 +62,5 @@
</p>
</div>
</main>
<!--
<section class="contact-cards grid grid-cols-1 md:mt-8 sm:grid-cols-2 h-auto p-2 sm:p-28 gap-4">
<figure class="md:flex bg-slate-100 rounded-xl p-8 md:p-0 dark:bg-slate-800">
<img class="w-24 h-24 md:w-48 md:rounded-l-xl object-cover md:h-auto md:rounded-none rounded-full mx-auto" src="{{ asset('images/ian.jpg') }}" alt="" width="384" height="512">
<div class="pt-6 md:p-6 text-center md:text-left space-y-4">
<blockquote>
<p class="text-lg font-medium">
“We took the incentive to save Kenyans from online scams and provide them with a legit way to make money online.”
</p>
</blockquote>
<figcaption class="font-medium">
<div class="text-sky-500 dark:text-sky-400">
Ian Namenge
</div>
<div class="text-slate-700 text-xs mt-1 dark:text-slate-500">
CEO, Cashout Kenya
</div>
</figcaption>
<div class="links">
<i class="fab fa-facebook-square"></i>
<i class="fab fa-twitter-square"></i>
<i class="fab fa-instagram-square"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-youtube-square"></i>
<i class="fab fa-tiktok"></i>
</div>
</div>
</figure>
<figure class="md:flex bg-slate-100 rounded-xl p-8 md:p-0 dark:bg-slate-800">
<img class="w-24 h-24 md:rounded-l-xl md:w-48 object-cover md:h-auto md:rounded-none rounded-full mx-auto" src="{{ asset('images/raccoon.jpg') }}" alt="" width="384" height="512">
<div class="pt-6 md:p-6 text-center md:text-left space-y-4">
<blockquote>
<p class="text-lg font-medium">
"We are also working to establish links with Youtube and ViuSasa to provide our members with more ways earn."
</p>
</blockquote>
<figcaption class="font-medium">
<div class="text-sky-500 dark:text-sky-400">
Steve Tom
</div>
<div class="text-slate-700 text-xs mt-1 dark:text-slate-500">
Senior Developer
</div>
</figcaption>
<div class="links">
<i class="fab fa-facebook-square"></i>
<i class="fab fa-twitter-square"></i>
<i class="fab fa-instagram-square"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-youtube-square"></i>
<i class="fab fa-tiktok"></i>
</div>
</div>
</figure>
</section>
-->

</body>

0 comments on commit 36c1488

Please sign in to comment.