@@ -88,12 +88,12 @@ <h2>Logo</h2>
8888< h3 > Full CodeWith Logo</ h3 >
8989< div class ="row ">
9090 < div class ="col-5 col-lg-3 card text-center ">
91- < img class ="img-fluid " src ="images/logo/logo.svg " aria-labelledby ="logo-label-full-svg ">
91+ < img class ="img-fluid " src ="{{site.url}}/ images/logo/logo.svg " aria-labelledby ="logo-label-full-svg ">
9292 < br />
9393 < h4 id ="logo-label-full-svg "> CodeWith Logo (SVG)</ h4 >
9494 </ div >
9595 < div class ="col-5 col-lg-3 card text-center ">
96- < img class ="img-fluid " src ="images/logo/logo.png " aria-labelledby ="logo-label-full-png ">
96+ < img class ="img-fluid " src ="{{site.url}}/ images/logo/logo.png " aria-labelledby ="logo-label-full-png ">
9797 < br />
9898 < h4 id ="logo-label-full-png "> CodeWith Logo (PNG)</ h4 >
9999 </ div >
@@ -107,12 +107,12 @@ <h4 class="mt-3">Full CodeWith Logo</h4>
107107< h3 > Full CodeWith Logo (White)</ h3 >
108108< div class ="row ">
109109 < div class ="col-5 col-lg-3 card text-center white-asset ">
110- < img class ="img-fluid " src ="images/logo/logo-white.svg " aria-labelledby ="logo-label-full-white-svg ">
110+ < img class ="img-fluid " src ="{{site.url}}/ images/logo/logo-white.svg " aria-labelledby ="logo-label-full-white-svg ">
111111 < br />
112112 < h4 id ="logo-label-full-white-svg "> CodeWith Logo (White) (SVG)</ h4 >
113113 </ div >
114114 < div class ="col-5 col-lg-3 card text-center white-asset ">
115- < img class ="img-fluid " src ="images/logo/logo-white.png " aria-labelledby ="logo-label-full-white-png ">
115+ < img class ="img-fluid " src ="{{site.url}}/ images/logo/logo-white.png " aria-labelledby ="logo-label-full-white-png ">
116116 < br />
117117 < h4 id ="logo-label-full-white-png "> CodeWith Logo (White) (PNG)</ h4 >
118118 </ div >
@@ -126,12 +126,12 @@ <h4 class="mt-3">Full CodeWith Logo (White)</h4>
126126< h3 > CodeWith Keyboard Icon</ h3 >
127127< div class ="row ">
128128 < div class ="col-5 col-lg-3 card text-center ">
129- < img class ="img-fluid " src ="images/keyboard-green.svg " aria-labelledby ="logo-keyboard-green-svg ">
129+ < img class ="img-fluid " src ="{{site.url}}/ images/keyboard-green.svg " aria-labelledby ="logo-keyboard-green-svg ">
130130 < br />
131131 < h4 id ="logo-keyboard-green-svg "> CodeWith Keyboard Icon (SVG)</ h4 >
132132 </ div >
133133 < div class ="col-5 col-lg-3 card text-center ">
134- < img class ="img-fluid " src ="images/keyboard-green.png " aria-labelledby ="logo-keyboard-green-png ">
134+ < img class ="img-fluid " src ="{{site.url}}/ images/keyboard-green.png " aria-labelledby ="logo-keyboard-green-png ">
135135 < br />
136136 < h4 id ="logo-keyboard-green-png "> CodeWith Keyboard Icon (PNG)</ h4 >
137137 </ div >
@@ -144,12 +144,12 @@ <h4 class="mt-3">CodeWith Keyboard Icon</h4>
144144< h3 > CodeWith Keyboard Icon (White)</ h3 >
145145< div class ="row ">
146146 < div class ="col-5 col-lg-3 card text-center white-asset ">
147- < img class ="img-fluid " src ="images/noun-keyboard-licensed-white.svg " aria-labelledby ="logo-keyboard-white-svg ">
147+ < img class ="img-fluid " src ="{{site.url}}/ images/noun-keyboard-licensed-white.svg " aria-labelledby ="logo-keyboard-white-svg ">
148148 < br />
149149 < h4 id ="logo-keyboard-white-svg "> CodeWith Keyboard Icon (White) (SVG)</ h4 >
150150 </ div >
151151 < div class ="col-5 col-lg-3 card text-center white-asset ">
152- < img class ="img-fluid " src ="images/noun-keyboard-licensed-white.png " aria-labelledby ="logo-keyboard-white-png ">
152+ < img class ="img-fluid " src ="{{site.url}}/ images/noun-keyboard-licensed-white.png " aria-labelledby ="logo-keyboard-white-png ">
153153 < br />
154154 < h4 id ="logo-keyboard-white-png "> CodeWith Keyboard Icon (White) (PNG)</ h4 >
155155 </ div >
0 commit comments