Skip to content

Commit

Permalink
certificate added
Browse files Browse the repository at this point in the history
  • Loading branch information
prajapatihet committed Jun 18, 2024
1 parent d460a68 commit 51c7a96
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 2 deletions.
Binary file modified assets/images/certificates/ai_900.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/certificates/mobiledev_java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/certificates/nptel_se.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 65 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h1 class="name" title="Hetkumar">Hetkumar Prajapati</h1>
</li>

<li class="navbar-item">
<button class="navbar-link" data-nav-link>Certificates</button>
<button class="navbar-link" data-nav-link>Certificate</button>
</li>

<li class="navbar-item">
Expand Down Expand Up @@ -727,7 +727,7 @@ <h3 class="h3 blog-item-title">Create an Audiobook System</h3>

<!--- #CERTIFICATIONS -->

<article class="certificates" data-page="certificates">
<article class="certificate" data-page="certificate">

<header>
<h2 class="h2 article-title">Certificates</h2>
Expand All @@ -751,6 +751,69 @@ <h3 class="project-title">Microsoft Certified: Azure AI Fundamental</h3>

</a>
</li>
<li class="project-item active">
<a href="#">

<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img src="./assets/images/certificates/nptel_data_analytics.png"
alt="nptel_data_analytics" loading="lazy">
</figure>

<h3 class="project-title">NPTEL Certified: Data Analytics with Python</h3>

</a>
</li>
<li class="project-item active">
<a href="#">

<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img src="./assets/images/certificates/nptel_se.png" alt="nptel_se" loading="lazy">
</figure>

<h3 class="project-title">NPTEL Certified: Software Engineering</h3>

</a>
</li>
<li class="project-item active">
<a href="#">

<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img src="./assets/images/certificates/python_crach_course.png"
alt="python_crach_course" loading="lazy">
</figure>

<h3 class="project-title">Crach Course on Python</h3>

</a>
</li>
<li class="project-item active">
<a href="#">

<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img src="./assets/images/certificates/mobiledev_java.png" alt="mobiledev_java"
loading="lazy">
</figure>

<h3 class="project-title">Short Term Course on Mobile Development using Java</h3>
</a>
</li>

</ul>
</section>

Expand Down

0 comments on commit 51c7a96

Please sign in to comment.