Skip to content

Commit

Permalink
Merge pull request #3 from deed1996/fixed-broken-images-and-added-alt…
Browse files Browse the repository at this point in the history
…-text

fixed-broken-images-and-added-alt-text
  • Loading branch information
deed1996 authored Jun 20, 2024
2 parents b2f6f54 + a15daf5 commit b93a557
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2 id="portfolio">Work</h2>

<div class="portfolio_grid">
<article>
<img loading="lazy" src="/images/clarks-x-jamaica-hero.png" width="720px" height="auto" alt="Sample photo">
<img loading="lazy" src="images/clarks-x-jamaica-hero.png" width="720px" height="auto" alt="Clarks X Jamaica in yellow uppercase font on a black background">
<div class="text">
<h3>Jamaica x Clarks</h3>
<p>This content page was created to showcase a limited edition collection following the success of the Jamaica x Clarks Originals collaboration. Built using HTML for its structure, CSS for its styling and layout, and JavaScript for its interactive and dynamic elements, this page highlights the unique offerings of the collaboration.</p>
Expand All @@ -105,7 +105,7 @@ <h3>Jamaica x Clarks</h3>
</div>
</article>
<article>
<img loading="lazy" src="/images/clarks-x-frugi-hero.png"width="720px" height="auto" alt="Sample photo">
<img loading="lazy" src="images/clarks-x-frugi-hero.png"width="720px" height="auto" alt="Clarks x Frugi logo on a white cloud with a red pair of shoes on the left">
<div class="text">
<h3>Frugi x Clarks</h3>
<p>The Clarks "Frugi" collaboration page is crafted using a blend of web technologies. HTML structures the content, while CSS styles the page and incorporates animations, creating a visually appealing and dynamic user experience. This collaboration focuses on sustainability, highlighting eco-friendly practices and products.</p>
Expand All @@ -116,7 +116,7 @@ <h3>Frugi x Clarks</h3>
</div>
</article>
<article>
<img loading="lazy" src="/images/clarks-x-raheem_young-hero.png" width="720px" height="auto" alt="Sample photo">
<img loading="lazy" src="images/clarks-x-raheem_young-hero.png" width="720px" height="auto" alt="Behind the scenes of a photoshoot with Raheem Sterling and two kids smiling.">
<div class="text">
<h3>Raheem Youth</h3>
<p>
Expand All @@ -129,7 +129,7 @@ <h3>Raheem Youth</h3>
</div>
</article>
<article>
<img loading="lazy" src="/images/clarks-x-bundlee-hero.png" width="720px" height="auto" alt="Sample photo">
<img loading="lazy" src="images/clarks-x-bundlee-hero.png" width="720px" height="auto" alt="A baby's outfit with a jacket, hat, overalls, and shoes, perfect for keeping the little one cozy and stylish">
<div class="text">
<h3>Bundlee x Clarks</h3>
<p>This page was built for the Bundlee partnership with Clarks to promote sustainability and eco-friendliness by reducing clothing waste. The Clarks "Bundlee" content page utilizes HTML to structure the content and CSS to style the page.</p>
Expand All @@ -140,7 +140,7 @@ <h3>Bundlee x Clarks</h3>
</div>
</article>
<article>
<img loading="lazy" src="/images/manage-hero.png" width="720px" height="auto" alt="Sample photo">
<img loading="lazy" src="images/manage-hero.png" width="720px" height="auto" alt="3 Different types of charts on the right to demo the daily planner">
<div class="text">
<h3>Manage</h3>
<p>
Expand All @@ -152,7 +152,7 @@ <h3>Manage</h3>
</div>
</article>
<article>
<img loading="lazy" src="/images/johbunters-hero.png" width="720px" height="auto" alt="Sample photo">
<img loading="lazy" src="images/johbunters-hero.png" width="720px" height="auto" alt="A lady sitting on the floor with a laptop on her lap">
<div class="text">
<h3>Jobhunters</h3>
<p>
Expand Down

0 comments on commit b93a557

Please sign in to comment.