Skip to content

Commit

Permalink
image resolutions reduced for google page insights
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishqSharma2022 committed Oct 14, 2023
1 parent 156d0c9 commit 617f20c
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified images/.DS_Store
Binary file not shown.
Binary file added images/BOX_COUNCIL_LOGOS/.DS_Store
Binary file not shown.
Binary file added images/BOX_COUNCIL_LOGOS/cnc_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BOX_COUNCIL_LOGOS/cultural_council.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BOX_COUNCIL_LOGOS/esic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BOX_COUNCIL_LOGOS/falc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BOX_COUNCIL_LOGOS/science.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BOX_COUNCIL_LOGOS/sdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BOX_COUNCIL_LOGOS/sports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ <h1>COUNCILS</h1>
<img
loading="lazy"
id="council"
src="./images/cultural_council.png"
src="./images/BOX_COUNCIL_LOGOS/cultural_council.png"
alt=""
class="src"
/>
Expand All @@ -507,8 +507,7 @@ <h2>Cultural Council</h2>
<img
loading="lazy"
id="council"
src="./images/cnc_logo.png"
style="object-fit: cover"
src="./images/BOX_COUNCIL_LOGOS/cnc_logo.png"
alt=""
class="src"
/>
Expand All @@ -520,7 +519,7 @@ <h2>CNC</h2>
<img
loading="lazy"
id="council"
src="./images/falc.png"
src="./images/BOX_COUNCIL_LOGOS/falc.png"
alt=""
class="src"
/>
Expand All @@ -532,7 +531,7 @@ <h2>FALC</h2>
<img
loading="lazy"
id="council"
src="./images/science.png"
src="./images/BOX_COUNCIL_LOGOS/science.png"
alt=""
class="src"
/>
Expand All @@ -546,7 +545,7 @@ <h2>Science Council</h2>
<img
loading="lazy"
id="council"
src="./images/esic.png"
src="./images/BOX_COUNCIL_LOGOS/esic.png"
alt=""
class="src"
/>
Expand All @@ -559,7 +558,7 @@ <h2>ESIC</h2>
<img
loading="lazy"
id="council"
src="./images/sports.png"
src="./images/BOX_COUNCIL_LOGOS/sports.png"
alt=""
class="src"
/>
Expand All @@ -571,7 +570,7 @@ <h2>Sports Council</h2>
<img
loading="lazy"
id="council"
src="./images/sdc.png"
src="./images/BOX_COUNCIL_LOGOS/sdc.png"
alt=""
class="src"
/>
Expand Down

0 comments on commit 617f20c

Please sign in to comment.