Skip to content

Commit

Permalink
feat: prod + library of Poets
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaiko Eugene committed Jul 9, 2023
1 parent b13fcda commit 1e7b92d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
Binary file added 1a77f10bba5495c044ed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 27 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ <h2 class="text-center py-5 h1 title-h2">These are some of my projects</h2>
</a>
</div>
</div>
<div class="col-xl-4 col-md-6 col-sm-12 my-3">
<!-- <div class="col-xl-4 col-md-6 col-sm-12 my-3">
<div class="card shadow-sm project-tile">
<a href="https://rahunak.github.io/AlfaDigitalAgency/dist/" target="_blank" class="text-decoration-none blockForImage">
<img
class=" blockForImage__image"
src="93417a52d0714df4d8a6.jpg"
src="/src/components/images/AlfaDigitalAgency.jpg"
alt="shelter "
aria-label="AlfaDigitalAgency application"
>
Expand All @@ -172,7 +172,7 @@ <h2 class="text-center py-5 h1 title-h2">These are some of my projects</h2>
</div>
</a>
</div>
</div>
</div> -->
<div class="col-xl-4 col-md-6 col-sm-12 my-3">
<div class="card shadow-sm project-tile">
<a href="https://rolling-scopes-school.github.io/rahunak-JSFE2022Q1/SHELTER/" target="_blank" class="text-decoration-none blockForImage">
Expand Down Expand Up @@ -289,12 +289,12 @@ <h2 class="text-center py-5 h1 title-h2">These are some of my projects</h2>
</a>
</div>
</div>
<div class="col-xl-4 col-md-6 col-sm-12 my-3">
<!-- <div class="col-xl-4 col-md-6 col-sm-12 my-3">
<div class="card shadow-sm project-tile">
<a href="https://rahunak.github.io/Hedgehogs/dist/" target="_blank" class="text-decoration-none blockForImage">
<img
class="blockForImage__image"
src="0b72374267d7c72564fe.png"
src="/src/components/images/hedgehogs.png"
alt="hedgehogs "
aria-label="shelter application"
>
Expand All @@ -308,7 +308,7 @@ <h2 class="text-center py-5 h1 title-h2">These are some of my projects</h2>
</div>
</a>
</div>
</div>
</div> -->
<div class="col-xl-4 col-md-6 col-sm-12 my-3">
<div class="card shadow-sm project-tile">
<a href="https://rolling-scopes-school.github.io/rahunak-JSFE2022Q3/online-zoo" target="_blank" class="text-decoration-none blockForImage">
Expand Down Expand Up @@ -444,10 +444,31 @@ <h2 class="text-center py-5 h1 title-h2">These are some of my projects</h2>
</a>
</div>
</div>
<div class="col-xl-4 col-md-6 col-sm-12 my-3">
<div class="card shadow-sm project-tile">
<a href="https://rahunak.github.io/LibraryPoets/" target="_blank" class="text-decoration-none blockForImage">
<img
class="blockForImage__image"
src="1a77f10bba5495c044ed.png"
alt="menu items"
aria-label="shelter application"
>
<div class="card-body">
<p class="text-dark text-center h3 projectItems">
Library of Poets
</p>
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">JS + SCSS + HTML + localStorage</small>
</div>
</div>
</a>
</div>
</div>
<!-- // -->
</div>
</div>
</section>
<!-- / -----like footer----/ -->
<section class="col py-0 vh-100 text-center container">
<div class="mx-auto h-100 d-flex flex-column justify-content-center align-items-center">
<div class="mb-5">
Expand Down

0 comments on commit 1e7b92d

Please sign in to comment.