Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,35 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ________ Lev card START ________ -->
<div class="card">
<p class="name">Lev Medvedev</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://x.com/Lev_Medvedev_" target="_blank">My Twitter</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Bullettime23" target="_blank">My GitHub</a>
</p>
<p class="about">Hi! I'm a professional frontend developer. I have worked for companies for 5 years, and recently decided to
explore GitHub for open source projects to contribute to, so I typed "contribute" in the search field, and this is the first
project I got!</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://css-awards.com/" target="_blank" title="Inspiring web design collection">CSS Awards</a>
</li>
<li>
<a href="https://www.codingame.com/start/" target="_blank" title="Play and learn programming">CodinGame</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=xAcTmDO6NTI&list=PLUl4u3cNGP62A-ynp6v6-LGBCzeH3VAQB" target="_blank" title="Free MIT cource">MIT OpenCourseWare</a>
</li>
</ul>
</div>
</div>
<!-- ________ Lev card END ________ -->

<!-- ________ unimaria card START ________ -->
<div class="card">
<p class="name">Maria</p>
Expand Down