Skip to content

Commit

Permalink
Merge pull request #233 from gaureshpai/main
Browse files Browse the repository at this point in the history
SEO alt tags & composer update
  • Loading branch information
darshan45672 authored Dec 1, 2024
2 parents e275703 + 53e6e40 commit 9cd1706
Show file tree
Hide file tree
Showing 11 changed files with 374 additions and 367 deletions.
681 changes: 344 additions & 337 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/forms/forms.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions resources/views/about/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<!-- /.container -->
<figure class="position-relative" style="bottom: 0; left: 0; z-index: 2;"><img
src="{{ asset('assets/img/photos/bg12.jpg') }}" alt="" /></figure>
src="{{ asset('assets/img/photos/bg12.jpg') }}" alt="bg-image" /></figure>
</section>

<!-- /section -->
Expand All @@ -52,7 +52,7 @@
</div>
<div class="col-lg-6">
<img src="{{ asset('assets/img/icons/lineal/megaphone.svg') }}" class="svg-inject icon-svg icon-svg-md mb-4"
alt="" />
alt="megaphone" />
<h2 class="display-4 mb-3">Who Are We?</h2>
<p class="lead fs-lg">We are a dynamic student-led association dedicated to fostering innovation,
collaboration, and growth in the world of technology.</p>
Expand Down Expand Up @@ -86,7 +86,7 @@
<div class="row mb-5">
<div class="col-md-10 col-xl-8 col-xxl-7 mx-auto text-center">
<img src="{{ asset('assets/img/icons/lineal/list.svg') }}" class="svg-inject icon-svg icon-svg-md mb-4"
alt="" />
alt="list" />
<h2 class="display-4 mb-4 px-lg-14">Our Approach to Empowering Tech Enthusiasts</h2>
</div>
</div>
Expand Down Expand Up @@ -228,7 +228,7 @@ class="rounded-circle mx-1" aria-label="Slide 2"
<div class="row mb-3">
<div class="col-md-10 col-xl-9 col-xxl-7 mx-auto text-center">
<img src="{{ asset('assets/img/icons/lineal/team.svg') }}" class="svg-inject icon-svg icon-svg-md mb-4"
alt="" />
alt="Our Core Community Members" />
<h2 class="display-4 mb-3 px-lg-14">Our Core Community Members</h2>
</div>
</div>
Expand Down Expand Up @@ -288,25 +288,25 @@ class="rounded-circle mx-1" aria-label="Slide 2"
<div class="row align-items-center counter-wrapper gy-6 text-center">
<div class="col-md-3">
<img src="{{ asset('assets/img/icons/lineal/check.svg') }}"
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="" />
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="check" />
<h4 class="counter text-decoration-none">50+</h4>
<p class="text-decoration-none">Events Organized</p>
</div>
<div class="col-md-3">
<img src="{{ asset('assets/img/icons/lineal/user.svg') }}"
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="" />
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="user" />
<h4 class="counter">1000+</h4>
<p class="text-decoration-none">Active Members</p>
</div>
<div class="col-md-3">
<img src="{{ asset('assets/img/icons/lineal/briefcase-2.svg') }}"
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="" />
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="briefcase" />
<h4 class="counter">20+</h4>
<p class="text-decoration-none">Industry Partners</p>
</div>
<div class="col-md-3">
<img src="{{ asset('assets/img/icons/lineal/award-2.svg') }}"
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="" />
class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="award" />
<h4 class="counter">15+</h4>
<p class="text-decoration-none">Hackathons Hosted</p>
</div>
Expand All @@ -328,7 +328,7 @@ class="svg-inject icon-svg icon-svg-lg text-primary mb-3" alt="" />
</div>
<div class="col-lg-6">
<img src="{{ asset('assets/img/icons/lineal/telemarketer.svg') }}" class="svg-inject icon-svg icon-svg-md mb-4"
alt="" />
alt="telemarketer" />
<h2 class="display-4 mb-8">Ready to join the DevNation community?</h2>
<div class="d-flex flex-row">
<div>
Expand Down
8 changes: 4 additions & 4 deletions resources/views/events/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
style="width: 320px;height: 220px;">
@if ($event->banner == null)
<img style="object-fit:cover; width:100%; height:100% !important;"
src="https://placehold.co/300x300" alt=""><span class="bg"></span>
src="https://placehold.co/300x300" alt="placehold"><span class="bg"></span>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
@else
<img style="object-fit:cover; width:100%; height:100% !important;"
src="{{ Storage::url($event->banner) }}" alt=""><span
src="{{ Storage::url($event->banner) }}" alt="banner"><span
class="bg"></span>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
Expand Down Expand Up @@ -79,13 +79,13 @@ class="uil uil-map-marker fs-15"></i>{{ $event->location }}</a>
<figure class="overlay overlay-1 hover-scale rounded mb-6" style="width: 320px;height: 220px;">
@if ($event->banner == null)
<img style="object-fit:cover; width:100%; height:100% !important;"
src="https://placehold.co/300x300" alt=""><span class="bg"></span>
src="https://placehold.co/300x300" alt="placehold"><span class="bg"></span>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
@else
<img style="object-fit:cover; width:100%; height:100% !important;"
src="{{ Storage::url($event->banner) }}" alt=""><span class="bg"></span>
src="{{ Storage::url($event->banner) }}" alt="banner"><span class="bg"></span>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/events/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
style="width: 320px;height: 220px;">
@if ($event->banner == null)
<img style="object-fit:cover; width:100%; height:100% !important;"
src="https://placehold.co/300x300" alt=""><span class="bg"></span>
src="https://placehold.co/300x300" alt="placehold"><span class="bg"></span>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
@else
<img style="object-fit:cover; width:100%; height:100% !important;"
src="{{ Storage::url($event->banner) }}" alt=""><span
src="{{ Storage::url($event->banner) }}" alt="banner"><span
class="bg"></span>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
Expand Down
6 changes: 3 additions & 3 deletions resources/views/gallery/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<div class="col-lg-4 col-md-12 mb-4 mb-lg-0 mx-auto">
@for ($i = 0; $i < ceil(count($gallery->gallery_images) / 3); $i++)
<figure class="hover-scale rounded mb-6">
<img src="{{ Storage::url($gallery->gallery_images[$i]) }}" alt=""><span class="bg"></span>
<img src="{{ Storage::url($gallery->gallery_images[$i]) }}" alt="gallery_image"><span class="bg"></span>
</figure>
@endfor
</div>

