Skip to content

Commit c6d3307

Browse files
Update index.html
1 parent 2544bca commit c6d3307

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -211,55 +211,55 @@ <h5 class="has-animation">Education &amp; Skill</h5>
211211
<h5 class="has-animation">Badges</h5>
212212
<div class="badges">
213213
<a href="https://developer.mozilla.org/docs/Web/CSS" target="_blank">
214-
<img src="css.svg" style="max-width: 100px !important; max-height: 30px !important;">
214+
<img src="css.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
215215
</a>
216216
<a href="https://developer.mozilla.org/docs/Web/JavaScript" target="_blank">
217-
<img src="js.svg" style="max-width: 100px !important; max-height: 30px !important;">
217+
<img src="js.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
218218
</a>
219219
<a href="https://www.php.net/" target="_blank">
220-
<img src="php.svg" style="max-width: 100px !important; max-height: 30px !important;">
220+
<img src="php.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
221221
</a>
222222
<a href="https://www.linux.org/" target="_blank">
223-
<img src="linux.svg" style="max-width: 100px !important; max-height: 30px !important;">
223+
<img src="linux.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
224224
</a>
225225
<a href="https://www.arduino.cc/" target="_blank">
226-
<img src="arduino.svg" style="max-width: 100px !important; max-height: 30px !important;">
226+
<img src="arduino.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
227227
</a>
228228
<a href="https://www.raspberrypi.org/" target="_blank">
229-
<img src="raspberry-pi.svg" style="max-width: 100px !important; max-height: 30px !important;">
229+
<img src="raspberry-pi.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
230230
</a>
231231
<a href="https://www.canva.com/" target="_blank">
232-
<img src="canva.svg" style="max-width: 100px !important; max-height: 30px !important;">
232+
<img src="canva.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
233233
</a>
234234
<a href="https://reactjs.org/" target="_blank">
235-
<img src="react.svg" style="max-width: 100px !important; max-height: 30px !important;">
235+
<img src="react.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
236236
</a>
237237
<a href="https://nodejs.org/" target="_blank">
238-
<img src="node-js.svg" style="max-width: 100px !important; max-height: 30px !important;">
238+
<img src="node-js.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
239239
</a>
240240
<a href="https://www.npmjs.com/" target="_blank">
241-
<img src="npm.svg" style="max-width: 100px !important; max-height: 30px !important;">
241+
<img src="npm.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
242242
</a>
243243
<a href="https://mui.com/" target="_blank">
244-
<img src="mui.svg" style="max-width: 100px !important; max-height: 30px !important;">
244+
<img src="mui.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
245245
</a>
246246
<a href="https://www.electronjs.org/" target="_blank">
247-
<img src="electron.svg" style="max-width: 100px !important; max-height: 30px !important;">
247+
<img src="electron.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
248248
</a>
249249
<a href="https://www.typescriptlang.org/" target="_blank">
250-
<img src="typescript.svg" style="max-width: 100px !important; max-height: 30px !important;">
250+
<img src="typescript.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
251251
</a>
252252
<a href="https://en.wikipedia.org/wiki/Shell_script" target="_blank">
253-
<img src="shell-script.svg" style="max-width: 100px !important; max-height: 30px !important;">
253+
<img src="shell-script.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
254254
</a>
255255
<a href="https://www.python.org/" target="_blank">
256-
<img src="python.svg" style="max-width: 100px !important; max-height: 30px !important;">
256+
<img src="python.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
257257
</a>
258258
<a href="https://developer.mozilla.org/docs/Web/HTML" target="_blank">
259-
<img src="html5.svg" style="max-width: 100px !important; max-height: 30px !important;">
259+
<img src="html5.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
260260
</a>
261261
<a href="https://nginx.org/" target="_blank">
262-
<img src="nginx.svg" style="max-width: 100px !important; max-height: 30px !important;">
262+
<img src="nginx.svg" style="max-width: 100px !important; max-height: 30px !important; margin: 3px !important;">
263263
</a>
264264
</div>
265265
</div>

0 commit comments

Comments
 (0)