Gmail
+ +contact me on:
+HowToRespawn@gmail.com
+Whats App:
+ +For WhatsApp:
++92 305 4824877
+Discord:
+ +Talk On Discord:
+diff --git a/css/about.css b/css/about.css new file mode 100644 index 0000000..b1f281a --- /dev/null +++ b/css/about.css @@ -0,0 +1,163 @@ +.about { + display: flex; + justify-content: center; + align-items: center; + background-color: #273838; + color: rgb(249, 250, 252); + box-sizing: content-box; + height: calc(100vh - 88px); + font-family: tanker; +} + +.body1 { + padding: 30px 0px 30px 0px; + width: 80%; + + > h1 { + font-size: 4rem; + text-decoration: underline dotted; + margin-bottom: 30px; + } +} + +.about-content { + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; +} + +.card-body{ + margin: 10px; + padding: 20px; + border: 2px white solid; + height: 120px; + overflow: hidden; + display: flex; + /* width: calc(500px - 60px); */ + width: 42%; + background-color: #242824; +} +.card-content{ + height: 120px; +} +.card-image{ + margin-left: 20px; + width: 100px; + height: 120px; + display: flex; + align-items: center; +} +.card-image > img{ + border-radius: 100px; + width: 170px; +} +.card-image > img:nth-last-child(1){ + border-radius: 100px; + width: 200px; +} + +.card-body:nth-child(1){ + background-color: #242824; + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; +} +.card-body:hover:nth-child(1){ + background-color: #4D5564; + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; +} +.card-body:nth-child(2){ + background-color: #242824; + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; +} +.card-body:hover:nth-child(2){ + background-color: #20A9E1; + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; +} +.card-body:nth-child(3){ + background-color: #242824; + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; +} +.card-body:hover:nth-child(3){ + background-color: #77C2AE; + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; +} +.card-body:nth-child(4){ + background-color: #242824; + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; +} +.card-body:hover:nth-child(4){ + -webkit-transition: background-color 0.4s linear; + -ms-transition: background-color 0.4s linear; + transition: background-color 0.4s linear; + background-color: #F78D8D; +} +@media (max-width:1100px) { + .card-content > p{ + font-size: 14px; + } +} +@media (max-width:1000px) { + .card-body{ + width: 80%; + } +} +@media (max-width:700px) { + .body1 > h1{ + font-size: 2.5rem; + margin-bottom: 10px; + margin-left: 10px; + } + .about{ + height: auto; + } + .card-body{ + width: 90%; + height: 90px; + padding: 10px; + } + .card-content{ + height: 120px; + } + .card-content > h1{ + font-size: 1.5rem; + } + .card-content > p{ + font-size: .7rem; + } + .card-image{ + width: 50px; + height: 90px; + display: flex; + align-items: center; + } + .card-image > img{ + border-radius: 100px; + width: 200px; + } + + .card-image{ + margin-left: 10px; + width: 50px; + height: 90px; + display: flex; + align-items: center; + } + .card-image > img:nth-last-child(1){ + border-radius: 100px; + width: 120px; + } +} \ No newline at end of file diff --git a/css/form.css b/css/form.css new file mode 100644 index 0000000..bf9f18e --- /dev/null +++ b/css/form.css @@ -0,0 +1,110 @@ +.forms{ + display: flex; + justify-content: center; + align-items: center; + background: #273838; + color: aliceblue; + font-family: tanker; + .body1{ + width: 80vw; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + } +} + +.form-content{ + /* background: #13121A; */ + + border-bottom: 4px grey solid; + border-right: 4px #070707 solid; + box-shadow: -5px -3px #0000002a; + width: 100%; + height: auto; + padding: 30px; + border-radius: 8px; + display: flex; + justify-content: space-between; + margin-top: 30px; +} +.form-info{ + backdrop-filter: blur(1px); + width: 50%; + display: flex; + position: relative; + align-items: center; + border-left: 5px white solid; + border-radius: 10px; + padding: 10px 0px 20px 10px; + + p{ + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-weight: 500; + margin-bottom: 0px; + } + h2{ + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: clash; + text-decoration: white underline; + font-weight: 500; + font-size: 1.3rem; + margin-top: 0px; + } + .form-info-heading{ + margin-top: 10px; + display: flex; + align-items: center; + } + .line{ + position: absolute; + left: 0; + width: 15px; + height: 3px; + background: white; + } + .line2{ + position: absolute; + left: 0; + width: 18px; + height: 4px; + background: #67C15E; + } + .line3{ + position: absolute; + left: 0; + width: 18px; + height: 4px; + background: #8791F6; + } + .form-info-heading:nth-child(1){ + margin-top: 0; + } + img{ + height: 2rem; + padding-right: 10px; + } +} +.form-content{ + --s: 84px; /* control the size*/ + --c1: #466565; + --c2: #314747; + --c3: #1d2929; + + --_g: 0 120deg,#0000 0; + background: + conic-gradient(from 0deg at calc(500%/6) calc(100%/3),var(--c3) var(--_g)), + conic-gradient(from -120deg at calc(100%/6) calc(100%/3),var(--c2) var(--_g)), + conic-gradient(from 120deg at calc(100%/3) calc(500%/6),var(--c1) var(--_g)), + conic-gradient(from 120deg at calc(200%/3) calc(500%/6),var(--c1) var(--_g)), + conic-gradient(from -180deg at calc(100%/3) 50%,var(--c2) 60deg,var(--c1) var(--_g)), + conic-gradient(from 60deg at calc(200%/3) 50%,var(--c1) 60deg,var(--c3) var(--_g)), + conic-gradient(from -60deg at 50% calc(100%/3),var(--c1) 120deg,var(--c2) 0 240deg,var(--c3) 0); + background-size: calc(var(--s)*1.732) var(--s); +} +@media (max-width:800px) { + .form-info{ + width: 100%; + backdrop-filter: blur(0); + } +} \ No newline at end of file diff --git a/css/header.css b/css/header.css new file mode 100644 index 0000000..7ede0dc --- /dev/null +++ b/css/header.css @@ -0,0 +1,188 @@ +.header-menu{ + background-color: #354b4b; + width: 100vw; + height: calc(100vh); + display: flex; + justify-content: center; +} +.header-menu > div{ + margin-top: 88px; + width: 40vw; + height: calc(100vh - 88px); +} +.header-left>p{ + font-size: 1.8rem; + font-family: clash; +} +.header-left>h1{ + font-size: 4rem; +} +.header-left{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.header-right{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +@import url('https://fonts.googleapis.com/css?family=Montserrat'); + +.card-container{ + background-color: #2A3C3C; + border-radius: 12px; + border: 1px #3b3b3b solid; + box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75); + color: #d9e0fc; + padding-top: 30px; + width: 350px; + max-width: 100%; + text-align: center; + + h3 { + margin: 10px 0; + } + h6 { + margin: 5px 0; + text-transform: uppercase; + } + p { + font-size: 14px; + line-height: 21px; + } + .skills { + font-family: clash; + border-top: #3b3b3b 1px solid; + text-align: left; + padding: 15px; + margin-top: 30px; + border-radius: 0px 0px 12px 12px; + } + .skills ul { + list-style-type: none; + margin: 0; + padding: 0; + } + .skills ul li { + border: 1px solid #2D2747; + border-radius: 2px; + display: inline-block; + font-size: 12px; + margin: 0 7px 7px 0; + padding: 7px; + background-color: #304646; + } + .round { + border-radius: 50%; + border: 2px solid #03BFCB; + padding: 2px; + animation: round 3s infinite; + } +} +@keyframes round { + 0%{ + border: solid #5daa67; + + } + 50%{ + border: solid #608eac; + /* border: solid #4a7283; */ + } + 100%{ + border: solid #5daa67; + } +} +.bn13 { + display: inline-block; + padding: 0.65em 1.6em; + border: 3px solid #ffffff; + margin: 0 0.3em 0.3em 0; + border-radius: 0.12em; + box-sizing: border-box; + text-decoration: none; + font-weight: 300; + background-color: #fff; + color: #000000; + text-align: center; + transition: all 0.2s; +} +.bn13:hover { + color: #fff; + background-color: rgba(0, 0, 0, 0); +} +.bn13:nth-child(2) { + background-color: #00000000; + color: #fff; +} +.bn13:hover:nth-child(2) { + background-color: #fff; + color: #000000; +} +.pattren { + width: 100%; + height: 100%; + /* Add your background pattern here */ + background-image: radial-gradient(rgba(255, 255, 255, 0.171) 2px, transparent 0); + background-size: 30px 30px; + background-position: -5px -5px; + animation: pattren 1s infinite; +} +@keyframes pattren { + 0%{ + background-position: -5px -5px; + background-image: radial-gradient(rgba(255, 255, 255, 0.171) 3px, transparent 0); + } + 50%{ + background-image: radial-gradient(rgba(255, 255, 255, 0.171) 2px, transparent 0); + + } + 100%{ + background-image: radial-gradient(rgba(255, 255, 255, 0.171) 3px, transparent 0); + background-position: -33px -33px; + + } +} +@media (max-width:1280px) { + .header-menu > div{ + margin-top: 88px; + width: 45vw; + height: calc(100vh - 88px); + } +} +@media (max-width:1000px) { + .header-menu{ + padding-top: 64px; + width: 100vw; + height: calc(100vh - 64px); + } + .header-menu > div{ + margin: 30px; + width: 90vw; + height: auto; + } + .header-menu{ + display: flex; + flex-direction: column; + justify-content: space-; + align-items: center; + } +} +@media (max-width:700px) { + .header-right{ + display: none; + } + .header-left{ + text-align: center; + } + .header-left>p{ + font-size: 1.5rem; + font-weight: 400; + font-family: clash; + } + .header-left>h1{ + font-size: 3rem; + } +} diff --git a/css/homepage.css b/css/homepage.css new file mode 100644 index 0000000..6e365e7 --- /dev/null +++ b/css/homepage.css @@ -0,0 +1,33 @@ +*{ + margin: 0; + padding: 0; +} +@font-face { + font-family: 'tanker'; + src: url('../fonts/Tanker/Tanker-Regular.woff2') format('woff2'), + url('../fonts/Tanker/Tanker-Regular.woff') format('woff'), + url('../fonts/Tanker/Tanker-Regular.ttf') format('truetype'); + font-weight: 400; + font-display: swap; + font-style: normal; +} +@font-face { + font-family: 'clash'; + src: url('../fonts/ClashDisplay/ClashDisplay-Variable.woff2') format('woff2'), + url('../fonts/ClashDisplay/ClashDisplay-Variable.woff') format('woff'), + url('../fonts/ClashDisplay/ClashDisplay-Variable.ttf') format('truetype'); + font-weight: 200 700; + font-display: swap; + font-style: normal; +} +:root{ + --pcard-height:500px; + --pcard-width:300px; +} +a{ + color: aliceblue; + text-decoration: none; +} +body{ + cursor: crosshair; +} \ No newline at end of file diff --git a/css/navbar.css b/css/navbar.css new file mode 100644 index 0000000..d1b922e --- /dev/null +++ b/css/navbar.css @@ -0,0 +1,70 @@ +.nav-body{ + width: calc(100vw - 24px); + height: 64px; + background-color: #435f5f; + padding: 12px; + display: flex; + justify-content: center; + align-items: center; + border-bottom: #272727 1px solid; +} +.nav-content{ + display: flex; + justify-content: space-between; + align-items: center; + min-width: 200px; + width: 85%; + height: 64px; +} +.nav-content > div{ + display: flex; + justify-content: center; + align-items: center; +} +.nav-logo{ + display: flex; + justify-content: center; + align-items: center; +} +.nav-logo> img { + margin: 0; + border-radius: 40px; +} +.nav-logo>a{ + color: #ffffff; +} +.nav-headings > a{ + color: white; + text-decoration: none; + padding-left: 20px; + font-size: 1.5rem; +} +.nav-headings > a:nth-child(1){ + padding-left: 0px; +} +.nav-headings{ + color: white; + font: tanker; +} +.nav-logo > a{ + font-size: 30px; +} +.nav-icon{ + height: 64px; +} + +@media (max-width:700px) { + .nav-content{ + width: 95%; + } + .nav-headings > a{ + font-size: 1rem; + padding-left: 5px; + } + .nav-logo > a{ + font-size: 1rem; + } + .nav-icon{ + height: 50px; + } +} \ No newline at end of file diff --git a/css/project.css b/css/project.css new file mode 100644 index 0000000..35a0e69 --- /dev/null +++ b/css/project.css @@ -0,0 +1,64 @@ +.project{ + display: flex; + justify-content: center; + background-color: #274141; + color: rgb(249, 250, 252); + box-sizing: content-box; + font-family: tanker; + padding: 50px 0px 50px 0px; +} +.project-content{ + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: center; + justify-content: space-evenly; +} +.project-cards{ + background-color: #242824; + margin-bottom: 30px; + margin-right: 10px; + margin-left: 10px; + width: var(--pcard-width); + height: var(--pcard-height); + border: 1px #383838 solid; + display: grid; + border-bottom: 3px rgb(119, 118, 118) solid; + border-right: 3px rgb(27, 27, 27) solid; + .project-img{ + height: calc(var(--pcard-height) - 100px); + background-size: cover; + background-position: top; + border-bottom:1px #383838 solid; + } + #project1{ + background-image: url(../media/project/home.jpg); + } + #project2{ + background-image: url(../media/project/gallery.jpg); + } + #project3{ + background-image: url(../media/project/home.jpg); + } + .project-card-content{ + font-weight: 500; + padding: 10px; + font-size: 1.9rem; + height: calc(var(--pcard-height) - 4000px); + display: flex; + justify-content: center; + align-items: center; + } +} + +@media (max-width:1200px) { + :root{ + --pcard-height:400px; + --pcard-width: 200px; + } + .project{ + .project-card-content{ + font-size: 1.5rem; + } + } +} \ No newline at end of file diff --git a/fonts/ClashDisplay/ClashDisplay-Bold.eot b/fonts/ClashDisplay/ClashDisplay-Bold.eot new file mode 100644 index 0000000..ade9e62 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Bold.eot differ diff --git a/fonts/ClashDisplay/ClashDisplay-Bold.ttf b/fonts/ClashDisplay/ClashDisplay-Bold.ttf new file mode 100644 index 0000000..d6b2a34 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Bold.ttf differ diff --git a/fonts/ClashDisplay/ClashDisplay-Bold.woff b/fonts/ClashDisplay/ClashDisplay-Bold.woff new file mode 100644 index 0000000..0bfbe7c Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Bold.woff differ diff --git a/fonts/ClashDisplay/ClashDisplay-Bold.woff2 b/fonts/ClashDisplay/ClashDisplay-Bold.woff2 new file mode 100644 index 0000000..87f15ca Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Bold.woff2 differ diff --git a/fonts/ClashDisplay/ClashDisplay-Extralight.eot b/fonts/ClashDisplay/ClashDisplay-Extralight.eot new file mode 100644 index 0000000..22673f4 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Extralight.eot differ diff --git a/fonts/ClashDisplay/ClashDisplay-Extralight.ttf b/fonts/ClashDisplay/ClashDisplay-Extralight.ttf new file mode 100644 index 0000000..152f5d3 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Extralight.ttf differ diff --git a/fonts/ClashDisplay/ClashDisplay-Extralight.woff b/fonts/ClashDisplay/ClashDisplay-Extralight.woff new file mode 100644 index 0000000..50c2b10 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Extralight.woff differ diff --git a/fonts/ClashDisplay/ClashDisplay-Extralight.woff2 b/fonts/ClashDisplay/ClashDisplay-Extralight.woff2 new file mode 100644 index 0000000..d4580eb Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Extralight.woff2 differ diff --git a/fonts/ClashDisplay/ClashDisplay-Light.eot b/fonts/ClashDisplay/ClashDisplay-Light.eot new file mode 100644 index 0000000..83522c8 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Light.eot differ diff --git a/fonts/ClashDisplay/ClashDisplay-Light.ttf b/fonts/ClashDisplay/ClashDisplay-Light.ttf new file mode 100644 index 0000000..b4f3711 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Light.ttf differ diff --git a/fonts/ClashDisplay/ClashDisplay-Light.woff b/fonts/ClashDisplay/ClashDisplay-Light.woff new file mode 100644 index 0000000..18b89f5 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Light.woff differ diff --git a/fonts/ClashDisplay/ClashDisplay-Light.woff2 b/fonts/ClashDisplay/ClashDisplay-Light.woff2 new file mode 100644 index 0000000..9e42e53 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Light.woff2 differ diff --git a/fonts/ClashDisplay/ClashDisplay-Medium.eot b/fonts/ClashDisplay/ClashDisplay-Medium.eot new file mode 100644 index 0000000..faee17b Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Medium.eot differ diff --git a/fonts/ClashDisplay/ClashDisplay-Medium.ttf b/fonts/ClashDisplay/ClashDisplay-Medium.ttf new file mode 100644 index 0000000..9e704d1 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Medium.ttf differ diff --git a/fonts/ClashDisplay/ClashDisplay-Medium.woff b/fonts/ClashDisplay/ClashDisplay-Medium.woff new file mode 100644 index 0000000..a60d904 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Medium.woff differ diff --git a/fonts/ClashDisplay/ClashDisplay-Medium.woff2 b/fonts/ClashDisplay/ClashDisplay-Medium.woff2 new file mode 100644 index 0000000..2e975d3 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Medium.woff2 differ diff --git a/fonts/ClashDisplay/ClashDisplay-Regular.eot b/fonts/ClashDisplay/ClashDisplay-Regular.eot new file mode 100644 index 0000000..00732ea Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Regular.eot differ diff --git a/fonts/ClashDisplay/ClashDisplay-Regular.ttf b/fonts/ClashDisplay/ClashDisplay-Regular.ttf new file mode 100644 index 0000000..4237664 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Regular.ttf differ diff --git a/fonts/ClashDisplay/ClashDisplay-Regular.woff b/fonts/ClashDisplay/ClashDisplay-Regular.woff new file mode 100644 index 0000000..fb84ab8 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Regular.woff differ diff --git a/fonts/ClashDisplay/ClashDisplay-Regular.woff2 b/fonts/ClashDisplay/ClashDisplay-Regular.woff2 new file mode 100644 index 0000000..496b089 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Regular.woff2 differ diff --git a/fonts/ClashDisplay/ClashDisplay-Semibold.eot b/fonts/ClashDisplay/ClashDisplay-Semibold.eot new file mode 100644 index 0000000..6ae3364 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Semibold.eot differ diff --git a/fonts/ClashDisplay/ClashDisplay-Semibold.ttf b/fonts/ClashDisplay/ClashDisplay-Semibold.ttf new file mode 100644 index 0000000..6715249 Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Semibold.ttf differ diff --git a/fonts/ClashDisplay/ClashDisplay-Semibold.woff b/fonts/ClashDisplay/ClashDisplay-Semibold.woff new file mode 100644 index 0000000..3b2f19f Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Semibold.woff differ diff --git a/fonts/ClashDisplay/ClashDisplay-Semibold.woff2 b/fonts/ClashDisplay/ClashDisplay-Semibold.woff2 new file mode 100644 index 0000000..217e88e Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Semibold.woff2 differ diff --git a/fonts/ClashDisplay/ClashDisplay-Variable.eot b/fonts/ClashDisplay/ClashDisplay-Variable.eot new file mode 100644 index 0000000..8da313d Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Variable.eot differ diff --git a/fonts/ClashDisplay/ClashDisplay-Variable.ttf b/fonts/ClashDisplay/ClashDisplay-Variable.ttf new file mode 100644 index 0000000..24f060c Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Variable.ttf differ diff --git a/fonts/ClashDisplay/ClashDisplay-Variable.woff b/fonts/ClashDisplay/ClashDisplay-Variable.woff new file mode 100644 index 0000000..c25e41e Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Variable.woff differ diff --git a/fonts/ClashDisplay/ClashDisplay-Variable.woff2 b/fonts/ClashDisplay/ClashDisplay-Variable.woff2 new file mode 100644 index 0000000..f06199f Binary files /dev/null and b/fonts/ClashDisplay/ClashDisplay-Variable.woff2 differ diff --git a/fonts/Tanker/Tanker-Regular.eot b/fonts/Tanker/Tanker-Regular.eot new file mode 100644 index 0000000..d9c60bd Binary files /dev/null and b/fonts/Tanker/Tanker-Regular.eot differ diff --git a/fonts/Tanker/Tanker-Regular.ttf b/fonts/Tanker/Tanker-Regular.ttf new file mode 100644 index 0000000..170a83f Binary files /dev/null and b/fonts/Tanker/Tanker-Regular.ttf differ diff --git a/fonts/Tanker/Tanker-Regular.woff b/fonts/Tanker/Tanker-Regular.woff new file mode 100644 index 0000000..990fc79 Binary files /dev/null and b/fonts/Tanker/Tanker-Regular.woff differ diff --git a/fonts/Tanker/Tanker-Regular.woff2 b/fonts/Tanker/Tanker-Regular.woff2 new file mode 100644 index 0000000..f400317 Binary files /dev/null and b/fonts/Tanker/Tanker-Regular.woff2 differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f5a6081 --- /dev/null +++ b/index.html @@ -0,0 +1,161 @@ + + +
+ + + +I am able to build a website acquire to your desire. I am a Web Devloper who can bring your dream website come to life.
+Have a Video to be edited? Want your to make short clips? Want to cut out the messed up part? I can do it all for you with my video editing skills
+Want to add some fun background image or Want to be fix out a ruined photo? I am all in to help you with that task.
+Suck at designing? Want some help with designing the product? Let it be a mockup or full edged design. I am willing to come up be most effective solution.
+contact me on:
+For WhatsApp:
+Talk On Discord:
+