Compare commits
2 commits
b67d395f62
...
6928395981
| Author | SHA1 | Date | |
|---|---|---|---|
| 6928395981 | |||
| 75ae44576c |
1 changed files with 12 additions and 4 deletions
16
index.html
16
index.html
|
|
@ -68,6 +68,7 @@
|
|||
</div>
|
||||
</li>
|
||||
|
||||
<!--
|
||||
<li class="contact-item">
|
||||
<div class="icon-box">
|
||||
<ion-icon name="phone-portrait-outline"></ion-icon>
|
||||
|
|
@ -77,9 +78,11 @@
|
|||
<p class="contact-title">Phone</p>
|
||||
<a href="tel:+16262067901" class="contact-link">+1 (626) 206-7901</a>
|
||||
</div>
|
||||
--!>
|
||||
|
||||
</li>
|
||||
|
||||
<!--
|
||||
<li class="contact-item">
|
||||
|
||||
<div class="icon-box">
|
||||
|
|
@ -93,6 +96,8 @@
|
|||
|
||||
</li>
|
||||
|
||||
--!>
|
||||
|
||||
<li class="contact-item">
|
||||
|
||||
<div class="icon-box">
|
||||
|
|
@ -114,8 +119,8 @@
|
|||
<ul class="social-list">
|
||||
|
||||
<li class="social-item">
|
||||
<a href="#" class="social-link">
|
||||
<ion-icon name="logo-facebook"></ion-icon>
|
||||
<a href="https://home.priyatham.duckdns.org" class="social-link">
|
||||
<ion-icon name="home-outline"></ion-icon>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
@ -187,7 +192,7 @@
|
|||
<li>💾 I work as a Technical Lead for Innovation Initiatives of Cal Poly Pomona overseeing projects and integrations serving 30,000 students, faculty and staff</li>
|
||||
<li>👨💻 I just finished my Master's degree from Cal Poly Pomona, CA. I studied Computer Science.</li>
|
||||
<li>💾 I worked as a Digital Credential Specialist overseeing badging efforts integrations with LMS</li>
|
||||
<li>💻 I make an array of software projects and worked on many interesting and rewarding internships.</li>
|
||||
<li>💻 I self host and virtualize using proxmox. I want to be knowledgeable from hardware to software and everything in between</li>
|
||||
<li>I worked as Interface Lead in aerospace projects such as Northrop Grumman Collaboration project</li>
|
||||
|
||||
|
||||
|
|
@ -643,7 +648,7 @@
|
|||
|
||||
<li class="timeline-item">
|
||||
|
||||
<h4 class="h4 timeline-item-title">Digital Credentials</h4>
|
||||
<h4 class="h4 timeline-item-title">Digital Credentials (NSF funded)</h4>
|
||||
|
||||
<span>2022 — 2024</span>
|
||||
|
||||
|
|
@ -803,7 +808,10 @@
|
|||
<h3 class="h3 form-title">Contact</h3>
|
||||
|
||||
<h5 class="h5 form-title">Please scan this qr code for my vcard or email me at pbazaruatcpp.edu, I check frequently and would love to hear from everyone</h5>
|
||||
|
||||
<div class="qr-container">
|
||||
<img src="./assets/images/vcard_1(1).png" alt="qr code" width="400" height="400">
|
||||
</div>
|
||||
<!--
|
||||
<form action="#" class="form" data-form>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue