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 cf905e1 commit 8ec9d3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--green: #101110;
--teal: #55081f;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #580c47;
--secondary: #6c757d;
--success: #28a745;
--success: #a79f28;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
Expand Down Expand Up @@ -2928,7 +2928,7 @@ fieldset:disabled a.btn {
}

.btn-link:hover {
color: #078571;
color: #6b0c91;
text-decoration: underline;
}

Expand Down Expand Up @@ -3902,7 +3902,7 @@ input[type="button"].btn-block {
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0BCEAF;
background-color: #ce420b;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ <h3 class="mb-4">Skills</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5> Express.js, React.js, Node.js, HTML, CSS, JavaScript, MongoDB, Python</h5>
<h5> TypeScript, Express.js, React.js, Node.js, HTML, CSS, JavaScript, MongoDB, Python, AWS, Recoil, Docker, JAVA,
MaterialUI, Git</h5>
<br>


Expand All @@ -249,7 +250,7 @@ <h3 class="mb-4">Tools</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5>Git, GitHub, IntelliJ IDEA, Visual Studio Code, Postman </h5>
<h5>GitHub, IntelliJ IDEA, Visual Studio Code, Postman </h5>
<br>


Expand Down Expand Up @@ -282,6 +283,7 @@ <h1 class="position-absolute text-uppercase text-primary">My Projects</h1>
<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>
<a class="btn btn-sm btn-outline-primary py-2" href="https://flix-drab.vercel.app/">See Live</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
Expand All @@ -300,6 +302,7 @@ <h6>This web application systematically analyzes various types of text based on
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>
<a class="btn btn-sm btn-outline-primary py-2" href="https://flix-drab.vercl.app/">See Live</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
Expand All @@ -315,6 +318,7 @@ <h5><p><b><u>Portfolio Website</u></b></p></h5>
<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>
<a class="btn btn-sm btn-outline-primary py-2" href="https://flix-drab.vecel.app/">See Live</a>
</div>

</div>
Expand Down

0 comments on commit 8ec9d3f

Please sign in to comment.