Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonscypher authored Aug 27, 2023
1 parent 2fb8bea commit c639da9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ main {


/*-----------------------------------*\
#PORTFOLIO
#Projects
\*-----------------------------------*/

.filter-list { display: none; }
Expand Down
37 changes: 18 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h1 class="name" title="Shivam Pal">Shivam Pal</h1>
</li>

<li class="navbar-item">
<button class="navbar-link" data-nav-link>Portfolio</button>
<button class="navbar-link" data-nav-link>My-Projects</button>
</li>

<li class="navbar-item">
Expand All @@ -185,7 +185,7 @@ <h2 class="h2 article-title">About me</h2>

<section class="about-text">
<p>
I'm a motivated Information Technology graduate student based in Tempe, AZ. My academic journey at Arizona State University
I'm passionate Information Technology graduate student based in Tempe, AZ. My academic journey at Arizona State University
has equipped me with a solid foundation in cloud computing, data analysis, and project management. With a GPA of 4.00, I
bring dedication and excellence to everything I do. My skills span a range of programming languages, cloud platforms, and
data tools, reflecting a diverse background that allows me to approach challenges with a holistic perspective.
Expand Down Expand Up @@ -412,19 +412,19 @@ <h4 class="h4 timeline-item-title">Programmer Analyst</h4>

<section class="skill">

<h3 class="h3 skills-title">My skills</h3>
<h3 class="h3 skills-title">My skill Proficiency</h3>

<ul class="skills-list content-card">

<li class="skills-item">

<div class="title-wrapper">
<h5 class="h5">Programming Languages</h5>
<data value="90">90%</data>
<data value="65">65%</data>
</div>

<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 90%;"></div>
<div class="skill-progress-fill" style="width: 65%;"></div>
</div>

</li>
Expand All @@ -433,11 +433,11 @@ <h5 class="h5">Programming Languages</h5>

<div class="title-wrapper">
<h5 class="h5">Data and Cloud Tools</h5>
<data value="85">85%</data>
<data value="50">50%</data>
</div>

<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 85%;"></div>
<div class="skill-progress-fill" style="width: 50%;"></div>
</div>

</li>
Expand All @@ -446,11 +446,11 @@ <h5 class="h5">Data and Cloud Tools</h5>

<div class="title-wrapper">
<h5 class="h5">Other Technologies</h5>
<data value="70">70%</data>
<data value="45">45%</data>
</div>

<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 70%;"></div>
<div class="skill-progress-fill" style="width: 45%;"></div>
</div>

</li>
Expand All @@ -465,17 +465,15 @@ <h5 class="h5">Other Technologies</h5>



<!--
- #Projects
-->


<article class="portfolio" data-page="portfolio">
<article class="my-projects" data-page="my-projects">

<header>
<h2 class="h2 article-title">Projects</h2>
<h2 class="h2 article-title">Projects🚧</h2>
</header>

<section class="projects">
<section class="nprojects">

<div class="filter-select-box">

Expand All @@ -493,7 +491,7 @@ <h2 class="h2 article-title">Projects</h2>


<li class="project-item active" data-filter-item data-category="research">
<a href="#">
<a href="https://ieeexplore.ieee.org/document/9667619">
<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
Expand Down Expand Up @@ -600,7 +598,7 @@ <h3 class="project-title">ML Classifier with SciKit Learn</h3>


<li class="project-item active" data-filter-item data-category="research">
<a href="#">
<a href="https://ieeexplore.ieee.org/document/9579807">
<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
Expand Down Expand Up @@ -638,8 +636,9 @@ <h2 class="h2 article-title">Contact</h2>
<section class="mapbox" data-mapbox>
<figure>
<iframe
src="https://www.google.com/maps/place/Tempe,+AZ/@33.3918952,-112.0105012,12z/data=!3m1!4b1!4m6!3m5!1s0x872b0898a6aa80e3:0xa2dd4aad392cb41f!8m2!3d33.4255104!4d-111.9400054!16zL20vMHFwc24?entry=ttu"
width="400" height="300" loading="lazy"></iframe>
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d53299.1747091541!2d-111.96930046952559!3d33.391987256829495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x872b0898a6aa80e3%3A0xa2dd4aad392cb41f!2sTempe%2C%20AZ!5e0!3m2!1sen!2sus!4v1693163311083!5m2!1sen!2sus"
width="600" height="450" style="border:3;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>

</figure>
</section>

Expand Down

0 comments on commit c639da9

Please sign in to comment.