Skip to content

Commit

Permalink
portfolio update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
leenock committed Jul 21, 2024
1 parent ffa154c commit 274e5b2
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ <h5>Social Media Integration</h5>
<li class="active" data-filter="*">All Projects</li>
<li data-filter=".wordpress">WordPress</li>
<li data-filter=".webdevelopment">Web Development</li>
<li data-filter=".reactjs">React Js </li>
<li data-filter=".github">GitHub</li>
<li data-filter=".machinelearnig">Machine Learning</li>
</ul>
Expand Down Expand Up @@ -756,6 +757,70 @@ <h5 class="white-color font-weight-bold"><a href="#" target="_blank">Adventures<
</div>
</div>
</div> <!-- grid item -->

<!-- grid item react js-->
<div class="grid-item reactjs">
<div class="portfolio-box-01">
<div class="portfolio-info">
<h5 class="white-color font-weight-bold"><a
href="https://react-js-landing-page-vr03.vercel.app/" target="_blank">Template
link</a></h5>
<span>personal Project</span>
</div>
<div class="portfolio-img">
<img style="height: 200px;" src="static/img/reactjs/1.png" title=""
alt="">
<div class="portfolio-icon">
<a href="static/img/reactjs/2.png" class="gallery-link">
<span class="ti-plus"></span>
</a>
</div>
</div>
</div>
</div> <!-- grid item -->

<!-- grid item react js-->
<div class="grid-item reactjs">
<div class="portfolio-box-01">
<div class="portfolio-info">
<h5 class="white-color font-weight-bold"><a
href="https://react-js-landing-page-theta.vercel.app/" target="_blank">Template
link</a></h5>
<span>personal Project</span>
</div>
<div class="portfolio-img">
<img style="height: 200px;" src="static/img/reactjs/3.png" title=""
alt="">
<div class="portfolio-icon">
<a href="static/img/reactjs/4.png" class="gallery-link">
<span class="ti-plus"></span>
</a>
</div>
</div>
</div>
</div> <!-- grid item -->

<!-- grid item react js-->
<div class="grid-item reactjs">
<div class="portfolio-box-01">
<div class="portfolio-info">
<h5 class="white-color font-weight-bold"><a
href="https://react-js-landing-page-vr02.vercel.app/" target="_blank">Template
link</a></h5>
<span>personal Project</span>
</div>
<div class="portfolio-img">
<img style="height: 200px;" src="static/img/reactjs/5.png" title=""
alt="">
<div class="portfolio-icon">
<a href="static/img/reactjs/6.png" class="gallery-link">
<span class="ti-plus"></span>
</a>
</div>
</div>
</div>
</div> <!-- grid item -->

<!-- grid item github-->
<div class="grid-item github">
<div class="portfolio-box-01">
Expand Down
Binary file added static/img/reactjs/1.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 static/img/reactjs/2.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 static/img/reactjs/3.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 static/img/reactjs/4.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 static/img/reactjs/5.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 static/img/reactjs/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 274e5b2

Please sign in to comment.