Skip to content

Commit

Permalink
add more project
Browse files Browse the repository at this point in the history
  • Loading branch information
ngquyduc committed Oct 28, 2024
1 parent 2ea1b54 commit 15e7f30
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 1 deletion.
Binary file added assets/images/project-duke.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 assets/images/project-food-ui.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 assets/images/project-gymaite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 79 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ <h3 class="project-title">Music Hub</h3>

<h3 class="project-title">Distributed Chat Golang</h3>

<p class="project-category">Web development</p>
<p class="project-category">Backend development</p>
</a>
</li>
<li
Expand Down Expand Up @@ -901,6 +901,84 @@ <h3 class="project-title">Invasion of Mugland Simulation</h3>
<p class="project-category">Algorithm</p>
</a>
</li>
<li
class="project-item active"
data-filter-item
data-category="other"
>
<a
href="https://www.github.com/ngquyduc/duke-java"
target="_blank"
>
<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img
src="./assets/images/project-duke.png"
alt="orizon"
loading="lazy"
/>
</figure>

<h3 class="project-title">Duke Chat</h3>

<p class="project-category">Desktop App</p>
</a>
</li>
<li
class="project-item active"
data-filter-item
data-category="web development"
>
<a
href="https://www.github.com/ngquyduc/food-ui"
target="_blank"
>
<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img
src="./assets/images/project-food-ui.png"
alt="orizon"
loading="lazy"
/>
</figure>

<h3 class="project-title">Food Restaurant UI</h3>

<p class="project-category">Frontend development</p>
</a>
</li>
<li
class="project-item active"
data-filter-item
data-category="mobile applications"
>
<a
href="https://www.github.com/ngquyduc/gymaite-ios"
target="_blank"
>
<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img
src="./assets/images/project-gymaite.png"
alt="orizon"
loading="lazy"
/>
</figure>

<h3 class="project-title">Gymaite</h3>

<p class="project-category">iOS Application</p>
</a>
</li>
</ul>
</section>
</article>
Expand Down

0 comments on commit 15e7f30

Please sign in to comment.