Skip to content

Commit

Permalink
Merge pull request #5 from dzichonka/without-gulp
Browse files Browse the repository at this point in the history
feat: change projects section
  • Loading branch information
dzichonka authored Oct 18, 2024
2 parents cf0eee9 + ee5d396 commit 3a55ac2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
Binary file added img/works/game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 20 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -713,23 +713,34 @@ <h2 class="portfolio__header-title title title_fz16">Portfolio</h2>
<div class="portfolio__links">

<a class="portfolio__item" target="_blank"
href="https://rolling-scopes-school.github.io/dzichonka-JSFE2023Q4/coffee-house/"><img
src="img/works/coffee.jpg" alt="coffee house"></a>
href="https://dzichonka.github.io/CoffeeHouse/index.html"><img src="img/works/coffee.jpg"
alt="coffee house"></a>

<a class="portfolio__item" target="_blank"
href="https://rolling-scopes-school.github.io/dzichonka-JSFEPRESCHOOL2024Q2/shelter/"><img
src="img/works/sheltert.png" alt="Shelter"></a>

<a class="portfolio__item" target="_blank" href="https://famous-tulumba-2dc634.netlify.app/"><img
src="https://famous-tulumba-2dc634.netlify.app/img/about/slider3.png" alt="libruary"></a>

<a class="portfolio__item vertical" target="_blank"
href="https://resilient-youtiao-8b2fd2.netlify.app/"><img src="img/works/food.jpg" alt="food"></a>
<a class="portfolio__item" target="_blank" href="https://superb-cannoli-ae43d1.netlify.app/"><img
src="img/works/uber.jpg" alt="uber"></a>
<a class="portfolio__item" target="_blank" href="https://dzichonka.github.io/audioplayer/"><img
src="./img/works/player.png" alt="audio player"></a>
<!-- <a class="portfolio__item" target="_blank" href="https://famous-tulumba-2dc634.netlify.app/"><img
src="https://famous-tulumba-2dc634.netlify.app/img/about/slider3.png" alt="libruary"></a> -->

<a class="portfolio__item vertical" target="_blank" href="https://dzichonka.github.io/Food/"><img
src="img/works/food.jpg" alt="food"></a>

<a class="portfolio__item" target="_blank" href="https://dzichonka.github.io/tic-tac-toe/"><img
src="./img/works/game.png" alt="tic-tac-toe"></a>
<!-- <a class="portfolio__item" target="_blank" href="https://superb-cannoli-ae43d1.netlify.app/"><img
src="img/works/uber.jpg" alt="uber"></a> -->

<a class="portfolio__item horizontal" target="_blank"
href="https://lucky-monstera-896089.netlify.app/"><img src="img/works/run.jpg" alt="Pulse"></a>
href="https://dzichonka.github.io/imageGallery/"><img
src="https://images.unsplash.com/photo-1504955922305-b9d1ece28808?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w2NTg5MTZ8MHwxfHNlYXJjaHwxMXx8c3RhcnN8ZW58MHx8fHwxNzI5MjYzOTQyfDA&ixlib=rb-4.0.3&q=80&w=1080"
alt="image gallery"></a>

<!-- <a class="portfolio__item horizontal" target="_blank" href="https://lucky-monstera-896089.netlify.app/"><img
src="img/works/run.jpg" alt="Pulse"></a> -->

</div>
</div>
Expand Down

0 comments on commit 3a55ac2

Please sign in to comment.