Skip to content

Commit

Permalink
added prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkateeshh committed Aug 27, 2023
1 parent 1bdaf0d commit bf47e1e
Show file tree
Hide file tree
Showing 6 changed files with 9,048 additions and 743 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ To view the website locally or make modifications, follow these steps:

I appreciate any suggestions, feedback, or contributions to enhance this personal portfolio website. If you would like to contribute, please follow the guidelines in the `CONTRIBUTING.md` file.


## Contact

If you have any questions or inquiries, please feel free to reach out to me through the contact information provided in the website or by using the contact form.

Thank you for visiting my personal portfolio repository! I hope you find it informative and visually appealing.
![Portfolio](https://github.com/Venkateeshh/Portfolio-Website/assets/117290841/d05942e3-6970-47eb-9757-482f11bb6044)

59 changes: 27 additions & 32 deletions assets/newcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ img {
}

/* Active Link */
.active-link{
.active-link {
color: var(--first-color);
}

Expand Down Expand Up @@ -289,7 +289,7 @@ img {
/* fill: hsl(69, 69%, 61%); */
}
.home__blob-img {
width: 330px ;
width: 330px;
padding-left: 20px;
}
.home__data {
Expand Down Expand Up @@ -455,7 +455,6 @@ img {
font-size: var(--h3-font-size);
}


.skills__arrow {
margin-left: auto;
transition: 0.4s;
Expand Down Expand Up @@ -695,59 +694,56 @@ img {

/*================== Portfolio ==================*/

.portfolio__container{
.portfolio__container {
overflow: initial;
}
/*need change*/
.portfolio__content{
.portfolio__content {
padding: 0 1.5rem;

}
.portfolio__img{
.portfolio__img {
width: 310px;
border-radius: .5rem;
border-radius: 0.5rem;
justify-self: center;
}
.portfolio__title{
.portfolio__title {
font-size: var(--h3-font-size);
margin-bottom: var(--mb-0-5);
}
.portfolio__description{
.portfolio__description {
margin-bottom: var(--mb-0-75);
}
.portfolio__button:hover .button__icon{
transform: translateX(.25rem);
.portfolio__button:hover .button__icon {
transform: translateX(0.25rem);
}
.swiper-button-prev::after,
.swiper-button-next::after{
content: '';
.swiper-button-next::after {
content: "";
}
.swiper-portfolio-icon{
.swiper-portfolio-icon {
font-size: 2rem;
color: var(--first-color);
}
.swiper-button-prev{
left: -.5rem;
.swiper-button-prev {
left: -0.5rem;
}
.swiper-button-next{
right: -.5rem;
.swiper-button-next {
right: -0.5rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets{
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: -2.5rem;
}
.swiper-pagination-bullets-active{
.swiper-pagination-bullets-active {
background-color: var(--first-color);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullets{
.swiper-pagination-bullets {
outline: none;
}



/*================ Contact Me ===============*/

.contact__container {
Expand All @@ -774,25 +770,25 @@ img {
font-size: var(--small-font-size);
color: var(--text-color-light);
}
.contact__content{
.contact__content {
background-color: var(--input-color);
border-radius: .5rem;
padding: .75rem 1rem .25rem;
border-radius: 0.5rem;
padding: 0.75rem 1rem 0.25rem;
}
.contact__label{
.contact__label {
font-size: var(--smaller-font-size);
color: var(--title-color);
}

.contact__input{
.contact__input {
width: 100%;
background-color: var(--input-color);
color: var(--text-color);
font-family: var(--body-font);
font-size: var(--normal-font-size);
border: none;
outline: none;
padding: .25rem .5rem .5rem 0;
padding: 0.25rem 0.5rem 0.5rem 0;
}

/*=================== Footer ==================*/
Expand Down Expand Up @@ -951,7 +947,6 @@ img {
.project__img {
width: 200px;
}

}

/* For medium Devices */
Expand Down Expand Up @@ -1166,4 +1161,4 @@ img {
.button--white {
bottom: -4.5rem;
}
}
}
Loading

0 comments on commit bf47e1e

Please sign in to comment.