Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar0022 committed Feb 5, 2024
1 parent 2fb83b8 commit cf905e1
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 44 deletions.
Binary file added img/home.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 img/portfolio.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 img/task.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 img/text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 66 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,11 @@ <h1 class="position-absolute text-uppercase text-primary">About Me</h1>
</div>
<div class="col-lg-7">
<h3 class="mb-4"></h3>
<p>I am a prefinal year 2024 graduate Computer Science Engineering student. I have a keen interest in <strong> MERN Development</strong>, Machine Learning along with <strong> Technical Writing & Documentation </strong></p>
<h5><p>I am a final-year Computer Science Engineering student with expertise in
<strong> FullStack Development and Data Science.</strong> My keen interest also lies in <strong>Machine Learning</strong>, and I possess additional skills in
<strong> Technical Writing </strong> and <strong> Documentation </strong></p></h5>
<div class="row mb-3">
<div class="col-sm-6 py-2"><h6>Name: <span class="text-secondary">Chetan</span></h6></div>
<div class="col-sm-6 py-2"><h6>Name: <span class="text-secondary">Chetan</span ></h6></div>
<div class="col-sm-6 py-2"><h6>Degree: <span class="text-secondary">Bachelors</span></h6></div>
<div class="col-sm-6 py-2"><h6>Email: <span class="text-secondary">kumarvishal1082002gmail.com</span></h6></div>
<div class="col-sm-6 py-2"><h6>Address: <span class="text-secondary">India</span></h6></div>
Expand Down Expand Up @@ -262,6 +264,68 @@ <h5>Git, GitHub, IntelliJ IDEA, Visual Studio Code, Postman </h5>
</div>
<!-- Tech stacks and skills -->




<!-- Projects Start -->
<div class="container-fluid pt-5" id="projects">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Projects</h1>
<h1 class="position-absolute text-uppercase text-primary">My Projects</h1>
</div>
<div class="row">
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/home.png" alt="">
</div>
<h5><p><b><u>Flix</u></b></p></h5>
<h6>Web application design and build using MERN (MongoDB, Express.js, React, Node.js) stack</h6>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/flix-">Check Code</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/Screenshot from 2023-09-13 19-26-08.png" alt="">
</div>
<h5><p><b><u>StockP</u></b></p></h5>
<h6>This Web application empowers traders and investors with instantaneous insights into stock price fluctuations</h6>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/forage-jpmc-swe-task-2">Check Code</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/text.png" alt="">
</div>
<h5><p><b><u>Complete Text Analysis</u></b></p></h5>
<h6>This web application systematically analyzes various types of text based on user input. It incorporates features designed
to detect sentiment, spam, stress, sarcasm,
and other linguistic elements.</h6>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/text-analysis-app">Check Code</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/portfolio.png" alt="">
</div>
<h5><p><b><u>Portfolio Website</u></b></p></h5>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/My_Portfolio">Check Code</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/task.png" alt="">
</div>
<h5><p><b><u>TaskM</u></b></p></h5>
<h6>This website provides users with the capability to log in or sign up, enabling them to efficiently manage their assorted tasks.</h6>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/TaskM">Check Code</a>
</div>

</div>
</div>
</div>
<!-- Projects End -->





<!-- Blogs Start -->
<div class="container-fluid pt-5" id="blog">
<div class="container">
Expand Down Expand Up @@ -313,48 +377,6 @@ <h1 class="position-absolute text-uppercase text-primary">My Blogs</h1>



<!-- Projects Start -->
<div class="container-fluid pt-5" id="projects">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Projects</h1>
<h1 class="position-absolute text-uppercase text-primary">My Projects</h1>
</div>
<div class="row">
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/flix.png" alt="">
</div>
<h5><p><b><u>Flix</u></b></p></h5>
<h6>Web application design and build using MERN (MongoDB, Express.js, React, Node.js) stack</h6>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/flix-">Check Code</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/Screenshot from 2023-09-13 19-26-08.png" alt="">
</div>
<h5><p><b><u>StockP</u></b></p></h5>
<h6>This Web application empowers traders and investors with instantaneous insights into stock price fluctuations</h6>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/forage-jpmc-swe-task-2">Check Code</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/text-analysis.png" alt="">
</div>
<h5><p><b><u>Complete Text Analysis</u></b></p></h5>
<a class="btn btn-sm btn-outline-primary py-2" href="https://github.com/error-4u/text-analysis-app">Check Code</a>
</div>
<!-- <div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/blog-3.jpg" alt="">
</div>
<p><b><u>ManageIt</u></b></p>
<a class="btn btn-sm btn-outline-primary py-2" href="">Check Code</a>
</div> -->
</div>
</div>
</div>
<!-- Projects End -->

<!-- Footer Start -->
<div class="container-fluid bg-primary text-white mt-5 py-5 px-sm-3 px-md-5">
Expand Down

0 comments on commit cf905e1

Please sign in to comment.