Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes:1678 #1678

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/Footer/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
}

.nav__menu a:hover {
color: var(--site-theme-color);
color: var();
}

.nav__menu a:first-child {
color: var(--site-theme-color);
color: var();
}

.footer__creator h6 {
text-align: right;
font-weight: 400;
color: rgba(255, 255, 255, 0.852);
color: rgba(0, 84, 194, 0.852);
}

.footer__copyright p {
Expand Down
15 changes: 9 additions & 6 deletions components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ const Header = () => {
target="_blank"
title="Youtube Channel"
id="youtube-channel"
className={`cursor-pointer text-[#ffffff] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
rel="noreferrer"
className={`cursor-pointer size-48px text-[#ffffff] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
rel="noreferrer" style={{fontSize:'1.5rem'}}
>
<RiYoutubeFill />
</Link>
Expand All @@ -178,8 +178,9 @@ const Header = () => {
target="_blank"
title="Github Account"
id="github-account"
className={`cursor-pointer text-[#ffffff] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
rel="noreferrer"
className={`size-48px cursor-pointer text-[#ffffff] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
rel="noreferrer" style={{fontSize:'1.5rem'}}

>
<RiGithubFill />
</Link>
Expand All @@ -189,8 +190,9 @@ const Header = () => {
target="_blank"
title="Twitter Account"
id="twitter-account"
className={`cursor-pointer text-[#ffffff] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
className={`cursor-pointer size-48px text-[#ffffff] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
rel="noreferrer"
style={{fontSize:'1.5rem'}}
>
<NewTwitterLogo/>
</Link>
Expand All @@ -200,8 +202,9 @@ const Header = () => {
target="_blank"
title="LinkedIn Account"
id="linkedin-account"
className={`cursor-pointer text-[#ffffff] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
className={`cursor-pointer height-65px width-11rem text-[#f4f4f4] hover:text-[--site-theme-color] transform ease-in-out hover:-translate-y+1 hover:scale-150`}
rel="noreferrer"
style={{fontSize:'1.5rem'}}
>
<RiLinkedinFill />
</Link>
Expand Down
7 changes: 7 additions & 0 deletions components/Header/header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@
.logo h1 {
font-size: 1.3rem !important;
}
.linkedin.account{
font-size: 9rem;
}
.Link{
font-size: 67px;

}

.mobile__menuDiv {
display: flex;
Expand Down
16 changes: 8 additions & 8 deletions components/UI/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,37 +62,37 @@ const Contact = () => {

<div className={`${classes.social__links}`}>
<Link
className="hover:text-[#01d293] duration-300"
className="hover:text-[#d20101] duration-300"
aria-label="Youtube Channel"
href="https://youtube.com/@piyushgargdev"
target="_blank"
>
<RiYoutubeFill />
<RiYoutubeFill className="hover:text-[#d20101] duration-300"/>
</Link>
<Link
className="hover:text-[#01d293] duration-300"
className="hover:text-[#e5e6e5] duration-300"
aria-label="Github Profile"
href="https://github.com/piyushgarg-dev"
target="_blank"
>
<RiGithubFill />
<RiGithubFill className="hover:text-[#e5e6e5] duration-300"/>
</Link>
<Link
className="hover:text-[#01d293] duration-300"
className="hover:text-[#1c1ccb] duration-300"
aria-label="Twitter Account"
href="https://twitter.com/piyushgarg_dev"
target="_blank"
>

<NewTwitterLogo />
<NewTwitterLogo className="hover:text-[#1c1ccb] duration-300" />
</Link>
<Link
className="hover:text-[#01d293] duration-300"
className="hover:text-[#34d9e8] duration-300"
aria-label="LinedIn Account"
href="https://www.linkedin.com/in/piyushgarg195/"
target="_blank"
>
<RiLinkedinFill />
<RiLinkedinFill className="hover:text-[#34d9e8] duration-300"/>
</Link>
</div>
</Col>
Expand Down
6 changes: 3 additions & 3 deletions components/UI/Courses.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const Courses = ({ courses = [] }) => {
<Row>
{courses.map((item) => (
<Col
style={{ margin: "10px 0px" }}
style={{ margin: " 10px 0px" }}
key={item.id}
lg="4"
lg="3"
md="4"
sm="6"
sm="8"
className="hover:scale-105 hover:ease-out duration-300 shadow-md"
>
<PortfolioItem item={item} />
Expand Down
10 changes: 5 additions & 5 deletions components/UI/Testimonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ const Testimonial = ({ feedbacks = [] }) => {
const settings = {
dots: false,
autoplay: true,
speed: 500,
autoplaySpeed: 2000,
speed: 1000,
autoplaySpeed: 5000,
cssEase: "linear",
infinite: true,
swipeToSlide: true,
slidesToShow: 3,
slidesToScroll: 1,
slidesToShow: 4,
slidesToScroll: 3,
responsive: [
{
breakpoint: 100,
settings: {
slidesToShow: 2,
slidesToShow: 9,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mongodb": "^4.13.0",
"next": "^13.1.1",
"next-auth": "^4.18.10",
"react": "18.2.0",
"react": "^18.3.1",
"react-browser-ui": "^1.3.5",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions styles/about.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.about__icon i {
color: var(--site-theme-color);


}

.about__img {
Expand Down
Loading
Loading