Skip to content

Commit

Permalink
Merge pull request #4003 from Timon-D3v/Timon-D3v-Card
Browse files Browse the repository at this point in the history
Timon's card
  • Loading branch information
ibrahimdevop21 authored Oct 25, 2024
2 parents 22b1217 + 144f1ed commit 92f6caa
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,39 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ --> <!-- Contributors' Cards START -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Timon Fiedler</p>
<p class="contact">
<i class="fa-brands fa-instagram"></i>
<a href="https://www.instagram.com/timon.dev/" target="_blank">@timon.dev</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Timon-D3v" target="_blank">Timon-D3v</a>
</p>
<p class="about">
Hi, I am a webdev from Switzerland and I try to do more open source. I have built some websites like <a href="https://www.timondev.com" target="_blank">my portfolio</a>, <a href="https://www.sofareinigung-zuerich.ch" target="_blank">Sofareinigung Zürich</a> and <a href="https://www.zurich-meets-tanzania.com" target="_blank">Zurich meets Tanzania</a>. I've also built my own javascript framework <a href="https://www.npmjs.com/package/timonjs" target="_blank">timon.js</a>.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.npmjs.com/package/timonjs" target="_blank" title="My own javascript framework">jQuery like javascript framework, but with all the native functions for each element</a>
</li>
<li>
<a href="https://shoelace.style" target="_blank" title="Shoelace">A clean and easy to use design component library</a>
</li>
<li>
<a href="https://app.haikei.app" target="_blank" title="haikei">Generate awsome SVG's</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- Contributors' Cards START -->

<!-- Ehtiram's Contributor card START -->
<!-- Contributors' Cards END -->

<div class="card">
<p class="name">Ehtiram</p>
<p class="contact">
Expand Down

0 comments on commit 92f6caa

Please sign in to comment.