first commit

This commit is contained in:
CHIEFSOFT\ameye
2025-02-12 23:25:43 -05:00
commit d8c7ec4866
1400 changed files with 90826 additions and 0 deletions
+76
View File
@@ -0,0 +1,76 @@
import Header from "../../../components/header/Header";
import PortfolioTwo from "../../../components/portfolio/PortfolioTwo";
import FooterSeven from "../../../components/footer/FooterSeven";
import CopyRightThree from "../../../components/footer/CopyRightThree";
import Link from "next/link";
export const metadata = {
title: 'Portfolio Classic Style || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
}
const PortfolioV1 = () => {
return (
<div className="main-page-wrapper">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Six
============================================== */}
<div className="fancy-hero-six">
<div className="container">
<h1 className="heading">Classic Style</h1>
<p className="sub-heading">
An original way to show your works in a good appearance
</p>
</div>
</div>
{/* /.fancy-hero-six */}
{/* =============================================
Fancy Portfolio Two
============================================== */}
<div className="fancy-portfolio-two lg-container">
<div className="container">
<div className="top-border bottom-border pb-130 md-pb-90">
<PortfolioTwo />
<div className="text-center mt-90 md-mt-50">
<h2 className="contact-title font-gordita">
Do you have any projects? <br />
Contact us.
</h2>
<Link href="/contact-cs" className="theme-btn-nine mt-35">
Contact Now
</Link>
</div>
</div>
</div>
</div>
{/* /.fancy-portfolio-two */}
{/* =====================================================
Footer Style Seven
===================================================== */}
<footer className="theme-footer-seven mt-120 md-mt-100">
<div className="lg-container">
<div className="container inner-btn-black">
<FooterSeven />
</div>
<div className="container">
<div className="bottom-footer">
<CopyRightThree />
</div>
</div>
</div>
{/* /.lg-container */}
</footer>
{/* /.theme-footer-seven */}
</div>
);
};
export default PortfolioV1;
+74
View File
@@ -0,0 +1,74 @@
import React from "react";
import Header from "../../../components/header/Header";
import PortfolioFive from "../../../components/portfolio/PortfolioFive";
import FooterSeven from "../../../components/footer/FooterSeven";
import CopyRightThree from "../../../components/footer/CopyRightThree";
export const metadata = {
title: 'Portfolio Slider || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
}
const PortfolioV4 = () => {
return (
<div className="main-page-wrapper">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Six
============================================== */}
<div className="fancy-hero-six">
<div className="container">
<h1 className="heading">Gallery Slider</h1>
<p className="sub-heading">
An original way to show your works in a good appearance
</p>
</div>
</div>
{/* /.fancy-hero-six */}
{/* =============================================
Fancy Portfolio Two
============================================== */}
<div className="fancy-portfolio-five lg-container top-border bottom-border pb-130 pt-110">
<div className="slider-wrapper">
<div className="portfolio_slider_one">
<PortfolioFive />
</div>
</div>
{/* End .slider-wrapper */}
</div>
{/* /.fancy-portfolio-two */}
{/* =====================================================
Footer Style Seven
===================================================== */}
<footer className="theme-footer-seven mt-120 md-mt-100">
<div className="lg-container">
<div className="container inner-btn-black">
<FooterSeven />
</div>
<div className="container">
<div className="bottom-footer">
<CopyRightThree />
</div>
</div>
</div>
{/* /.lg-container */}
</footer>
{/* /.theme-footer-seven */}
</div>
);
};
export default PortfolioV4;
+84
View File
@@ -0,0 +1,84 @@
import React from "react";
import Header from "../../../components/header/Header";
import PortfolioSix from "../../../components/portfolio/PortfolioSix";
import FooterSeven from "../../../components/footer/FooterSeven";
import CopyRightThree from "../../../components/footer/CopyRightThree";
import Link from "next/link";
export const metadata = {
title: 'Portfolio Grid Single || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
}
const PortfolioV5 = () => {
return (
<div className="main-page-wrapper">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Six
============================================== */}
<div className="fancy-hero-six">
<div className="container">
<h1 className="heading">Grid Single</h1>
<p className="sub-heading">
An original way to show your works in a good appearance
</p>
</div>
</div>
{/* /.fancy-hero-six */}
{/* =============================================
Fancy Portfolio Two
============================================== */}
<div className="fancy-portfolio-six mt-80 md-mt-40">
<div className="container">
<div className="top-border bottom-border pb-130 md-pb-90">
<PortfolioSix />
<div className="text-center mt-90 md-mt-50">
<h2 className="contact-title font-gordita">
Do you have any projects? <br />
Contact us.
</h2>
<Link href="/contact-cs" className="theme-btn-nine mt-35">
Contact Now
</Link>
</div>
</div>
</div>
</div>
{/* /.fancy-portfolio-two */}
{/* =====================================================
Footer Style Seven
===================================================== */}
<footer className="theme-footer-seven mt-120 md-mt-100">
<div className="lg-container">
<div className="container inner-btn-black">
<FooterSeven />
</div>
<div className="container">
<div className="bottom-footer">
<CopyRightThree />
</div>
</div>
</div>
{/* /.lg-container */}
</footer>
{/* /.theme-footer-seven */}
</div>
);
};
export default PortfolioV5;
+83
View File
@@ -0,0 +1,83 @@
import React from "react";
import Header from "../../../components/header/Header";
import PortfolioFour from "../../../components/portfolio/PortfolioFour";
import FooterSeven from "../../../components/footer/FooterSeven";
import CopyRightThree from "../../../components/footer/CopyRightThree";
import Link from "next/link";
export const metadata = {
title: 'Portfolio Grid 3 Column || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
}
const PortfolioV3 = () => {
return (
<div className="main-page-wrapper">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Six
============================================== */}
<div className="fancy-hero-six">
<div className="container">
<h1 className="heading">Grid 3 Columns</h1>
<p className="sub-heading">
An original way to show your works in a good appearance
</p>
</div>
</div>
{/* /.fancy-hero-six */}
{/* =============================================
Fancy Portfolio Two
============================================== */}
<div className="fancy-portfolio-four lg-container">
<div className="container">
<div className="top-border bottom-border pb-130 md-pb-90">
<PortfolioFour />
<div className="text-center mt-90 md-mt-50">
<h2 className="contact-title font-gordita">
Do you have any projects? <br />
Contact us.
</h2>
<Link href="/contact-cs" className="theme-btn-nine mt-35">
Contact Now
</Link>
</div>
</div>
</div>
</div>
{/* /.fancy-portfolio-two */}
{/* =====================================================
Footer Style Seven
===================================================== */}
<footer className="theme-footer-seven mt-120 md-mt-100">
<div className="lg-container">
<div className="container inner-btn-black">
<FooterSeven />
</div>
<div className="container">
<div className="bottom-footer">
<CopyRightThree />
</div>
</div>
</div>
{/* /.lg-container */}
</footer>
{/* /.theme-footer-seven */}
</div>
);
};
export default PortfolioV3;
+78
View File
@@ -0,0 +1,78 @@
import Header from "../../../components/header/Header";
import PortfolioThree from "../../../components/portfolio/PortfolioThree";
import FooterSeven from "../../../components/footer/FooterSeven";
import CopyRightThree from "../../../components/footer/CopyRightThree";
import Link from "next/link";
export const metadata = {
title: 'Portfolio Grid 2 Column || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
}
const PortfolioV2 = () => {
return (
<div className="main-page-wrapper">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Six
============================================== */}
<div className="fancy-hero-six">
<div className="container">
<h1 className="heading">Grid 2 Columns</h1>
<p className="sub-heading">
An original way to show your works in a good appearance
</p>
</div>
</div>
{/* /.fancy-hero-six */}
{/* =============================================
Fancy Portfolio Two
============================================== */}
<div className="fancy-portfolio-three lg-container">
<div className="container">
<div className="top-border bottom-border pb-130 md-pb-90">
<PortfolioThree />
<div className="text-center mt-90 md-mt-50">
<h2 className="contact-title font-gordita">
Do you have any projects? <br />
Contact us.
</h2>
<Link href="/contact-cs" className="theme-btn-nine mt-35">
Contact Now
</Link>
</div>
</div>
</div>
</div>
{/* /.fancy-portfolio-two */}
{/* =====================================================
Footer Style Seven
===================================================== */}
<footer className="theme-footer-seven mt-120 md-mt-100">
<div className="lg-container">
<div className="container inner-btn-black">
<FooterSeven />
</div>
<div className="container">
<div className="bottom-footer">
<CopyRightThree />
</div>
</div>
</div>
{/* /.lg-container */}
</footer>
{/* /.theme-footer-seven */}
</div>
);
};
export default PortfolioV2;
@@ -0,0 +1,162 @@
import Header from "../../../components/header/Header";
import FooterSeven from "../../../components/footer/FooterSeven";
import CopyRightThree from "../../../components/footer/CopyRightThree";
import BrandSeven from "../../../components/brand/BrandSeven";
import Image from "next/image";
const projectInfo = [
{ title: "DATE", meta: "23 July, 2020" },
{ title: "Client", meta: "Mariona Adisson, USA" },
{ title: "Project Type", meta: "3D Design, Apartment" },
{ title: "Duration", meta: "36 Days" },
];
export const metadata = {
title: 'Portfolio Details V1 || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
}
const PortfolioV5 = () => {
return (
<div className="main-page-wrapper">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Six
============================================== */}
<div className="portfolio-details-one mt-75 mb-150 md-mb-100">
<div className="container">
<div className="row">
<div className="col-xl-11 m-auto">
<div className="header text-center">
<div className="tag">Redesign, Branding</div>
<div className="title-style-ten">
<h2>Deski - Landing page design with Branding</h2>
</div>
<ul className="d-flex justify-content-center social-icon mt-35">
<BrandSeven />
</ul>
</div>
</div>
</div>
{/* End .row */}
<div className="main-content mt-75">
<Image width={1200} height={620} style={{height:'fit-content'}}
src="/images/gallery/img_33.jpg"
alt="gallery"
className="mb-90 md-mb-50"
/>
<div className="row">
<div className="col-xl-11 m-auto">
<div className="row">
<div className="col-md-4 order-md-last">
<ul className="project-info clearfix ps-xl-5">
{projectInfo.map((val, i) => (
<li key={i}>
<strong>{val.title}</strong>
<span>{val.meta}</span>
</li>
))}
</ul>
{/* End .project info */}
</div>
{/* End .col */}
<div className="col-md-8 order-md-first">
<h4>Overviw</h4>
<p>
Commonly used in the graphic, prit quis due & publishing
indust for previewing lightly visual mockups.
</p>
<h4>Task</h4>
<p>
Rebuild a unified visual system for the advertising
agency, made of steel which can change the world in a
while.
</p>
<a
href="https://dribbble.com/ib-themes"
target="_blank"
rel="noopener noreferrer"
className="theme-btn-eight"
>
Check Live Link
</a>
</div>
{/* End .col */}
</div>
{/* End .row */}
<div className="top-border mt-70 pt-50 md-mt-40">
<ul className="portfolio-pagination d-flex justify-content-between">
<li>
<a href="#" className="d-flex align-items-center">
<Image width={75} height={79} style={{height:'fit-content'}}
src="/images/gallery/img_34.jpg"
alt="gallery"
className="d-none d-lg-block"
/>
<span className="d-inline-block ps-lg-4">
<span className="tp1 d-block">Previous</span>
<span className="tp2 d-block">Product Branding</span>
</span>
</a>
</li>
<li>
<a
href="#"
className="d-flex flex-row-reverse align-items-center text-end"
>
<Image width={75} height={79} style={{height:'fit-content'}}
src="/images/gallery/img_35.jpg"
alt="gallery"
className="d-none d-lg-block"
/>
<span className="d-inline-block pe-lg-4">
<span className="tp1 d-block">Next</span>
<span className="tp2 d-block">Uber App Design</span>
</span>
</a>
</li>
</ul>
{/* End .portfolio-pagination */}
</div>
{/* End .top-border */}
</div>
</div>
</div>
</div>
</div>
{/* /.fancy-hero-six */}
{/* =====================================================
Footer Style Seven
===================================================== */}
<footer className="theme-footer-seven dark-bg pt-120 md-pt-100">
<div className="lg-container">
<div className="container inner-btn-black">
<FooterSeven />
</div>
<div className="container">
<div className="bottom-footer">
<CopyRightThree />
</div>
</div>
</div>
{/* /.lg-container */}
</footer>
{/* /.theme-footer-seven */}
</div>
);
};
export default PortfolioV5;
+164
View File
@@ -0,0 +1,164 @@
import Header from "../../../../components/header/Header";
import FooterSeven from "../../../../components/footer/FooterSeven";
import CopyRightThree from "../../../../components/footer/CopyRightThree";
import BrandSeven from "../../../../components/brand/BrandSeven";
import { allItems } from "@/data/portfolios";
import Image from "next/image";
const projectInfo = [
{ title: "DATE", meta: "23 July, 2020" },
{ title: "Client", meta: "Mariona Adisson, USA" },
{ title: "Project Type", meta: "3D Design, Apartment" },
{ title: "Duration", meta: "36 Days" },
];
export const metadata = {
title: 'Portfolio Details V1 || Deski-Saas & Software Nextjs Template',
description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`,
}
const PortfolioV5 = ({ params }) => {
const item = allItems.filter((elm)=>elm.id==params.id)[0] || allItems[0]
return (
<div className="main-page-wrapper">
{/* End Page SEO Content */}
<Header />
{/* End Header */}
{/* =============================================
Fancy Hero Six
============================================== */}
<div className="portfolio-details-one mt-75 mb-150 md-mb-100">
<div className="container">
<div className="row">
<div className="col-xl-11 m-auto">
<div className="header text-center">
<div className="tag">{item.meta || 'Redesign, Branding' }</div>
<div className="title-style-ten">
<h2>{item.title || 'Deski - Landing page design with Branding' }</h2>
</div>
<ul className="d-flex justify-content-center social-icon mt-35">
<BrandSeven />
</ul>
</div>
</div>
</div>
{/* End .row */}
<div className="main-content mt-75">
<Image width={1200} height={620} style={{width:'100%',height:'fit-content',maxHeight:'550px',objectFit:'contain'}}
src={item.img || '/images/gallery/img_33.jpg' }
alt="gallery"
className="mb-90 md-mb-50"
/>
<div className="row">
<div className="col-xl-11 m-auto">
<div className="row">
<div className="col-md-4 order-md-last">
<ul className="project-info clearfix ps-xl-5">
{projectInfo.map((val, i) => (
<li key={i}>
<strong>{val.title}</strong>
<span>{val.meta}</span>
</li>
))}
</ul>
{/* End .project info */}
</div>
{/* End .col */}
<div className="col-md-8 order-md-first">
<h4>Overviw</h4>
<p>
Commonly used in the graphic, prit quis due & publishing
indust for previewing lightly visual mockups.
</p>
<h4>Task</h4>
<p>
Rebuild a unified visual system for the advertising
agency, made of steel which can change the world in a
while.
</p>
<a
href="https://dribbble.com/ib-themes"
target="_blank"
rel="noopener noreferrer"
className="theme-btn-eight"
>
Check Live Link
</a>
</div>
{/* End .col */}
</div>
{/* End .row */}
<div className="top-border mt-70 pt-50 md-mt-40">
<ul className="portfolio-pagination d-flex justify-content-between">
<li>
<a href="#" className="d-flex align-items-center">
<Image width={75} height={79} style={{height:'fit-content'}}
src="/images/gallery/img_34.jpg"
alt="gallery"
className="d-none d-lg-block"
/>
<span className="d-inline-block ps-lg-4">
<span className="tp1 d-block">Previous</span>
<span className="tp2 d-block">Product Branding</span>
</span>
</a>
</li>
<li>
<a
href="#"
className="d-flex flex-row-reverse align-items-center text-end"
>
<Image width={75} height={79} style={{height:'fit-content'}}
src="/images/gallery/img_35.jpg"
alt="gallery"
className="d-none d-lg-block"
/>
<span className="d-inline-block pe-lg-4">
<span className="tp1 d-block">Next</span>
<span className="tp2 d-block">Uber App Design</span>
</span>
</a>
</li>
</ul>
{/* End .portfolio-pagination */}
</div>
{/* End .top-border */}
</div>
</div>
</div>
</div>
</div>
{/* /.fancy-hero-six */}
{/* =====================================================
Footer Style Seven
===================================================== */}
<footer className="theme-footer-seven dark-bg pt-120 md-pt-100">
<div className="lg-container">
<div className="container inner-btn-black">
<FooterSeven />
</div>
<div className="container">
<div className="bottom-footer">
<CopyRightThree />
</div>
</div>
</div>
{/* /.lg-container */}
</footer>
{/* /.theme-footer-seven */}
</div>
);
};
export default PortfolioV5;