Skip to content

Commit

Permalink
remove a bunch of components and refactor image card component
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 15, 2023
1 parent 5688989 commit 453168b
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 336 deletions.
48 changes: 0 additions & 48 deletions app/View/Components/Project.php

This file was deleted.

56 changes: 0 additions & 56 deletions app/View/Components/aboutCard.php

This file was deleted.

28 changes: 0 additions & 28 deletions app/View/Components/image-card.php

This file was deleted.

28 changes: 0 additions & 28 deletions app/View/Components/testComp.php

This file was deleted.

3 changes: 0 additions & 3 deletions resources/views/components/application-logo.blade.php

This file was deleted.

7 changes: 0 additions & 7 deletions resources/views/components/auth-session-status.blade.php

This file was deleted.

3 changes: 0 additions & 3 deletions resources/views/components/danger-button.blade.php

This file was deleted.

1 change: 0 additions & 1 deletion resources/views/components/dropdown-link.blade.php

This file was deleted.

43 changes: 0 additions & 43 deletions resources/views/components/dropdown.blade.php

This file was deleted.

9 changes: 0 additions & 9 deletions resources/views/components/input-error.blade.php

This file was deleted.

5 changes: 0 additions & 5 deletions resources/views/components/input-label.blade.php

This file was deleted.

77 changes: 0 additions & 77 deletions resources/views/components/modal.blade.php

This file was deleted.

3 changes: 0 additions & 3 deletions resources/views/components/primary-button.blade.php

This file was deleted.

16 changes: 8 additions & 8 deletions resources/views/components/project/section.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
</div>
</div>
<div class="mt-6">
<x-card.image image="/projects/habit-tracker/calendar.png"/>
<x-image.card image="/projects/habit-tracker/calendar.png"/>
</div>
</div>
<div class="sm:w-1/2 mx-auto mt-16 sm:mt-4">
<div class="mx-6">
<x-card.image image="/projects/habit-tracker/dashboard.png"/>
<x-image.card image="/projects/habit-tracker/dashboard.png"/>
</div>
<div class="h-8"></div>
<div class="mx-auto space-y-4 w-3/4">
Expand All @@ -55,12 +55,12 @@
configuration and research Habit Tracker is fully running on this infrastructure as well as connected to
an RDS
</div>
<div class="mx-12 mt-2 flex">
<a href="https://github.com/SethSharp/Habit-Tracker">
<img src="/images/github.png" class="w-20 h-20"/>
</a>
<span class="my-auto font-medium"> Checkout the repository </span>
</div>
{{-- <div class="mx-12 mt-2 flex">--}}
{{-- <a href="https://github.com/SethSharp/Habit-Tracker">--}}
{{-- <img src="/images/github.png" class="w-20 h-20"/>--}}
{{-- </a>--}}
{{-- <span class="my-auto font-medium"> Checkout the repository </span>--}}
{{-- </div>--}}
</div>
</div>
</div>
11 changes: 0 additions & 11 deletions resources/views/components/responsive-nav-link.blade.php

This file was deleted.

3 changes: 0 additions & 3 deletions resources/views/components/secondary-button.blade.php

This file was deleted.

3 changes: 0 additions & 3 deletions resources/views/components/text-input.blade.php

This file was deleted.

0 comments on commit 453168b

Please sign in to comment.