Skip to content

Commit

Permalink
Remove halloween bulletin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Toucan committed Nov 1, 2024
1 parent cf6718f commit 83c6d31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import AccordionItem from '../components/accordion/AccordionItem.astro';
<Head title="AT Products LLC" description="AT Products LLC is an Informational Technology Company, with computer resources" keywords="AT Products, Ethical Hacking Society, The Script Community, AT Products LLC, ATproducts" author="Alex Toucan"
additionalContent="<meta name='google-site-verification' content='8CRfwExNu3kB77SccZhzqhwnETsU2dnm0CACBJSRJ5M'>"
bulletin={[
{ bulletinImage: "Halloween.webp" },
{ bulletinImage: "3YEAR.webp" },
{ bulletinImage: "2201-102324-1.webp" },
{ bulletinImage: "2201-102324-2.webp" },
]} />
Expand Down Expand Up @@ -48,9 +46,6 @@ bulletin={[
<div class="pt-xmd-2 px-xmd-2">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<img src="/media/slideshow/Halloween.webp" class="d-block w-100" alt="Happy Halloween!">
</div>
<div class="carousel-item" data-bs-interval="10000">
<img src="/media/slideshow/2201-102324-1.webp" class="d-block w-100" alt="2.20.1 Release Slide 1">
</div>
<div class="carousel-item" data-bs-interval="10000">
Expand All @@ -65,7 +60,6 @@ bulletin={[
<div class="carousel-indicators col-8 col-xs-6 col-sm-5 text-center">
<button aria-label="Slide 1" class="active slidebtn" data-bs-slide-to="0" data-bs-target="#carousel-A" type="button" aria-current="true"></button>
<button type="button" data-bs-target="#carousel-A" data-bs-slide-to="1" aria-label="Slide 2" class="slidebtn"></button>
<button type="button" data-bs-target="#carousel-A" data-bs-slide-to="2" aria-label="Slide 3" class="slidebtn"></button>
</div>
<button class="carousel-control-next col" type="button" data-bs-target="#carousel-A" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
Expand Down

0 comments on commit 83c6d31

Please sign in to comment.