Skip to content

Commit

Permalink
skills page updated 1
Browse files Browse the repository at this point in the history
  • Loading branch information
M-MUGESHCHARLES committed Jun 16, 2024
1 parent d668992 commit 4c49e6f
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 66 deletions.
12 changes: 6 additions & 6 deletions assets/css/animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,45 +231,45 @@
@media only screen and (max-width: 1000px) {

#particles-js {
margin-bottom: 50px;
/* margin-bottom: 50px; */
}
}

@media only screen and (max-width: 970px) {

#particles-js {
margin-bottom: 80px;
/* margin-bottom: 80px; */
}
}

@media only screen and (max-width:770px) {

#particles-js {
margin-bottom: 90px;
/* margin-bottom: 90px; */
}

}

@media only screen and (max-width:760px) {

#particles-js {
margin-bottom: 250px;
/* margin-bottom: 250px; */
}

}

@media only screen and (max-width: 380px) {

#particles-js {
margin-bottom: 300px;
/* margin-bottom: 300px; */
}

}

@media only screen and (max-width:320px) {

#particles-js {
margin-bottom: 320px;
/* margin-bottom: 320px; */
}

}
Expand Down
47 changes: 45 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ p {
line-height: 1.7rem;
}

@media (width<=350px) {
@media (width<=450px) {
.background-body {
width: fit-content;
}
Expand Down Expand Up @@ -258,7 +258,7 @@ hr {
@media (max-width: 600px ) {

.home-top-content {
margin-bottom: 90px;
/* margin-bottom: 90px; */
}
}

Expand Down Expand Up @@ -288,6 +288,49 @@ hr {
align-self: center !important; /* Add this line to vertically center the.vr element */
}

ul.my-skills li {
list-style: none;
margin: 0 15px;
}

ul.my-skills li img {
height: 30px;
transition: .8s;
text-align: center;
}


ul.my-skills li img:hover {
transition: transform .5s;
width: 35px;
height: 35px;
}

ul.my-skills li span {
position: relative;
display: grid;
width: 55px;
height: 55px;
border-radius: 50%;
background-color: #fff;
/* text-align: center; */
place-items:center;
/* transition: .6s; */
box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

ul.my-skills li span:hover {
transform: translate(0, -15%);
transition: .7s;
}

@media only screen and (width < 760px) {

div.d-flex div.vr {
display: none !important;
}
}

/* ============================================================================================================ */
/* contacts.html */
/* ============================================================================================================ */
Expand Down
10 changes: 10 additions & 0 deletions assets/images/icons/bootstrap-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/images/icons/css-3-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/images/icons/firebase-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/icons/git-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/images/icons/github-142-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/images/icons/html-5-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/images/icons/js-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/icons/react-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/images/icons/wix-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c49e6f

Please sign in to comment.