<div class="col-lg-4 mb-4 mb-lg-0">
@for ($i = ceil(count($gallery->gallery_images) / 3); $i < ceil((2 * count($gallery->gallery_images)) / 3); $i++)
<figure class="overlay overlay-1 hover-scale rounded mb-6">
<img src="{{ Storage::url($gallery->gallery_images[$i]) }}" alt=""><span class="bg"></span>
<img src="{{ Storage::url($gallery->gallery_images[$i]) }}" alt="gallery_image"><span class="bg"></span>
</figure>
@endfor

Expand All @@ -39,7 +39,7 @@ class="btn position-relative over-hidden theme-bg text-white text-capitalize mt-

@for ($i = ceil((2 * count($gallery->gallery_images)) / 3); $i < count($gallery->gallery_images); $i++)
<figure class="overlay overlay-1 hover-scale rounded mb-6">
<img src="{{ Storage::url($gallery->gallery_images[$i]) }}" alt=""><span class="bg"></span>
<img src="{{ Storage::url($gallery->gallery_images[$i]) }}" alt="gallery_image"><span class="bg"></span>
</figure>
@endfor

Expand Down
10 changes: 5 additions & 5 deletions resources/views/home/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class="btn btn-lg btn-primary rounded-pill me-2">Join Us</a></span>
</div>
</div>
</div>
<figure class="position-absoute" style="bottom: 0; left: 0;"><img src="assets/img/photos/bg11.jpg" alt="" />
<figure class="position-absoute" style="bottom: 0; left: 0;"><img src="assets/img/photos/bg11.jpg" alt="bg-image" />
</figure>
</section>
<section class="wrapper bg-gray">
Expand Down Expand Up @@ -280,7 +280,7 @@ class="number">03</span></span>
href="{{ route('event.show', $event->id) }}">
@if ($event->banner == null)
<img style="object-fit:cover; width:100%; height:100% !important;"
src="https://placehold.co/300x425" alt=""><span class="bg"></span>
src="https://placehold.co/300x425" alt="placehold"><span class="bg"></span>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
Expand Down Expand Up @@ -398,7 +398,7 @@ class="swiper-pagination-bullet" tabindex="0" role="button"
<img style="object-fit:cover; width:100%; height:100% !important;"
src="{{ str_contains($member->image, 'ui-avatars.com') ? $member->image : Storage::url($member->image) }}"
alt=""><span class="bg"></span>
alt="member"><span class="bg"></span>
</figure>
Expand Down Expand Up @@ -439,7 +439,7 @@ class="swiper-pagination-bullet" tabindex="0" role="button"
<div class="row gx-lg-8 gx-xl-12 gy-10 mb-14 mb-md-17 align-items-center">
<div class="col-md-8 col-lg-6 order-lg-2">
<figure class="rounded"><img src="assets/img/photos/about24.jpg"
srcset="./assets/img/photos/about24@2x.jpg 2x" alt=""></figure>
srcset="./assets/img/photos/about24@2x.jpg 2x" alt="about"></figure>
</div>
<!--/column -->
<div class="col-lg-6">
Expand Down Expand Up @@ -484,7 +484,7 @@ class="swiper-pagination-bullet" tabindex="0" role="button"
<div class="row gy-10 gx-lg-8 gx-xl-12 mb-14 mb-md-16 align-items-center">
<div class="col-md-8 col-lg-6">
<figure class="rounded"><img src="assets/img/photos/about25.jpg"
srcset="./assets/img/photos/about25@2x.jpg 2x" alt=""></figure>
srcset="./assets/img/photos/about25@2x.jpg 2x" alt="about"></figure>
</div>
<!--/column -->
<div class="col-lg-6">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/inlcudes/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class="row row-cols-1 row-cols-lg-6 gx-0 gx-lg-4 gy-lg-2 list-unstyled">
<a class="dropdown-item" href="demo1.html">
<figure class="rounded lift d-none d-lg-block"><img
src="assets/img/demos/mi1.jpg"
srcset="./assets/img/demos/mi1@2x.jpg 2x" alt="">
srcset="./assets/img/demos/mi1@2x.jpg 2x" alt="mi1">
</figure>
<span class="d-lg-none">Demo 1</span>
</a>
Expand Down
6 changes: 3 additions & 3 deletions resources/views/profile/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<article class="particle">
<figure class="overlay overlay-1 hover-scale rounded mb-6"><a
href="http://localhost:8000/events/1"> <img src="https://placehold.co/300x300"
alt=""><span class="bg"></span><span class="bg"></span></a>
alt="bg-image"><span class="bg"></span><span class="bg"></span></a>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
Expand All @@ -178,7 +178,7 @@ class="uil uil-map-marker fs-15"></i>Pune, India</a>
<article class="particle">
<figure class="overlay overlay-1 hover-scale rounded mb-6"><a
href="http://localhost:8000/events/1"> <img src="/assets/img/photos/b6.jpg"
alt=""><span class="bg"></span><span class="bg"></span></a>
alt="bg-image"><span class="bg"></span><span class="bg"></span></a>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
Expand All @@ -204,7 +204,7 @@ class="uil uil-map-marker fs-15"></i>Pune, India</a>
<article class="particle">
<figure class="overlay overlay-1 hover-scale rounded mb-6"><a
href="http://localhost:8000/events/1"> <img src="/assets/img/photos/b6.jpg"
alt=""><span class="bg"></span><span class="bg"></span></a>
alt="bg-image"><span class="bg"></span><span class="bg"></span></a>
<figcaption>
<h5 class="from-top mb-0">Read More</h5>
</figcaption>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/team/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="row mb-3">
<div class="col-md-10 col-xl-9 col-xxl-7 mx-auto text-center">
<img src="{{ asset('assets/img/icons/lineal/team.svg') }}" class="svg-inject icon-svg icon-svg-md mb-4"
alt="" />
alt="team" />
<div class="mx-auto text-center">
<h2 class="display-4 mb-3 px-lg-14">The Pillars of Our Community</h2>
<p class="lead fs-lg mb-10">These individuals form the backbone of DevNation, each contributing their unique
Expand Down

0 comments on commit 9cd1706

Please sign in to comment.