Skip to content

Commit 2544bca

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

File tree

1 file changed

+51
-18
lines changed

1 file changed

+51
-18
lines changed

index.html

Lines changed: 51 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -210,24 +210,57 @@ <h5 class="has-animation">Education &amp; Skill</h5>
210210
<div class="tf__section_heading mb_40">
211211
<h5 class="has-animation">Badges</h5>
212212
<div class="badges">
213-
<img src="css.svg" style="max-width: 100px !important; max-height: 30px !important;">
214-
<img src="js.svg" style="max-width: 100px !important; max-height: 30px !important;">
215-
<img src="php.svg" style="max-width: 100px !important; max-height: 30px !important;">
216-
<img src="linux.svg" style="max-width: 100px !important; max-height: 30px !important;">
217-
<img src="arduino.svg" style="max-width: 100px !important; max-height: 30px !important;">
218-
<img src="raspberry-pi.svg" style="max-width: 100px !important; max-height: 30px !important;">
219-
<img src="canva.svg" style="max-width: 100px !important; max-height: 30px !important;">
220-
<img src="react.svg" style="max-width: 100px !important; max-height: 30px !important;">
221-
<img src="node-js.svg" style="max-width: 100px !important; max-height: 30px !important;">
222-
<img src="npm.svg" style="max-width: 100px !important; max-height: 30px !important;">
223-
<img src="mui.svg" style="max-width: 100px !important; max-height: 30px !important;">
224-
<img src="electron.svg" style="max-width: 100px !important; max-height: 30px !important;">
225-
<img src="typescript.svg" style="max-width: 100px !important; max-height: 30px !important;">
226-
<img src="shell-script.svg" style="max-width: 100px !important; max-height: 30px !important;">
227-
<img src="python.svg" style="max-width: 100px !important; max-height: 30px !important;">
228-
<img src="html5.svg" style="max-width: 100px !important; max-height: 30px !important;">
229-
<img src="nginx.svg" style="max-width: 100px !important; max-height: 30px !important;">
230-
213+
<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;">
215+
</a>
216+
<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;">
218+
</a>
219+
<a href="https://www.php.net/" target="_blank">
220+
<img src="php.svg" style="max-width: 100px !important; max-height: 30px !important;">
221+
</a>
222+
<a href="https://www.linux.org/" target="_blank">
223+
<img src="linux.svg" style="max-width: 100px !important; max-height: 30px !important;">
224+
</a>
225+
<a href="https://www.arduino.cc/" target="_blank">
226+
<img src="arduino.svg" style="max-width: 100px !important; max-height: 30px !important;">
227+
</a>
228+
<a href="https://www.raspberrypi.org/" target="_blank">
229+
<img src="raspberry-pi.svg" style="max-width: 100px !important; max-height: 30px !important;">
230+
</a>
231+
<a href="https://www.canva.com/" target="_blank">
232+
<img src="canva.svg" style="max-width: 100px !important; max-height: 30px !important;">
233+
</a>
234+
<a href="https://reactjs.org/" target="_blank">
235+
<img src="react.svg" style="max-width: 100px !important; max-height: 30px !important;">
236+
</a>
237+
<a href="https://nodejs.org/" target="_blank">
238+
<img src="node-js.svg" style="max-width: 100px !important; max-height: 30px !important;">
239+
</a>
240+
<a href="https://www.npmjs.com/" target="_blank">
241+
<img src="npm.svg" style="max-width: 100px !important; max-height: 30px !important;">
242+
</a>
243+
<a href="https://mui.com/" target="_blank">
244+
<img src="mui.svg" style="max-width: 100px !important; max-height: 30px !important;">
245+
</a>
246+
<a href="https://www.electronjs.org/" target="_blank">
247+
<img src="electron.svg" style="max-width: 100px !important; max-height: 30px !important;">
248+
</a>
249+
<a href="https://www.typescriptlang.org/" target="_blank">
250+
<img src="typescript.svg" style="max-width: 100px !important; max-height: 30px !important;">
251+
</a>
252+
<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;">
254+
</a>
255+
<a href="https://www.python.org/" target="_blank">
256+
<img src="python.svg" style="max-width: 100px !important; max-height: 30px !important;">
257+
</a>
258+
<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;">
260+
</a>
261+
<a href="https://nginx.org/" target="_blank">
262+
<img src="nginx.svg" style="max-width: 100px !important; max-height: 30px !important;">
263+
</a>
231264
</div>
232265
</div>
233266
<div class="row">

0 commit comments

Comments
 (0)