Skip to content

Commit

Permalink
Update projects.njk
Browse files Browse the repository at this point in the history
updating portfolio
  • Loading branch information
GeauxWeisbeck4 committed May 19, 2023
1 parent 24bca34 commit 614b05d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion projects.njk
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,31 @@ title: Andrew's Portfolio
</div>
<!-- end card -->
<!-- Card -->

<div class="w-full my-2 overflow-hidden md:my-6 md:px-6 md:w-1/2 lg:w-1/3">
<div class="bg-white border-b-4 border-sky-500 rounded-lg">
<img
class="object-fill w-full border-5 border-cyan-600"
src="https://res.cloudinary.com/dvsjspnnz/image/upload/v1684536252/dashy_fmcugo.png"
alt="placeholder"
/>

<div class="p-4">
<div class="mb-2 text-xl font-medium text-slate-900">Geaux Dashboard</div>
<p class="mb-4 text-slate-900">
A dashboard for viewing backend things with Dashy.
</p>
<button
class="px-4 py-2 text-indigo-100 bg-indigo-500 border-indigo-900 rounded-lg hover:bg-blue-800"
onclick="https://mellifluous-llama-c6c038.netlify.app/"
>
Check it out!
</button>
</div>
</div>
</div>
</div>
</div>
<!-- end experience -->
</div>
</div>
</div>

0 comments on commit 614b05d

Please sign in to comment.