Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rembursed authored May 22, 2024
1 parent ea95a84 commit 273c454
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ <h1>My Story</h1>
style="border-radius: 50%"
/>
</picture>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/go/go-original.svg" />

<p>
Since childhood, I've been passionate about dismantling gadgets and teaching myself programming. This early curiosity led me to pursue formal education in ICT, where I earned an A-level qualification. Now at university, I continue to expand my knowledge and skills. My focus is on creating impactful applications that leverage technology for meaningful change, aiming to improve processes and connect communities.
</p>
Expand All @@ -105,7 +107,7 @@ <h1>My Story</h1>
<div class="tech">
<h2>Languages</h2>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/cplusplus/cplusplus-original.svg" width="70" height="70"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/go/go-original-wordmark.svg" width="70" height="70"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/go/go-original.svg" width="70" height="70"/>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/python/python-original.svg" width="70" height="70" />
<p>My favorite languages for systems programming, software engineering, and bot development.</p>
</div>
Expand Down

0 comments on commit 273c454

Please sign in to comment.