add more projects
This commit is contained in:
parent
4af706a5d0
commit
9859e8024a
3 changed files with 34 additions and 12 deletions
|
|
@ -153,7 +153,7 @@ input, textarea {
|
|||
|
||||
html { font-family: var(--ff-poppins); }
|
||||
|
||||
body { background: var(--smoky-black); } **/
|
||||
body { background: var(--smoky-black); }
|
||||
/** .dark-mode { background: var(--smoky-black); } **/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ for (let i = 0; i < testimonialsItem.length; i++) {
|
|||
testimonialsModalFunc();
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
// add click event to modal close button
|
||||
|
|
@ -79,7 +78,7 @@ modalCloseBtn.addEventListener("click", testimonialsModalFunc);
|
|||
overlay.addEventListener("click", testimonialsModalFunc);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
// custom select variables
|
||||
const select = document.querySelector("[data-select]");
|
||||
const selectItems = document.querySelectorAll("[data-select-item]");
|
||||
|
|
@ -158,8 +157,7 @@ for (let i = 0; i < formInputs.length; i++) {
|
|||
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
|
||||
// page navigation variables
|
||||
const navigationLinks = document.querySelectorAll("[data-nav-link]");
|
||||
|
|
|
|||
38
index.html
38
index.html
|
|
@ -1,6 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
|
@ -128,20 +127,18 @@
|
|||
|
||||
<li class="social-item">
|
||||
<a href="https://code.priyatham.duckdns.org/explore/repos" class="social-link"target="_blank">
|
||||
<ion-icon name="logo-forgejo"></ion-icon>
|
||||
<ion-icon name="logo-github"></ion-icon>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
<!--
|
||||
- #main-content
|
||||
-->
|
||||
|
||||
<div class="main-content">
|
||||
|
||||
<!--
|
||||
|
|
@ -174,9 +171,7 @@
|
|||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
||||
<!--
|
||||
- #ABOUT
|
||||
-->
|
||||
|
|
@ -414,7 +409,6 @@
|
|||
|
||||
-->
|
||||
</article>
|
||||
|
||||
<!--
|
||||
- #RESUME
|
||||
-->
|
||||
|
|
@ -645,6 +639,36 @@
|
|||
<h2 class="h2 article-title">Projects</h2>
|
||||
</header>
|
||||
|
||||
<ol class="timeline-list">
|
||||
|
||||
<li class="timeline-item">
|
||||
|
||||
<h4 class="h4 timeline-item-title">Digital Credentials</h4>
|
||||
|
||||
<span>2022 — 2024</span>
|
||||
|
||||
<p class="timeline-text">I have been involved and advocating to the use of digital credentials as I started my master's program. Now I lead the technical aspects of the program along with various other programs at Cal Poly Pomona. I handle the approval process for all the badges across the university.</p>
|
||||
|
||||
</li>
|
||||
<li class="timeline-item">
|
||||
|
||||
<h4 class="h4 timeline-item-title">PolyX (Polytechnic eXperience)</h4>
|
||||
|
||||
<span>2022 — 2024</span>
|
||||
|
||||
<p class="timeline-text">PolyX is a university wide initiative to which requires repository of all courses deemed to be polyX and various technical works to manage,approve and organize showcases to support over 500 students concurrently.</p>
|
||||
|
||||
</li>
|
||||
<li class="timeline-item">
|
||||
|
||||
<h4 class="h4 timeline-item-title">Northrop Grumman Collaboration Project</h4>
|
||||
|
||||
<span>2024</span>
|
||||
|
||||
<p class="timeline-text">This project is a multi disciplinary collobartion I lead the Interface for the entire project that </p>
|
||||
|
||||
</li>
|
||||
</ol>
|
||||
<!--
|
||||
<h2 class="h2 article-title">Fitting them in shortly.</h2>
|
||||
<section class="projects">
|
||||
|
|
|
|||
Loading…
Reference in a new issue