diff --git a/src/components/Contributors/Peter/components/PageLayout.jsx b/src/components/Contributors/Peter/components/PageLayout.jsx
index dae5ada..0e4b59f 100644
--- a/src/components/Contributors/Peter/components/PageLayout.jsx
+++ b/src/components/Contributors/Peter/components/PageLayout.jsx
@@ -4,7 +4,6 @@ import Home from "./Home";
import About from "./About";
import Footer from "./Footer";
import NavBar from "./NavBar";
-import Projects from "./Projects";
import Bg from "./Popup";
function PageLayout() {
return (
@@ -13,7 +12,6 @@ function PageLayout() {
-
>
);
diff --git a/src/components/Contributors/Peter/components/Popup.jsx b/src/components/Contributors/Peter/components/Popup.jsx
index c9f47a9..02e9e30 100644
--- a/src/components/Contributors/Peter/components/Popup.jsx
+++ b/src/components/Contributors/Peter/components/Popup.jsx
@@ -199,7 +199,9 @@ function CanvasAnimation() {
// Your canvas initialization code, if needed
};
- return
;
+ return (
+
+ );
}
export default CanvasAnimation;
diff --git a/src/components/Contributors/Peter/components/Projects.jsx b/src/components/Contributors/Peter/components/Projects.jsx
deleted file mode 100644
index 43dc6c1..0000000
--- a/src/components/Contributors/Peter/components/Projects.jsx
+++ /dev/null
@@ -1,131 +0,0 @@
-/* eslint-disable @next/next/no-img-element */
-"use-client";
-import React from "react";
-
-function Projects() {
- return (
- <>
-
- Projects
-
-
-
-
-
-
-
-
-
-
- Tedim (Chin) Bible
-
- 2010 for macOS
-
-
- This is the Bible translation in Tedim (Chin) 2010, Lai Siangtho
- to use with Propresenter 7.
-
-
-
- learn more
-
-
-
-
-
-
- Tedim (Chin) Bible
-
- 2010 for Windows 10/11
-
-
- This is the Bible translation in Tedim (Chin) 2010, Lai Siangtho
- to use with Propresenter 7.
-
-
- live app
-
-
- learn more
-
-
-
-
-
-
-
-
-
-
-
-
- >
- );
-}
-
-export default Projects;
diff --git a/src/styles/profiles/_peter.scss b/src/styles/profiles/_peter.scss
index aacce6b..69756cc 100644
--- a/src/styles/profiles/_peter.scss
+++ b/src/styles/profiles/_peter.scss
@@ -1,4 +1,6 @@
-// copy start
+@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
+@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap);
+
.peter {
.loader {
position: relative;
@@ -24,13 +26,16 @@
animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
spinner-fade 1.2s linear infinite;
}
+
.loader:before {
border-top-color: #fff;
}
+
.loader:after {
border-top-color: #ff3d00;
animation-delay: 0.4s;
}
+
.loaderText {
font-size: 5rem;
margin-bottom: -100px;
@@ -39,1558 +44,882 @@
top: 0;
left: 48%;
}
+
@keyframes spinner-spin {
100% {
transform: rotate(360deg);
}
}
+
@keyframes spinner-fade {
25%,
75% {
opacity: 0.1;
}
+
50% {
opacity: 1;
}
}
-}
-
-// My Custom CSS
-@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
-@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap);
-*,
-*::before,
-*::after {
- margin: 0;
- padding: 0;
- box-sizing: inherit;
-}
-
-html {
- box-sizing: border-box;
- font-size: 62.5%;
- scroll-behavior: smooth;
-}
-
-#root {
- min-height: 100vh;
- color: #fafafa;
- font-family: montserrat, sans-serif;
- background-color: #1a1a1a;
- overflow-x: hidden;
-}
-
-li {
- list-style: none;
-}
-
-a {
- text-decoration: none;
- color: inherit;
-}
-
-button {
- border: none;
- outline: none;
- background-color: transparent;
- color: inherit;
-}
-
-/* Responsive Screen Size Start */
-
-/* For HTML Start */
-@media (max-width: 1500px) {
- html {
- font-size: 57.25%;
- }
-}
-
-@media (max-width: 1200px) {
- html {
- font-size: 50%;
- }
-}
-@media (max-width: 770px) {
- html {
- font-size: 43.75%;
+ /* Footer start */
+ .footer {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ height: 150px;
+ background-color: #282828;
+ border-radius: 10px;
+ border: 1px solid white;
}
-}
-@media (max-width: 615px) {
- html {
- font-size: 40%;
+ .socials {
+ display: flex;
+ justify-content: space-evenly;
+ align-items: center;
+ padding: 20px;
+ width: 50%;
+ height: 50px;
+ margin: 20px auto;
}
-}
-@media (max-width: 350px) {
- html {
- font-size: 35%;
+ .socials__icons {
+ align-items: center;
+ vertical-align: middle;
+ cursor: pointer;
+ transition: all 0.2s;
+ font-size: 45px;
+ margin: 0 10px;
}
-}
-/* For HTML End */
-
-/* Responsive Screen Size End */
-
-/* For About Start */
-.about {
- position: relative;
- top: 0;
- width: 1300px;
- display: flex;
- margin: 0 auto;
- flex-direction: column;
- align-items: center;
- padding-block: 20px;
- height: 100%;
-}
-@media (max-width: 1500px) {
- .about {
- width: 1100px;
+ .socials__icons:hover {
+ transform: scale(1.2);
}
-}
-@media (max-width: 1200px) {
- .about {
- width: auto;
+ .copyright {
+ color: #fafafa;
+ font-size: 14px;
+ font-weight: 500;
}
-}
-.about__heading:before {
- position: absolute;
- content: "";
- border-bottom: 18px solid #ff4d5a;
- width: 16rem;
- display: block;
- margin: 0 auto;
- position: relative;
- left: 3.5rem;
- top: 6.3rem;
- z-index: -1;
-}
+ @media (max-width: 720px) {
+ .footer {
+ height: 100px;
+ }
-@media (max-width: 770px) {
- .about__heading:before {
- border-bottom: 14px solid #ff4d5a;
- }
-}
+ .socials {
+ display: flex;
+ justify-content: space-evenly;
+ align-items: center;
+ padding: 10px;
+ width: 50%;
+ height: 50px;
+ margin: 10px auto;
+ }
-.about__content {
- display: flex;
- justify-content: space-between;
- width: 100%;
-}
+ .socials__icons {
+ align-items: center;
+ vertical-align: middle;
+ cursor: pointer;
+ transition: all 0.2s;
+ font-size: 25px;
+ margin: 0 10px;
+ }
-@media (max-width: 1300px) {
- .about__content {
- flex-direction: column;
+ .copyright {
+ color: #fafafa;
+ font-size: 12px;
+ font-weight: 500;
+ }
}
-}
-/* For About End */
-
-/* For Profile Start */
-.profile {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-weight: 500;
- left: -300px;
- opacity: 0;
- transition: all 1.1s;
-}
-@media (max-width: 1301px) {
- .profile {
- margin-bottom: 10rem;
+ .return-home {
+ position: absolute;
+ top: -25px;
+ width: 40px;
+ height: 45px;
+ margin-right: auto;
+ margin-left: auto;
left: 0;
- opacity: 1;
+ right: 0;
+ text-align: center;
+ background-color: #ff4d5a;
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-timing-function: ease-in-out;
+ animation-timing-function: ease-in-out;
+ animation-iteration-count: infinite;
+ -webkit-animation-iteration-count: infinite;
+ }
+
+ .return-home:hover {
+ cursor: pointer;
+ animation-name: bounce;
+ -moz-animation-name: bounce;
}
-}
-@media (max-width: 1000px) {
- .profile {
- margin-bottom: 7rem;
+ .return-home svg {
+ width: 100%;
}
-}
-
-.profile__picture {
- height: 24rem;
- margin-bottom: 4rem;
- display: flex;
- justify-content: flex-start;
- align-items: center;
-}
-.profile__picture svg {
- transition: all 1.1s;
-}
-
-.profile__blurb {
- font-size: 1.8rem;
- width: 500px;
- line-height: 1.8;
-}
+ /* Footer end */
-@media (max-width: 600px) {
- .profile__blurb {
- width: 80vw;
- margin-left: auto;
- margin-right: auto;
+ // Navigation Start
+ .navigation {
+ display: flex;
+ margin-right: 10rem;
+ font-size: 14px;
+ font-weight: 500;
+ letter-spacing: 1px;
}
-}
-
-.profile__fade-in {
- opacity: 1;
- transform: translateX(300px);
-}
-@media (max-width: 1300px) {
- .profile__fade-in {
- transform: translateX(0);
+ @media (max-width: 1200px) {
+ .navigation {
+ margin-right: 3rem;
+ }
}
-}
-/* For Profile End */
-
-/* For Skill Start */
-.skills {
- display: flex;
- justify-content: center;
-}
-
-.skills__row {
- display: flex;
- flex-direction: column;
- justify-content: center;
-}
-
-.skills__row:not(:last-child) {
- margin-right: 25px;
-}
-@media (max-width: 410px) {
- .skills__row:not(:last-child) {
- margin-right: 15px;
+ @media (max-width: 700px) {
+ .navigation {
+ margin-right: 0;
+ }
}
-}
-@media (max-width: 300px) {
- .skills__row:not(:last-child) {
- margin-right: 10px;
+ .navigation-bar {
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ width: 100%;
+ height: 50px;
+ border-bottom: 1px solid #1a1a1a;
+ background-color: rgba(40, 40, 40, 0.95);
+ backdrop-filter: blur(8px);
+ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
-}
-
-.skills__item {
- opacity: 0;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-evenly;
- height: 100px;
- width: 160px;
- border: double 3px transparent;
- border-image-slice: 1;
- border-width: 3px;
- background-image: linear-gradient(#1a1a1a, #1a1a1a),
- radial-gradient(circle at top left, #51a2e9, #ff4d5a);
- border-radius: 10px;
- background-origin: border-box;
- background-clip: content-box, border-box;
- transition: transform 0.2s, opacity 1.2s;
- overflow: hidden;
-}
-@media (max-width: 1500px) {
- .skills__item {
- height: 90px;
- width: 145px;
+ @media (max-width: 700px) {
+ .navigation-bar {
+ justify-content: center;
+ }
}
-}
-@media (max-width: 1300px) {
- .skills__item {
- opacity: 1;
- border-width: 2px;
+ .navigation__item {
+ transition: all 0.2s;
}
-}
-@media (max-width: 1000px) {
- .skills__item {
- height: 80px;
- width: 130px;
+ .navigation__item:not(:last-child) {
+ margin-right: 3rem;
}
-}
-@media (max-width: 600px) {
- .skills__item {
- height: 70px;
- width: 115px;
+ .navigation__item--active {
+ color: #ff4d5a;
}
-}
-@media (max-width: 500px) {
- .skills__item {
- height: 60px;
- width: 100px;
+ .navigation__item:hover {
+ color: #ff4d5a;
}
-}
-@media (max-width: 410px) {
- .skills__item {
- height: 50px;
- width: 80px;
+ /* Add styles for the navigation bar */
+ .navigation-bar {
+ position: fixed;
+ top: -100px; /* Initially hidden above the viewport */
+ left: 0;
+ background-color: #333; /* Background color of the navigation bar */
+ color: #fff; /* Text color */
+ transition: top 0.3s; /* Smooth transition effect for showing/hiding */
+ z-index: 100000;
+ /* Add any other styles you want for the navigation bar */
}
-}
-@media (max-width: 340px) {
- .skills__item {
- height: 45px;
- width: 70px;
+ .navigation-bar.show {
+ top: 0;
+ /*Displaythenavigationbaratthetopwhentheshowclassisapplied*/
+ left: 0;
+ right: 0;
+ width: 90%;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -ms-border-radius: 5px;
+ -o-border-radius: 5px;
}
-}
-.skills__item:not(:last-child) {
- margin-bottom: 3rem;
-}
+ // Navigation End
-@media (max-width: 410px) {
- .skills__item:not(:last-child) {
- margin-bottom: 15px;
+ /* popup */
+ /* CSS for Popup Container */
+ .popup {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ z-index: 1000; /* Adjust the z-index as needed to ensure it's above other content */
}
-}
-
-.skills__item img {
- height: 60px;
- width: auto;
- transition: all 0.2s;
-}
-@media (max-width: 1500px) {
- .skills__item img {
- height: 55px;
+ /* CSS for Popup Content */
+ .popup-content {
+ background: #282828; /* White background color */
+ padding: 20px;
+ border-radius: 5px;
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
+ text-align: center;
}
-}
-@media (max-width: 1000px) {
- .skills__item img {
- height: 50px;
+ /* CSS for Popup Title */
+ .popup-content h2 {
+ font-size: 24px;
+ margin: 0 0 10px;
}
-}
-@media (max-width: 600px) {
- .skills__item img {
- height: 45px;
+ /* CSS for Popup Message */
+ .popup-content p {
+ font-size: 16px;
+ margin: 0 0 20px;
}
-}
-@media (max-width: 500px) {
- .skills__item img {
- height: 35px;
+ /* CSS for Close Button */
+ .popup-content button {
+ background: #007bff; /* Blue button background color */
+ color: #fff; /* White button text color */
+ border: none;
+ padding: 10px 20px;
+ border-radius: 5px;
+ cursor: pointer;
+ font-size: 16px;
}
-}
-@media (max-width: 410px) {
- .skills__item img {
- height: 26px;
+ .popup-content button:hover {
+ background: #0056b3; /* Darker blue on hover */
}
-}
-
-.skills__item-name {
- font-size: 1.2rem;
- font-weight: 600;
- line-height: 1;
- transition: all 0.2s;
- letter-spacing: 1px;
-}
-@media (max-width: 1200px) {
- .skills__item-name {
- font-size: 1.4rem;
+ .hero {
+ position: relative;
+ display: flex;
+ width: 100%;
+ height: 100vh;
+ border-radius: 25px;
+ z-index: 1;
+ background-color: #1a1a1a;
+ top: 0;
+ -webkit-border-radius: 25px;
+ -moz-border-radius: 25px;
+ -ms-border-radius: 25px;
+ -o-border-radius: 25px;
}
-}
-
-.skills__item-fade-in {
- opacity: 1;
-}
-
-.skills__item--js img {
- border-radius: 5px;
-}
-
-.skills__item--webpack img {
- border-radius: 50%;
-}
-@keyframes moveInLeft {
- 0% {
- opacity: 0;
- transform: translateX(-10rem);
+ #canvas-1 {
+ position: absolute;
+ right: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ z-index: 1;
+ overflow: hidden;
+ }
+ #root {
+ font-family: montserrat, sans-serif;
+ font-size: 14px;
+ width: 100%;
+ overflow-x: hidden;
+ background-color: #1a1a1a;
+ padding: 30px auto;
+ outline: 45px solid #1a1a1b;
}
- 100% {
- opacity: 1;
- transform: translateX(0);
+ /* animation */
+ .canvas-animation {
+ width: 95%;
+ height: 60%;
+ position: fixed;
+ top: 20%;
+ right: 0;
+ left: 0;
+ z-index: 0;
}
-}
-@keyframes moveInRight {
- 0% {
- opacity: 0;
- transform: translateX(10rem);
+ @media (max-width: 450px) {
+ .canvas-animation {
+ width: 90%;
+ height: 45%;
+ top: 25%;
+ }
}
- 100% {
- opacity: 1;
- transform: translateX(0);
+ // Header Start
+ .heading {
+ position: relative;
+ align-self: center;
+ justify-self: center;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ line-height: normal;
+ width: fit-content;
+ height: auto;
+ margin-left: auto;
+ margin-right: auto;
+ color: #fafafa;
+ font-weight: 300;
+ z-index: 999;
}
-}
-@keyframes moveInBottom {
- 0% {
- opacity: 0;
- transform: translateY(4rem);
+ .heading__line-1 {
+ animation-name: moveInLeft;
}
- 100% {
- opacity: 1;
- transform: translateY(0);
+ .heading__line-1 span {
+ color: #ff4d5a;
+ font-weight: 400;
}
-}
-@keyframes bounce {
- 0% {
- transform: translateY(0);
+ .heading__line-2 {
+ animation-name: moveInRight;
}
- 50% {
- transform: translateY(-1rem);
+ .heading__line-1,
+ .heading__line-2 {
+ text-align: center;
+ font-size: 3rem;
+ background-color: rgba(26, 26, 26, 0.25);
+ animation-duration: 1.4s;
+ animation-timing-function: cubic-bezier(0.21, 1.11, 0.81, 0.99);
+ }
+
+ @media (max-width: 700px) {
+ .heading__line-1,
+ .heading__line-2 {
+ font-size: 2rem;
+ text-align: center;
+ margin-left: 1rem;
+ margin-right: 1rem;
+ }
}
- 100% {
- transform: translateY(0);
+ @media (max-width: 550px) {
+ .heading__line-1,
+ .heading__line-2 {
+ font-size: 1.5rem;
+ }
}
-}
-@keyframes fadeIn {
- 0% {
- opacity: 0;
+ .heading-cta {
+ position: relative;
+ display: flex;
+ align-items: center;
+ margin-top: 45px;
+ padding: 5px 10px;
+ width: 140px;
+ height: 40px;
+ background-color: rgba(26, 26, 26, 0.6);
+ border: 2px solid #ff4d5a;
+ border-radius: 2px;
+ color: #ff4d5a;
+ font-size: 14px;
+ font-weight: 500;
+ cursor: pointer;
+ animation: moveInBottom 0.7s 1.2s;
+ animation-fill-mode: backwards;
+ animation-timing-function: cubic-bezier(0.21, 1.11, 0.81, 0.99);
}
- 100% {
- opacity: 1;
+ @media (max-width: 1500px) {
+ .heading-cta {
+ width: auto;
+ }
}
-}
-/* For Skill End */
+ @media (max-width: 700px) {
+ .heading-cta {
+ margin-top: 1.8rem;
+ }
+ }
-/* For Contact Start */
+ @media (max-width: 550px) {
+ .heading-cta {
+ padding: 8px 11px;
+ }
+ }
-.contact {
- position: relative;
- margin: 10rem auto;
- display: flex;
- width: 500px;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- z-index: 10;
- /* margin-bottom: 10rem; */
-}
+ .heading-cta:before,
+ .heading-cta:after {
+ content: "";
+ position: absolute;
+ top: -2px;
+ left: -2px;
+ width: 140px;
+ height: 40px;
+ border-radius: 3px;
+ border: 2px solid #ff4d5a;
+ filter: blur(0);
+ transform-origin: 50%;
+ z-index: -1;
+ }
+
+ @media (max-width: 1500px) {
+ .heading-cta:before,
+ .heading-cta:after {
+ width: 150px;
+ }
+ }
-@media (max-width: 700px) {
- .contact {
- width: 400px;
+ @media (max-width: 1200px) {
+ .heading-cta:before,
+ .heading-cta:after {
+ width: 160px;
+ border: 2px solid transparent;
+ }
}
-}
-@media (max-width: 470px) {
- .contact {
- width: 330px;
+ .heading-cta:hover {
+ transform: translateY(-2px);
+ -webkit-transform: translateY(-2px);
+ -moz-transform: translateY(-2px);
+ -ms-transform: translateY(-2px);
+ -o-transform: translateY(-2px);
}
-}
-@media (max-width: 400px) {
- .contact {
- width: 260px;
+ .heading-cta:hover:before,
+ .heading-cta:hover:after {
+ border-color: transparent;
+ filter: blur(2px);
+ transform: scaleX(1.3) scaleY(2.2);
+ transition: 800ms transform ease, 1900ms blur ease, 700ms border-color ease;
+ pointer-events: none;
}
-}
-.contact__heading {
- margin-top: -4rem !important;
- margin-bottom: 6rem !important;
-}
+ .heading-cta:hover:after {
+ transition-delay: 150ms;
+ }
-.contact__heading:before {
- position: absolute;
- content: "";
- border-bottom: 18px solid #ff4d5a;
- width: 21rem;
- display: block;
- margin: 0 auto;
- position: relative;
- left: 3.5rem;
- top: 6.3rem;
- z-index: -1;
-}
+ .heading-cta:active {
+ transform: translateY(-1px);
+ -webkit-transform: translateY(-1px);
+ -moz-transform: translateY(-1px);
+ -ms-transform: translateY(-1px);
+ -o-transform: translateY(-1px);
+ }
-@media (max-width: 770px) {
- .contact__heading:before {
- border-bottom: 14px solid #ff4d5a;
+ .heading__arrow {
+ display: inline-block;
+ height: 24px;
+ width: 24px;
+ margin-left: 15px;
+ transform: rotate(90deg);
+ fill: #ff4d5a;
+ transition: all 0.3s;
+ }
+
+ @media (max-width: 770px) {
+ .heading__arrow {
+ height: 20px;
+ width: 20px;
+ }
}
-}
-.contact__text {
- font-size: 1.8rem;
- margin-bottom: 6rem;
-}
+ @media (max-width: 615px) {
+ .heading__arrow {
+ margin-left: 10px;
+ }
+ }
-.contact__form {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
-}
+ @media (max-width: 550px) {
+ .heading__arrow {
+ height: 16px;
+ width: 16px;
+ }
+ }
+ // Header End
-.contact__form-name,
-.contact__form-email {
- margin-bottom: 6px;
- padding: 1rem;
- height: 4rem;
-}
-
-.contact__form-message {
- height: 12rem;
- padding: 1rem;
-}
-
-.contact__form-submit-2 {
- align-self: flex-start;
- margin-top: 0 !important;
-}
-
-.contact__form-submit {
- align-self: flex-start;
- position: relative;
- padding: 0.6rem 1rem;
- width: fit-content;
- font-size: 1.6rem;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 3px;
- z-index: 9;
- cursor: pointer;
-}
-
-.contact__form-submit:hover {
- color: #1a1a1a;
- font-weight: 700;
-}
-
-.contact__form-submit:after {
- position: absolute;
- content: "";
- border-bottom: 2px solid #ff4d5a;
- width: calc(100% + 2rem);
- left: -14%;
- top: 0.5rem;
- display: block;
- margin: 0 auto;
- position: relative;
- transform-origin: bottom;
- transition: all 0.2s;
- z-index: -1;
-}
-
-.contact__form-submit:hover:after {
- transform: scaleY(17.5);
-}
-
-@media (max-width: 1500px) {
- .contact__form-submit:hover:after {
- transform: scaleY(16.5);
- }
-}
-
-@media (max-width: 1200px) {
- .contact__form-submit:hover:after {
- transform: scaleY(14);
+ /* For About Start */
+ .about {
+ position: relative;
+ top: 0;
+ width: 100%;
+ display: flex;
+ margin: 30px auto;
+ flex-direction: column;
+ align-items: center;
+ padding-block: 20px;
+ height: 100%;
}
-}
-
-@media (max-width: 770px) {
- .contact__form-submit:hover:after {
- transform: scaleY(12.5);
+ .section-heading {
+ position: relative;
+ font-size: 60px;
+ font-weight: 700;
+ z-index: 9999;
}
-}
-
-.contact input,
-.contact textarea {
- width: 500px;
- resize: none;
- border: none;
- color: inherit;
- background-color: #282828;
- font-size: 1.6rem;
- font-family: monserrat, sans-serif;
- border-left: 2px solid transparent;
- border-radius: 0;
-}
-@media (max-width: 700px) {
- .contact input,
- .contact textarea {
- width: 400px;
+ .about__heading:before {
+ position: absolute;
+ content: "";
+ border-bottom: 18px solid #ff4d5a;
+ width: 140px;
+ display: block;
+ margin: 0 auto;
+ position: relative;
+ left: 1.7rem;
+ top: 5rem;
+ z-index: -1;
}
-}
-@media (max-width: 470px) {
- .contact input,
- .contact textarea {
- width: 330px;
+ @media (max-width: 770px) {
+ .about__heading:before {
+ border-bottom: 14px solid #ff4d5a;
+ }
}
-}
-@media (max-width: 400px) {
- .contact input,
- .contact textarea {
- width: 260px;
+ .about__content {
+ display: flex;
+ justify-content: space-between;
+ width: 100%;
}
-}
-
-.contact input:focus,
-.contact textarea:focus {
- outline: none;
-}
-
-.contact input::placeholder,
-.contact textarea::placeholder {
- color: rgba(250, 250, 250, 0.6);
- opacity: 1;
-}
-
-.contact input :-ms-input-placeholder,
-.contact textarea :-ms-input-placeholder {
- color: rgba(250, 250, 250, 0.6);
-}
-.contact input ::-ms-input-placeholder,
-.contact textarea ::-ms-input-placeholder {
- color: rgba(250, 250, 250, 0.6);
-}
-
-.contact__form-error-submit {
- margin-top: 1.5rem;
- height: 7rem;
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
-}
-
-.form-error {
- align-self: start;
- font-size: 1.6rem;
- font-weight: 500;
- line-height: 1.5;
-}
-
-.form-error > * {
- display: none;
-}
-
-.input-error {
- border-left: 2px solid #ff4d5a !important;
-}
-
-.section-heading {
- position: relative;
- font-size: 5.5rem;
- font-weight: 700;
- margin-top: 9rem;
- margin-bottom: 13rem;
- z-index: 9999;
-}
-
-@media (max-width: 1200px) {
- .section-heading {
- margin-bottom: 10rem;
+ @media (max-width: 1300px) {
+ .about__content {
+ flex-direction: column;
+ }
}
-}
-@media (max-width: 1000px) {
- .section-heading {
- margin-top: 6rem;
+ @media (max-width: 1200px) {
+ .section-heading {
+ margin-bottom: 1rem;
+ margin-top: 5rem;
+ }
}
-}
-
-/* For Cantact End */
-
-/* Footer start */
-.footer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 160px;
- background-color: #282828;
-}
-
-.socials {
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- padding: 20px;
- width: 50%;
- height: 50px;
- margin: 20px auto;
-}
-
-.socials__icons {
- align-items: center;
- vertical-align: middle;
- cursor: pointer;
- transition: all 0.2s;
- font-size: 45px;
- margin: 0 10px;
-}
-.socials__icons:hover {
- transform: scale(1.2);
-}
-
-.copyright {
- color: #fafafa;
- font-size: 14px;
- font-weight: 500;
-}
+ @media (max-width: 768px) {
+ .section-heading {
+ margin-top: 20px;
+ margin-bottom: 0px;
+ }
-@media (max-width: 720px) {
- .socials {
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- padding: 10px;
- width: 50%;
- height: 50px;
- margin: 10px auto;
+ @media (max-width) {
+ margin-top: 2rem;
+ }
+ /* For About End */
}
- .socials__icons {
+ /* For Profile Start */
+ .profile {
+ position: relative;
+ display: flex;
+ flex-direction: column;
align-items: center;
- vertical-align: middle;
- cursor: pointer;
- transition: all 0.2s;
- font-size: 25px;
- margin: 0 10px;
- }
-
- .copyright {
- color: #fafafa;
- font-size: 12px;
font-weight: 500;
+ left: -300px;
+ opacity: 0;
+ transition: all 1.1s;
}
-}
-
-.return-home {
- position: absolute;
- top: -25px;
- width: 40px;
- height: 45px;
- margin-right: auto;
- margin-left: auto;
- left: 0;
- right: 0;
- text-align: center;
- background-color: #ff4d5a;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
-}
-
-.return-home:hover {
- cursor: pointer;
- animation-name: bounce;
- -moz-animation-name: bounce;
-}
-
-.return-home svg {
- width: 100%;
-}
-
-/* Footer end */
-
-// Header Start
-.heading {
- position: relative;
- align-self: center;
- justify-self: center;
- display: flex;
- flex-direction: column;
- align-items: center;
- line-height: normal;
- width: fit-content;
- height: auto;
- margin-left: auto;
- margin-right: auto;
- color: #fafafa;
- font-weight: 300;
- z-index: 999;
-}
-
-.heading__line-1 {
- animation-name: moveInLeft;
-}
-
-.heading__line-1 span {
- color: #ff4d5a;
- font-weight: 400;
-}
-
-.heading__line-2 {
- animation-name: moveInRight;
-}
-
-.heading__line-1,
-.heading__line-2 {
- text-align: center;
- font-size: 6rem;
- background-color: rgba(26, 26, 26, 0.25);
- animation-duration: 1.4s;
- animation-timing-function: cubic-bezier(0.21, 1.11, 0.81, 0.99);
-}
-
-@media (max-width: 700px) {
- .heading__line-1,
- .heading__line-2 {
- font-size: 5rem;
- text-align: center;
- margin-left: 4rem;
- margin-right: 4rem;
- }
-}
-
-@media (max-width: 550px) {
- .heading__line-1,
- .heading__line-2 {
- font-size: 5rem;
- }
-}
-
-.heading-cta {
- position: relative;
- display: flex;
- align-items: center;
- margin-top: 2.4rem;
- padding: 0.8rem 3rem;
- width: 27.5rem;
- height: 4.8rem;
- background-color: rgba(26, 26, 26, 0.6);
- border: 2px solid #ff4d5a;
- border-radius: 2px;
- color: #ff4d5a;
- font-size: 2.4rem;
- font-weight: 500;
- cursor: pointer;
- animation: moveInBottom 0.7s 1.2s;
- animation-fill-mode: backwards;
- animation-timing-function: cubic-bezier(0.21, 1.11, 0.81, 0.99);
-}
-
-@media (max-width: 1500px) {
- .heading-cta {
- width: auto;
- }
-}
-@media (max-width: 700px) {
- .heading-cta {
- margin-top: 1.8rem;
+ @media (max-width: 1301px) {
+ .profile {
+ margin-bottom: 10rem;
+ left: 0;
+ opacity: 1;
+ }
}
-}
-@media (max-width: 550px) {
- .heading-cta {
- padding: 0.8rem 2rem;
+ @media (max-width: 1000px) {
+ .profile {
+ margin-bottom: 3rem;
+ }
}
-}
-.heading-cta:before,
-.heading-cta:after {
- content: "";
- position: absolute;
- top: -2px;
- left: -2px;
- width: 27.5rem;
- height: 4.8rem;
- border-radius: 3px;
- border: 2px solid #ff4d5a;
- filter: blur(0);
- transform-origin: 50%;
- z-index: -1;
-}
-
-@media (max-width: 1500px) {
- .heading-cta:before,
- .heading-cta:after {
- width: 27.8rem;
+ @media (min-width: 768px) {
+ .profile {
+ padding-bottom: 25px;
+ }
}
-}
-@media (max-width: 1200px) {
- .heading-cta:before,
- .heading-cta:after {
- width: 28.5rem;
- border: 2px solid transparent;
+ .profile__picture {
+ height: 250px;
+ margin-bottom: -12px;
+ display: flex;
+ justify-content: flex-start;
+ align-items: center;
}
-}
-
-.heading-cta:hover {
- transform: translateY(-2px);
-}
-
-.heading-cta:hover:before,
-.heading-cta:hover:after {
- border-color: transparent;
- filter: blur(2px);
- transform: scaleX(1.3) scaleY(2.2);
- transition: 800ms transform ease, 1900ms blur ease, 700ms border-color ease;
- pointer-events: none;
-}
-.heading-cta:hover:after {
- transition-delay: 150ms;
-}
-
-.heading-cta:active {
- transform: translateY(-1px);
-}
-
-.heading__arrow {
- display: inline-block;
- height: 24px;
- width: 24px;
- margin-left: 15px;
- transform: rotate(90deg);
- fill: #ff4d5a;
- transition: all 0.3s;
-}
-
-@media (max-width: 770px) {
- .heading__arrow {
- height: 20px;
- width: 20px;
+ .profile__picture svg {
+ transition: all 1.1s;
}
-}
-@media (max-width: 615px) {
- .heading__arrow {
- margin-left: 10px;
+ .profile__blurb {
+ font-size: 24px;
+ width: 500px;
+ line-height: 1.4;
}
-}
-@media (max-width: 550px) {
- .heading__arrow {
- height: 16px;
- width: 16px;
+ @media (max-width: 600px) {
+ .profile__blurb {
+ width: 80vw;
+ margin-left: auto;
+ margin-right: auto;
+ font-size: 14px;
+ }
}
-}
-// Header End
-
-// Navigation Start
-.navigation {
- display: flex;
- margin-right: 10rem;
- font-size: 2rem;
- font-weight: 500;
- letter-spacing: 1px;
-}
-@media (max-width: 1200px) {
- .navigation {
- margin-right: 3rem;
+ .profile__fade-in {
+ opacity: 1;
+ transform: translateX(300px);
}
-}
-@media (max-width: 700px) {
- .navigation {
- margin-right: 0;
+ @media (max-width: 1300px) {
+ .profile__fade-in {
+ transform: translateX(0);
+ }
}
-}
+ /* For Profile End */
-.navigation-bar {
- position: relative;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- height: 6rem;
- border-bottom: 1px solid #1a1a1a;
- background-color: rgba(40, 40, 40, 0.95);
- backdrop-filter: blur(8px);
- box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
- z-index: 99999999999;
-}
-
-@media (max-width: 700px) {
- .navigation-bar {
+ /* For Skill Start */
+ .skills {
+ display: flex;
justify-content: center;
}
-}
-
-.navigation__item {
- transition: all 0.2s;
-}
-.navigation__item:not(:last-child) {
- margin-right: 3rem;
-}
-
-.navigation__item--active {
- color: #ff4d5a;
-}
-
-.navigation__item:hover {
- color: #ff4d5a;
-}
-
-// Navigation End
-
-/* For Project Start */
-.projects {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
-}
-
-.projects__heading:before {
- position: absolute;
- content: "";
- border-bottom: 18px solid #ff4d5a;
- width: 22.5rem;
- display: block;
- margin: 0 auto;
- position: relative;
- left: 3.5rem;
- top: 6.3rem;
- z-index: -1;
-}
-
-@media (max-width: 770px) {
- .projects__heading:before {
- border-bottom: 14px solid #ff4d5a;
- }
-}
-
-.project {
- position: relative;
- display: flex;
- margin-bottom: 14rem;
- justify-content: flex-start;
-}
-
-@media (max-width: 560px) {
- .project {
- margin-bottom: 12rem;
- }
-}
-
-@media (max-width: 440px) {
- .project {
- margin-bottom: 10rem;
- }
-}
-
-.project__image-container {
- position: relative;
- height: 70rem;
- width: 100rem;
- background-color: #3216bb;
- transition: all 0.2s;
- cursor: pointer;
-}
-
-@media (max-width: 1100px) {
- .project__image-container {
- height: 64rem;
- width: 90rem;
+ .skills__row {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
}
-}
-@media (max-width: 970px) {
- .project__image-container {
- height: 58rem;
- width: 80rem;
+ .skills__row:not(:last-child) {
+ margin-right: 25px;
}
-}
-@media (max-width: 900px) {
- .project__image-container {
- height: 54rem;
- width: 75rem;
+ @media (max-width: 410px) {
+ .skills {
+ padding-bottom: 25px;
+ }
+ .skills__row:not(:last-child) {
+ margin-right: 15px;
+ }
}
-}
-@media (max-width: 700px) {
- .project__image-container {
- height: 48rem;
- width: 64rem;
+ @media (max-width: 300px) {
+ .skills__row:not(:last-child) {
+ margin-right: 10px;
+ }
}
-}
-@media (max-width: 560px) {
- .project__image-container {
- height: 40rem;
- width: 52rem;
+ .skills__item {
+ opacity: 0;
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: space-evenly;
+ height: 100px;
+ width: 160px;
+ border: double 3px transparent;
+ border-image-slice: 1;
+ border-width: 3px;
+ border-radius: 10px;
+ background: linear-gradient(#1a1a1a, #1a1a1a),
+ radial-gradient(circle at top left, #51a2e9, #ff4d5a);
+ background-origin: border-box;
+ background-clip: content-box, border-box;
+ transition: transform 0.2s, opacity 1.2s;
+ overflow: hidden;
+ }
+
+ @media (max-width: 1500px) {
+ .skills__item {
+ height: 90px;
+ width: 145px;
+ }
}
-}
-@media (max-width: 440px) {
- .project__image-container {
- height: 30rem;
- width: 39rem;
+ @media (max-width: 1300px) {
+ .skills__item {
+ opacity: 1;
+ border-width: 2px;
+ }
}
-}
-
-.project__image-container:hover {
- transform: scale(0.95);
-}
-
-.project__image-image {
- width: 85%;
- position: relative;
-}
-
-.project__image-image img {
- width: 100%;
-}
-.project__info {
- position: relative;
- top: 8rem;
- height: fit-content;
- padding: 1rem;
- z-index: 9999999;
-}
-
-@media (max-width: 1000px) {
- .project__info {
- width: fit-content;
+ @media (max-width: 1000px) {
+ .skills__item {
+ height: 80px;
+ width: 130px;
+ }
}
-}
-@media (max-width: 700px) {
- .project__info {
- background-color: rgba(26, 26, 26, 0.5);
+ @media (max-width: 600px) {
+ .skills__item {
+ height: 70px;
+ width: 115px;
+ }
}
-}
-@media (max-width: 560px) {
- .project__info {
- top: 4rem;
+ @media (max-width: 500px) {
+ .skills__item {
+ height: 60px;
+ width: 100px;
+ }
}
-}
-@media (max-width: 440px) {
- .project__info {
- top: 2rem;
+ @media (max-width: 410px) {
+ .skills__item {
+ height: 50px;
+ width: 80px;
+ }
}
-}
-@media (max-width: 400px) {
- .project__info {
- top: 0;
+ @media (max-width: 340px) {
+ .skills__item {
+ height: 45px;
+ width: 70px;
+ }
}
-}
-
-.project__title {
- position: relative;
- z-index: 66;
- font-size: 3.5rem;
-}
-@media (max-width: 900px) {
- .project__title {
- font-size: 3rem;
+ .skills__item:not(:last-child) {
+ margin-bottom: 3rem;
}
-}
-@media (max-width: 820px) {
- .project__title {
- font-size: 2.7rem;
+ @media (max-width: 410px) {
+ .skills__item:not(:last-child) {
+ margin-bottom: 15px;
+ }
}
-}
-@media (max-width: 550px) {
- .project__title {
- font-size: 2.5rem;
+ .skills__item img {
+ height: 60px;
+ width: auto;
+ transition: all 0.2s;
}
-}
-@media (max-width: 400px) {
- .project__title {
- font-size: 2.2rem;
+ @media (max-width: 1500px) {
+ .skills__item img {
+ height: 55px;
+ }
}
-}
-
-.project__description {
- position: relative;
- margin-top: 3rem;
- font-size: 1.8rem;
- font-weight: 500;
- z-index: 999909999;
-}
-@media (max-width: 560px) {
- .project__description {
- margin-top: 2rem;
+ @media (max-width: 1000px) {
+ .skills__item img {
+ height: 50px;
+ }
}
-}
-
-.project__live-2 {
- font-size: 1.6rem;
- font-weight: 700;
- letter-spacing: 3px;
- line-height: 1;
- text-transform: uppercase;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: fit-content;
- padding: 1rem 1.2rem;
- position: relative;
- margin-top: 3rem;
- cursor: pointer;
-}
-@media (max-width: 560px) {
- .project__live-2 {
- margin-top: 2rem;
+ @media (max-width: 600px) {
+ .skills__item img {
+ height: 45px;
+ }
}
-}
-.project__live-2:after {
- position: absolute;
- content: "";
- height: 2px;
- background-color: #ff4d5a;
- width: 100%;
- bottom: 1px;
- display: block;
- transform-origin: bottom;
- transition: all 0.25s;
- z-index: -1;
-}
-
-.project__live-2:hover {
- color: #1a1a1a;
-}
-
-.project__live-2:hover:after {
- height: 100%;
-}
-
-.project__live,
-.project__code {
- position: relative;
- margin-top: 3rem;
- padding: 0.6rem 1rem;
- width: fit-content;
- font-size: 1.6rem;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 3px;
- z-index: 9;
- transition: all 0.2s;
- cursor: pointer;
-}
-
-@media (max-width: 560px) {
- .project__live,
- .project__code {
- margin-top: 2rem;
+ @media (max-width: 500px) {
+ .skills__item img {
+ height: 35px;
+ }
}
-}
-
-.project__live:hover,
-.project__code:hover {
- color: #1a1a1a;
- font-weight: 700;
-}
-
-.project__live:after,
-.project__code:after {
- position: absolute;
- content: "";
- border-bottom: 2px solid #ff4d5a;
- width: calc(100% + 2rem);
- left: -10%;
- top: 0.5rem;
- display: block;
- margin: 0 auto;
- position: relative;
- transform-origin: bottom;
- transition: all 0.2s;
- z-index: -1;
-}
-.project__live:hover:after,
-.project__code:hover:after {
- transform: scaleY(17.5);
-}
-
-@media (max-width: 1500px) {
- .project__live:hover:after,
- .project__code:hover:after {
- transform: scaleY(16.5);
+ .skills__item-name {
+ font-size: 14px;
+ font-weight: 600;
+ line-height: 1;
+ transition: all 0.2s;
+ letter-spacing: 1px;
}
-}
-@media (max-width: 1200px) {
- .project__live:hover:after,
- .project__code:hover:after {
- transform: scaleY(14);
+ @media (max-width: 410px) {
+ .skills__item img {
+ height: 26px;
+ }
+ .skills__item-name {
+ font-size: 7.5px;
+ font-weight: 600;
+ line-height: 1;
+ transition: all 0.2s;
+ letter-spacing: 1px;
+ }
}
-}
-@media (max-width: 770px) {
- .project__live:hover:after,
- .project__code:hover:after {
- transform: scaleY(12.5);
+ .skills__item-fade-in {
+ opacity: 1;
}
-}
-
-.project__code:after {
- width: calc(100% + 2rem);
- left: -8%;
-}
-.project-left {
- align-self: flex-start;
- margin-left: 22rem;
-}
-
-@media (max-width: 1700px) {
- .project-left {
- margin-left: 11rem;
+ .skills__item--js img {
+ border-radius: 5px;
}
-}
-@media (max-width: 1500px) {
- .project-left {
- margin-left: 0;
+ .skills__item--webpack img {
+ border-radius: 50%;
}
-}
-
-.project-left .project__info {
- left: -8rem;
- margin-right: -2rem;
-}
-@media (max-width: 800px) {
- .project-left .project__info {
- margin-right: -4rem;
- }
-}
+ @keyframes moveInLeft {
+ 0% {
+ opacity: 0;
+ transform: translateX(-10rem);
+ }
-@media (max-width: 770px) {
- .project-left .project__info {
- margin-right: -4rem;
+ 100% {
+ opacity: 1;
+ transform: translateX(0);
+ }
}
-}
-@media (max-width: 600px) {
- .project-left .project__info {
- margin-right: -6rem;
- }
-}
+ @keyframes moveInRight {
+ 0% {
+ opacity: 0;
+ transform: translateX(10rem);
+ }
-@media (max-width: 440px) {
- .project-left .project__info {
- left: -10rem;
- margin-right: -7rem;
+ 100% {
+ opacity: 1;
+ transform: translateX(0);
+ }
}
-}
-.project-right {
- align-self: flex-end;
- margin-right: 22rem;
-}
-
-@media (max-width: 1700px) {
- .project-right {
- margin-right: 11rem;
- }
-}
+ @keyframes moveInBottom {
+ 0% {
+ opacity: 0;
+ transform: translateY(4rem);
+ }
-@media (max-width: 1500px) {
- .project-right {
- margin-right: 0;
+ 100% {
+ opacity: 1;
+ transform: translateY(0);
+ }
}
-}
-.project-right .project__info {
- right: -8rem;
- margin-left: -2rem;
-}
-
-@media (max-width: 770px) {
- .project-right .project__info {
- margin-left: -4rem;
- }
-}
+ @keyframes bounce {
+ 0% {
+ transform: translateY(0);
+ }
-@media (max-width: 600px) {
- .project-right .project__info {
- margin-left: -6rem;
- }
-}
+ 50% {
+ transform: translateY(-1rem);
+ -webkit-transform: translateY(-1rem);
+ -moz-transform: translateY(-1rem);
+ -ms-transform: translateY(-1rem);
+ -o-transform: translateY(-1rem);
+ }
-@media (max-width: 440px) {
- .project-right .project__info {
- right: -10rem;
- margin-left: -7rem;
+ 100% {
+ transform: translateY(0);
+ -webkit-transform: translateY(0);
+ -moz-transform: translateY(0);
+ -ms-transform: translateY(0);
+ -o-transform: translateY(0);
+ }
}
-}
-
-.retro {
- display: flex;
- align-items: flex-end;
- justify-content: center;
-}
-
-.retro img {
- margin-bottom: -3px;
-}
-
-.todo {
- display: flex;
- align-items: center;
- justify-content: flex-end;
-}
-
-.weather {
- display: flex;
- align-items: center;
- justify-content: flex-start;
-}
-/* For Project End */
-
-/* popup */
-/* CSS for Popup Container */
-.popup {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 1000; /* Adjust the z-index as needed to ensure it's above other content */
-}
-
-/* CSS for Popup Content */
-.popup-content {
- background: #282828; /* White background color */
- padding: 20px;
- border-radius: 5px;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
- text-align: center;
-}
-
-/* CSS for Popup Title */
-.popup-content h2 {
- font-size: 24px;
- margin: 0 0 10px;
-}
-
-/* CSS for Popup Message */
-.popup-content p {
- font-size: 16px;
- margin: 0 0 20px;
-}
-/* CSS for Close Button */
-.popup-content button {
- background: #007bff; /* Blue button background color */
- color: #fff; /* White button text color */
- border: none;
- padding: 10px 20px;
- border-radius: 5px;
- cursor: pointer;
- font-size: 16px;
-}
-
-.popup-content button:hover {
- background: #0056b3; /* Darker blue on hover */
-}
-
-/* Add styles for the navigation bar */
-.navigation-bar {
- position: fixed;
- top: -100px; /* Initially hidden above the viewport */
- left: 0;
- width: 100%;
- background-color: #333; /* Background color of the navigation bar */
- color: #fff; /* Text color */
- transition: top 0.3s; /* Smooth transition effect for showing/hiding */
- z-index: 999999999;
-
- /* Add any other styles you want for the navigation bar */
-}
-
-.navigation-bar.show {
- top: 0; /* Display the navigation bar at the top when the show class is applied */
-}
-
-.hero {
- position: relative;
- display: flex;
- width: 100%;
- height: 100vh;
- top: 0;
-}
-
-#canvas-1 {
- position: absolute;
- right: 0;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100vh;
-
- background-color: #1a1a1a;
- overflow: hidden;
-}
-
-/* animation */
-.about {
- position: relative;
-}
-
-.canvas-animation {
- position: absolute;
- width: 100%;
- height: 14%;
- top: 20%;
-}
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
-@media (max-width: 450px) {
- .canvas-animation {
- position: absolute;
- width: 100%;
- height: 15%;
- top: 25%;
+ 100% {
+ opacity: 1;
+ }
}
+ /* For Skill End */
}
From 4055cbd8f325e10cecd30fd0f8cefbd8f4edaf2f Mon Sep 17 00:00:00 2001
From: Peter <36624809+peterlianpi@users.noreply.github.com>
Date: Sun, 29 Oct 2023 00:06:46 +0630
Subject: [PATCH 4/4] :fire: build(profile): add peterpausianlian profile
---
src/styles/profiles/_peter.scss | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/styles/profiles/_peter.scss b/src/styles/profiles/_peter.scss
index 69756cc..f9231f4 100644
--- a/src/styles/profiles/_peter.scss
+++ b/src/styles/profiles/_peter.scss
@@ -1,6 +1,3 @@
-@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
-@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap);
-
.peter {
.loader {
position: relative;