Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dojacom committed Oct 6, 2023
1 parent 104c86e commit a0602b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file added assets/img/calculators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,22 +262,22 @@ <h2 class="section-title">
</h2>
<div class="project-container container grid">
<article class="project-card">
<img src="assets/img/project-1.png" class="project-img">
<img src="assets/img/calculators.png" class="project-img">
<div class="project-modal">

<h2 class="project-title">Arithmetic Calculator</h2>
<h2 class="project-title">Versatile Calculator</h2>

<span class="project-subtitle">
<i class="ri-html5-fill project-icon"></i>
<i class="ri-css3-fill project-icon"></i>
<i class="ri-javascript-fill project-icon"></i>
<i class="ri-reactjs-line project-icon"></i>
<i class="ri-reactjs-line project-icon"></i>
<i class="ri-reactjs-line project-icon"></i>
</span>


<div class="project-btn">
<a href="https://dojacom.github.io/Arithmetic-calculator/" class="project-button">
<a href="https://calculators-app.vercel.app/" class="project-button">
Live preview<i class="ri-external-link-line"></i></a>
<a href="https://github.com/Dojacom/Arithmetic-calculator.git" class="project-button">
<a href="https://github.com/Dojacom/calculators-app.git" class="project-button">
Source code<i class="ri-external-link-line"></i></a>
</div>
</div>
Expand Down

0 comments on commit a0602b0

Please sign in to comment.