Skip to content

Commit f00c014

Browse files
committed
Fixes images
1 parent 477e07f commit f00c014

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css/theme/source/AND.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
font-family: 'Poppins', sans-serif; /* Good to be consistent */
2626

27-
background-image: url('/assets/AND-logo.png'); /* Note the path change */
27+
background-image: url('assets/AND-logo.png'); /* Note the path change */
2828
background-size: contain;
2929

3030
background-repeat: no-repeat;

thames-valley-ai.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1 class="standout">Adam Hall</h1>
101101
<p class="fragment fade-in-then-semi-out" data-fragment-index="1">Former Agile Coach</p>
102102
<p class="logo-text-line fragment fade-in-then-semi-out" data-fragment-index="2">
103103
<span>AI Principal at</span>
104-
<img src="/assets/AND_logo.png" alt="AND Digital Logo">
104+
<img src="assets/AND_logo.png" alt="AND Digital Logo">
105105
</p>
106106
<p class="fragment fade-in-then-semi-out" data-fragment-index="3">Amateur AI Artist</p>
107107
<p class="fragment fade-in-then-semi-out" data-fragment-index="4">Burnout Survivor</p>

0 commit comments

Comments
 (0)