Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Leyla Kandalova committed Oct 12, 2023
1 parent 6c0a7e9 commit b1936c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,28 +230,28 @@ <h2>Work History</h2>
<!-- <h2>Projects and accomplishments</h2> -->
<h2>Some of pet projects</h2>
<div class="card--project">
<a href="https://github.com/kandalova/node-mentoring-introduction"><span>&#11088; </span>Node.js mentoring program from EPAM</a>
<a target="_blank" href="https://github.com/kandalova/node-mentoring-introduction"><span>&#11088; </span>Node.js mentoring program from EPAM</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/node-mentoring-shop"><span>&#11088; </span>Express application for online shop (in progress)</a>
<a target="_blank" href="https://github.com/kandalova/node-mentoring-shop"><span>&#11088; </span>Express application for online shop (in progress)</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/node-file-manager"><span>&#11088; </span>Node.js file manager</a>
<a target="_blank" href="https://github.com/kandalova/node-file-manager"><span>&#11088; </span>Node.js file manager</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/digital_resume"><span>&#11088; </span>This digital resume</a>
<a target="_blank" href="https://github.com/kandalova/digital_resume"><span>&#11088; </span>This digital resume</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/react-fundamentals"><span>&#11088; </span>React mentoring progrmam from EPAM</a>
<a target="_blank" href="https://github.com/kandalova/react-fundamentals"><span>&#11088; </span>React mentoring progrmam from EPAM</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/js-fe-concepts"><span>&#11088; </span>Some js concepts</a>
<a target="_blank" href="https://github.com/kandalova/js-fe-concepts"><span>&#11088; </span>Some js concepts</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/react_task_tracker"><span>&#11088; </span>React task tracker</a>
<a target="_blank" href="https://github.com/kandalova/react_task_tracker"><span>&#11088; </span>React task tracker</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/react_tic_tac_toe"><span>&#11088; </span>React tic-tac toe</a>
<a target="_blank" href="https://github.com/kandalova/react_tic_tac_toe"><span>&#11088; </span>React tic-tac toe</a>
</div>
</section>

Expand Down

0 comments on commit b1936c6

Please sign in to comment.