Skip to content

Commit

Permalink
Merge pull request #59 from Soumyaraj321/main
Browse files Browse the repository at this point in the history
portfolio changes
  • Loading branch information
kd1729 authored Oct 15, 2023
2 parents 3f27837 + 748955c commit c27073e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 21 deletions.
63 changes: 45 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,23 @@ <h4 class="first-c">


<p class="stagger">
I am currently a final year student pursuing my Bachelors in the field of Computer Science and
Engineering from VIT Vellore. I belong to Kanpur, Uttar Pradesh. My attitude towards life is very
optimistic which encourages me to remain positive even in the worst of situations.

I am associate software engineer at Ivanti, I apply my skills to create innovative solutions for IT and security management.
I joined Ivanti in July 2023, after completing a six-month internship at the same company, where I gained valuable experience
in developing, testing, and deploying software applications.
</p>
<br>
<p class="stagger">
Coming to my skillsets, I have previously done projects based on Machine Learning, Deep Learning and
Natural Language Processing. My passion for coding and development is the very reason why I am currently
working on FrontEnd Projects (ReactJS). I love participating in competitive coding competitions, C++
being the language I am most fluent in.

Before that, I interned at Walmart Global Tech India and Protal, where I worked on various analytical and frontend projects
using tools like Tableau, Google Secret Manager, Spark, and Kafka. I have also worked as a React Developer in 2 startups.
I also contributed to the GirlScript Winter of Contributing program as a contributor, and was a senior core member of the
Student Technical Community at VIT Vellore, where I organized and participated in various technical events and workshops.
</p>
<br>
<p class="stagger">
In the forthcoming days I plan to learn Backend, NodeJS being the primary environment and probably
basics of Linux and DevOps as well. My immediate goal include becoming a full-stack developer by the
end of my final year.

I have completed my B.Tech in Computer Science from Vellore Institute of Technology, where I have completed
multiple courses and certifications in machine learning, Python, and Microsoft technologies.
I am passionate about learning new technologies and applying them to real-world problems,
and I aspire to become a leader and a mentor in the field of Software Engineering.
</p>
<br>
<p class="stagger">
Expand Down Expand Up @@ -177,46 +175,62 @@ <h4 class="first-c">

<div class="skill-card">
<div class="skill-name"> Languages </div>
<div class="skill-list">
<ul>
<li>C++</li>
<li>Python</li>
<li>C</li>
<li>Java</li>
<li>Javascript</li>
<li>SQL</li>
<li>SCALA</li>
</ul>
</div>
</div>

<div class="skill-card">
<div class="skill-name"> Frontend </div>
<div class="skill-name"> Frontend & Backend </div>
<div class="skill-list">
<ul>
<li>HTML/CSS/JS</li>
<li>Bootstrap</li>
<li>Tailwind</li>
<li>ReactJS</li>
<li>TailwindCSS</li>
<li>NodeJS</li>
<li>ExpressJS</li>
<li>NextJS</li>
</ul>
</div>
</div>

<div class="skill-card">
<div class="skill-name"> Data Related </div>
<div class="skill-name"> Data Related </div><br>
<div class="skill-list">
<ul>
<li class="skill-3">Machine Learning</li>
<li class="skill-3">Data Engineering</li>
<li class="skill-3">Data Analysis</li>
<li class="skill-3">Tableau</li>
<li class="skill-3">SQL</li>
</ul>
</div>
</div>

<div class="skill-card">
<div class="skill-name"> Other Skills </div>
<div class="skill-list">
<ul>
<li>JIRA</li>
<li>Linux</li>
<li>Tableau</li>
<li>Spark</li>
<li>GIT</li>
<li>AWS</li>
<li>Firebase</li>
<li>NLP</li>
<li>Spring</li>
<li>Docker</li>
</ul>
</div>
</div>

</div>
Expand All @@ -225,7 +239,7 @@ <h4 class="first-c">
<!-- Projects -->
<div class="projects" id="projects">
<div class="projects-heading">
<a class="link-on-heading" href="https://github.com/onlykingkd" target="_blank" style="text-decoration: none;"> My Projects </a>
<a class="link-on-heading" href="https://github.com/kd1729" target="_blank" style="text-decoration: none;"> My Projects </a>
</div>
<div class="grid-container">

Expand Down Expand Up @@ -323,6 +337,19 @@ <h4 class="first-c">

<div class="experience-list">

<div class="experience-text">
<div class="experience-name">
<a class="link-on-experience" href="https://www.linkedin.com/in/kaustubhdwivedi1729/" target="_blank"> Associate Software Engineer </a>
</div>
<div class="time-period"> January 2023 - Present </div>

<div class="responsibilities" >
Worked as a Software Engineering Intern from Jan to June then joined as full time.
Migrated the build environment of the product from VisualStudio-2019 to VisualStudio-2022 using latest build
tools such as Win11 SDK and latest WDK.Working on various feature improvements and bugs fixing.
</div>
</div>

<div class="experience-text">
<div class="experience-name">
<a class="link-on-experience" href="https://drive.google.com/file/d/1A-niGXqdo6oRve_9zPh7zYGd85KuJHg9/view?usp=sharing" target="_blank"> Summer Intern at Walmart </a>
Expand Down
14 changes: 11 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,10 @@ h3.first-b {
}

.skills-text {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 0.5rem;
display: flex;
flex-wrap: wrap;
}

.skill-card {
Expand All @@ -345,9 +346,16 @@ h3.first-b {
color: #fae1e1;
min-height: 250px;
width: 300px;
border-radius: 15px;
box-sizing: border-box;
padding: 1rem;
flex: 1;
margin: 10px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.skill-list {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}

.skill-card:hover {
Expand Down

0 comments on commit c27073e

Please sign in to comment.