├── .DS_Store
├── template-1
├── .eslintrc.json
├── styles
│ └── globals.css
├── public
│ ├── favicon.ico
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── index.tsx
├── tailwind.config.js
├── components
│ ├── Partners.tsx
│ ├── ContactBanner.tsx
│ └── Hero.tsx
├── tsconfig.json
└── package.json
├── template-2
├── .eslintrc.json
├── styles
│ └── globals.css
├── public
│ ├── Group1.jpg
│ ├── Group2.jpg
│ ├── Group3.jpg
│ ├── Group4.jpg
│ ├── favicon.ico
│ ├── manifest.json
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── index.tsx
├── tailwind.config.js
├── tsconfig.json
├── components
│ ├── keycode.ts
│ ├── Hero.tsx
│ └── Contact.tsx
├── hooks
│ ├── useOnClickOutside.ts
│ └── useScrollDirection.ts
└── package.json
├── template-11
├── styles
│ └── globals.css
├── public
│ ├── 1.png
│ ├── 2.png
│ ├── 12.png
│ ├── 27 23.png
│ ├── Awards 1.png
│ ├── Search 1.png
│ ├── favicon.ico
│ ├── Finance 1.png
│ ├── Messages 1.png
│ ├── Service 1.png
│ ├── Shopping 1.png
│ ├── e-Commerce 2.png
│ ├── Instagram Shot 1.png
│ ├── Product Launch 1.png
│ ├── build your business.png
│ ├── arrow-right.svg
│ ├── Ellipse 9.svg
│ ├── vercel.svg
│ └── Group.svg
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── index.tsx
├── tailwind.config.js
├── components
│ ├── Testimonials.tsx
│ ├── Services.tsx
│ ├── Card.tsx
│ └── useOnClickOutside.ts
├── tsconfig.json
└── package.json
├── template-12
├── styles
│ └── globals.css
├── .eslintrc.json
├── public
│ ├── favicon.ico
│ ├── profile.png
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── index.tsx
├── tailwind.config.js
├── components
│ ├── NftCollection.tsx
│ ├── EthIcon.tsx
│ └── useOnClickOutside.ts
├── tsconfig.json
└── package.json
├── template-6
├── styles
│ └── globals.css
├── .eslintrc.json
├── public
│ ├── Vector.png
│ ├── favicon.ico
│ ├── graph.png
│ ├── logo1.png
│ ├── logo2.png
│ ├── logo3.png
│ ├── logo4.png
│ ├── trading.png
│ ├── bnb-icon.png
│ ├── eth-icon.png
│ ├── usdt-icon.png
│ ├── arrow-icon.png
│ ├── bitcoin-icon.png
│ ├── Illustration1.png
│ ├── circlechain-logo.png
│ ├── logo-test3.svg
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── index.tsx
├── tailwind.config.js
├── next-env.d.ts
├── tsconfig.json
├── package.json
└── components
│ ├── MarketTrend.tsx
│ ├── Card.tsx
│ ├── NewsLetter.tsx
│ └── Header.tsx
├── template-13
├── public
│ ├── 1.png
│ ├── 2.png
│ ├── 3.png
│ ├── favicon.ico
│ ├── Horizontal.png
│ ├── placeholder.png
│ ├── font
│ │ ├── WorkSans-Bold.ttf
│ │ ├── WorkSans-Thin.ttf
│ │ ├── WorkSans-Black.ttf
│ │ ├── WorkSans-Medium.ttf
│ │ ├── WorkSans-Regular.ttf
│ │ ├── WorkSans-ExtraBold.ttf
│ │ └── WorkSans-SemiBold.ttf
│ ├── down-arrow.svg
│ ├── Mail.svg
│ ├── vercel.svg
│ ├── LinkedIn.svg
│ └── FedEx.svg
├── .eslintrc.json
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── _document.tsx
│ └── index.tsx
├── tailwind.config.js
├── tsconfig.json
├── package.json
├── components
│ ├── Footer.tsx
│ ├── Work.tsx
│ ├── Client.tsx
│ ├── Card.tsx
│ ├── useOnClickOutside.ts
│ ├── Header.tsx
│ └── About.tsx
└── styles
│ └── globals.css
├── template-4
├── public
│ ├── 1.png
│ ├── 10.png
│ ├── 2.png
│ ├── 3.png
│ ├── 4.png
│ ├── 5.png
│ ├── 6.png
│ ├── 7.png
│ ├── 8.png
│ ├── 9.png
│ ├── six.png
│ ├── top1.png
│ ├── top2.png
│ ├── top3.png
│ ├── top4.png
│ ├── Group72.png
│ ├── arrow.png
│ ├── favicon.ico
│ ├── image 2.png
│ ├── image5.png
│ ├── thumb.png
│ ├── Rectangle 9.png
│ ├── Rectangle10.png
│ ├── Rectangle9.png
│ ├── logo-black1.png
│ ├── arrow.svg
│ ├── playButton.svg
│ ├── Ellipse21.svg
│ ├── Ellipse18.svg
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── styles
│ └── globals.css
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── _document.tsx
├── tailwind.config.js
├── tsconfig.json
├── components
│ ├── AboutSection.tsx
│ ├── Discover.tsx
│ ├── useOnClickOutside.ts
│ ├── Community.tsx
│ ├── Hero.tsx
│ └── Footer.tsx
└── package.json
├── template-5
├── public
│ ├── bg.png
│ ├── apes.png
│ ├── nft.png
│ ├── avatar.png
│ ├── explore.png
│ ├── favicon.ico
│ ├── newsFeed.png
│ ├── unsplash1.png
│ ├── unsplash2.png
│ ├── unsplash3.png
│ ├── Rectangle1.png
│ ├── Rectangle2.png
│ ├── Rectangle3.png
│ ├── unsplashBg.png
│ └── vercel.svg
├── .eslintrc.json
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ ├── _document.tsx
│ └── index.tsx
├── tailwind.config.js
├── components
│ ├── TopNft.tsx
│ ├── NewsLetterFeed.tsx
│ ├── MoreInfo.tsx
│ ├── useOnClickOutside.ts
│ └── ExploreCollections.tsx
├── tsconfig.json
├── package.json
└── styles
│ └── globals.css
├── template-9
├── public
│ ├── 11.png
│ ├── Group 7.png
│ ├── Vector.png
│ ├── favicon.ico
│ ├── ogImage.png
│ ├── Ellipse-1.png
│ ├── Ellipse-2.png
│ ├── Ellipse1.png
│ ├── logo-nft.png
│ ├── video-bg.png
│ ├── Rectangle3.png
│ ├── Rectangle6.png
│ ├── Rectangle 6-1.png
│ ├── Rectangle 6-2.png
│ ├── Rectangle 6-3.png
│ ├── Rectangle 6-4.png
│ ├── Rectangle 6-5.png
│ ├── Rectangle 6-6.png
│ ├── Rectangle 6-7.png
│ ├── Rectangle 308-1.png
│ ├── Rectangle 308-2.png
│ ├── vercel.svg
│ ├── ant-design_behance-outlined.svg
│ └── akar-icons_twitter-fill.svg
├── .eslintrc.json
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── index.tsx
├── tailwind.config.js
├── components
│ ├── Nav.tsx
│ ├── HiddenGems.tsx
│ ├── LatestNft.tsx
│ ├── TopCollection.tsx
│ ├── useOnClickOutside.ts
│ └── Hero.tsx
├── tsconfig.json
├── package.json
└── styles
│ └── globals.css
├── template-10
├── .eslintrc.json
├── public
│ ├── Answer.png
│ ├── Hero.png
│ ├── Group14.png
│ ├── Group15.png
│ ├── Group16.png
│ ├── Group41.png
│ ├── Group42.png
│ ├── Group43.png
│ ├── favicon.ico
│ ├── Ellipse 6.png
│ ├── Recruiter.png
│ ├── group-image.png
│ ├── fonts
│ │ ├── Jost-Bold.ttf
│ │ ├── Jost-Medium.ttf
│ │ └── Jost-Regular.ttf
│ ├── unsplash_2FPjlAyMQTA.png
│ ├── unsplash_8YG31Xn4dSw.png
│ ├── unsplash_diNfwACx8bk.png
│ ├── bg-image-agency.svg
│ ├── Group2.svg
│ ├── Group4.svg
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ └── api
│ │ └── hello.ts
├── tailwind.config.js
├── tsconfig.json
├── package.json
├── styles
│ └── globals.css
└── components
│ ├── useOnClickOutside.ts
│ └── NavComponent.tsx
├── template-3
├── public
│ ├── Mask.png
│ ├── Frame.png
│ ├── Group10.png
│ ├── Group8.png
│ ├── Home1.png
│ ├── favicon.ico
│ ├── Thumbnail.png
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── tailwind.config.js
├── pages
│ ├── _app.jsx
│ └── index.jsx
├── package.json
├── styles
│ └── globals.css
└── components
│ ├── Nav.jsx
│ ├── useOnClickOutside.js
│ ├── About.jsx
│ └── Testimonial.jsx
├── template-7
├── .eslintrc.json
├── public
│ ├── Frame15.png
│ ├── Frame16.png
│ ├── Group2.png
│ ├── Group3.png
│ ├── favicon.ico
│ ├── image.png
│ ├── iphone.png
│ ├── Variant5.png
│ ├── logoipsum.png
│ ├── Rectangle5.svg
│ └── vercel.svg
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── _app.tsx
│ ├── api
│ │ └── hello.ts
│ └── index.tsx
├── tailwind.config.js
├── tsconfig.json
├── components
│ ├── Info.tsx
│ ├── Header.tsx
│ └── useOnClickOutside.ts
├── package.json
└── styles
│ └── globals.css
├── template-8
├── .eslintrc.json
├── public
│ ├── etm.png
│ ├── Group1.jpg
│ ├── Group2.png
│ ├── Group3.jpg
│ ├── Group4.jpg
│ ├── favicon.ico
│ ├── ogImage.png
│ ├── image191.png
│ ├── cool-domain.png
│ ├── devStarter.png
│ ├── devfolioMockup.png
│ ├── fonts
│ │ ├── SpaceGrotesk-Bold.ttf
│ │ ├── SpaceGrotesk-Light.ttf
│ │ ├── Yellowtail-Regular.ttf
│ │ ├── SpaceGrotesk-Medium.ttf
│ │ ├── SpaceGrotesk-Regular.ttf
│ │ └── SpaceGrotesk-SemiBold.ttf
│ ├── Line1.svg
│ ├── Profile.svg
│ ├── home.svg
│ ├── darkmode.svg
│ ├── vercel.svg
│ └── lightBulb.svg
├── next.config.js
├── postcss.config.js
├── next-env.d.ts
├── pages
│ ├── index.tsx
│ ├── api
│ │ └── hello.ts
│ └── _app.tsx
├── tsconfig.json
├── tailwind.config.js
├── styles
│ └── globals.css
├── package.json
└── components
│ └── Hero.tsx
└── README.md
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/.DS_Store
--------------------------------------------------------------------------------
/template-1/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "next/core-web-vitals"
3 | }
4 |
--------------------------------------------------------------------------------
/template-2/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "next/core-web-vitals"
3 | }
4 |
--------------------------------------------------------------------------------
/template-1/styles/globals.css:
--------------------------------------------------------------------------------
1 | @tailwind base;
2 | @tailwind components;
3 | @tailwind utilities;
--------------------------------------------------------------------------------
/template-11/styles/globals.css:
--------------------------------------------------------------------------------
1 | @tailwind base;
2 | @tailwind components;
3 | @tailwind utilities;
--------------------------------------------------------------------------------
/template-12/styles/globals.css:
--------------------------------------------------------------------------------
1 | @tailwind base;
2 | @tailwind components;
3 | @tailwind utilities;
--------------------------------------------------------------------------------
/template-2/styles/globals.css:
--------------------------------------------------------------------------------
1 | @tailwind base;
2 | @tailwind components;
3 | @tailwind utilities;
--------------------------------------------------------------------------------
/template-6/styles/globals.css:
--------------------------------------------------------------------------------
1 | @tailwind base;
2 | @tailwind components;
3 | @tailwind utilities;
--------------------------------------------------------------------------------
/template-11/public/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/1.png
--------------------------------------------------------------------------------
/template-11/public/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/2.png
--------------------------------------------------------------------------------
/template-13/public/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/1.png
--------------------------------------------------------------------------------
/template-13/public/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/2.png
--------------------------------------------------------------------------------
/template-13/public/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/3.png
--------------------------------------------------------------------------------
/template-4/public/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/1.png
--------------------------------------------------------------------------------
/template-4/public/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/10.png
--------------------------------------------------------------------------------
/template-4/public/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/2.png
--------------------------------------------------------------------------------
/template-4/public/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/3.png
--------------------------------------------------------------------------------
/template-4/public/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/4.png
--------------------------------------------------------------------------------
/template-4/public/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/5.png
--------------------------------------------------------------------------------
/template-4/public/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/6.png
--------------------------------------------------------------------------------
/template-4/public/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/7.png
--------------------------------------------------------------------------------
/template-4/public/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/8.png
--------------------------------------------------------------------------------
/template-4/public/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/9.png
--------------------------------------------------------------------------------
/template-5/public/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/bg.png
--------------------------------------------------------------------------------
/template-9/public/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/11.png
--------------------------------------------------------------------------------
/template-10/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-11/public/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/12.png
--------------------------------------------------------------------------------
/template-12/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-13/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-3/public/Mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-3/public/Mask.png
--------------------------------------------------------------------------------
/template-4/public/six.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/six.png
--------------------------------------------------------------------------------
/template-4/public/top1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/top1.png
--------------------------------------------------------------------------------
/template-4/public/top2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/top2.png
--------------------------------------------------------------------------------
/template-4/public/top3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/top3.png
--------------------------------------------------------------------------------
/template-4/public/top4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/top4.png
--------------------------------------------------------------------------------
/template-5/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-5/public/apes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/apes.png
--------------------------------------------------------------------------------
/template-5/public/nft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/nft.png
--------------------------------------------------------------------------------
/template-6/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-7/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-8/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-8/public/etm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/etm.png
--------------------------------------------------------------------------------
/template-9/.eslintrc.json:
--------------------------------------------------------------------------------
1 | {
2 |
3 | "extends": "next/core-web-vitals",
4 | "root": true
5 |
6 | }
7 |
--------------------------------------------------------------------------------
/template-1/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-1/public/favicon.ico
--------------------------------------------------------------------------------
/template-10/public/Answer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Answer.png
--------------------------------------------------------------------------------
/template-10/public/Hero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Hero.png
--------------------------------------------------------------------------------
/template-11/public/27 23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/27 23.png
--------------------------------------------------------------------------------
/template-2/public/Group1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-2/public/Group1.jpg
--------------------------------------------------------------------------------
/template-2/public/Group2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-2/public/Group2.jpg
--------------------------------------------------------------------------------
/template-2/public/Group3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-2/public/Group3.jpg
--------------------------------------------------------------------------------
/template-2/public/Group4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-2/public/Group4.jpg
--------------------------------------------------------------------------------
/template-2/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-2/public/favicon.ico
--------------------------------------------------------------------------------
/template-3/public/Frame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-3/public/Frame.png
--------------------------------------------------------------------------------
/template-3/public/Group10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-3/public/Group10.png
--------------------------------------------------------------------------------
/template-3/public/Group8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-3/public/Group8.png
--------------------------------------------------------------------------------
/template-3/public/Home1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-3/public/Home1.png
--------------------------------------------------------------------------------
/template-3/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-3/public/favicon.ico
--------------------------------------------------------------------------------
/template-4/public/Group72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/Group72.png
--------------------------------------------------------------------------------
/template-4/public/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/arrow.png
--------------------------------------------------------------------------------
/template-4/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/favicon.ico
--------------------------------------------------------------------------------
/template-4/public/image 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/image 2.png
--------------------------------------------------------------------------------
/template-4/public/image5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/image5.png
--------------------------------------------------------------------------------
/template-4/public/thumb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/thumb.png
--------------------------------------------------------------------------------
/template-5/public/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/avatar.png
--------------------------------------------------------------------------------
/template-5/public/explore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/explore.png
--------------------------------------------------------------------------------
/template-5/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/favicon.ico
--------------------------------------------------------------------------------
/template-6/public/Vector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/Vector.png
--------------------------------------------------------------------------------
/template-6/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/favicon.ico
--------------------------------------------------------------------------------
/template-6/public/graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/graph.png
--------------------------------------------------------------------------------
/template-6/public/logo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/logo1.png
--------------------------------------------------------------------------------
/template-6/public/logo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/logo2.png
--------------------------------------------------------------------------------
/template-6/public/logo3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/logo3.png
--------------------------------------------------------------------------------
/template-6/public/logo4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/logo4.png
--------------------------------------------------------------------------------
/template-6/public/trading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/trading.png
--------------------------------------------------------------------------------
/template-7/public/Frame15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/Frame15.png
--------------------------------------------------------------------------------
/template-7/public/Frame16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/Frame16.png
--------------------------------------------------------------------------------
/template-7/public/Group2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/Group2.png
--------------------------------------------------------------------------------
/template-7/public/Group3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/Group3.png
--------------------------------------------------------------------------------
/template-7/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/favicon.ico
--------------------------------------------------------------------------------
/template-7/public/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/image.png
--------------------------------------------------------------------------------
/template-7/public/iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/iphone.png
--------------------------------------------------------------------------------
/template-8/public/Group1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/Group1.jpg
--------------------------------------------------------------------------------
/template-8/public/Group2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/Group2.png
--------------------------------------------------------------------------------
/template-8/public/Group3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/Group3.jpg
--------------------------------------------------------------------------------
/template-8/public/Group4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/Group4.jpg
--------------------------------------------------------------------------------
/template-8/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/favicon.ico
--------------------------------------------------------------------------------
/template-8/public/ogImage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/ogImage.png
--------------------------------------------------------------------------------
/template-9/public/Group 7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Group 7.png
--------------------------------------------------------------------------------
/template-9/public/Vector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Vector.png
--------------------------------------------------------------------------------
/template-9/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/favicon.ico
--------------------------------------------------------------------------------
/template-9/public/ogImage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/ogImage.png
--------------------------------------------------------------------------------
/template-10/public/Group14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Group14.png
--------------------------------------------------------------------------------
/template-10/public/Group15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Group15.png
--------------------------------------------------------------------------------
/template-10/public/Group16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Group16.png
--------------------------------------------------------------------------------
/template-10/public/Group41.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Group41.png
--------------------------------------------------------------------------------
/template-10/public/Group42.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Group42.png
--------------------------------------------------------------------------------
/template-10/public/Group43.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Group43.png
--------------------------------------------------------------------------------
/template-10/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/favicon.ico
--------------------------------------------------------------------------------
/template-11/public/Awards 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Awards 1.png
--------------------------------------------------------------------------------
/template-11/public/Search 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Search 1.png
--------------------------------------------------------------------------------
/template-11/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/favicon.ico
--------------------------------------------------------------------------------
/template-12/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-12/public/favicon.ico
--------------------------------------------------------------------------------
/template-12/public/profile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-12/public/profile.png
--------------------------------------------------------------------------------
/template-13/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/favicon.ico
--------------------------------------------------------------------------------
/template-3/public/Thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-3/public/Thumbnail.png
--------------------------------------------------------------------------------
/template-5/public/newsFeed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/newsFeed.png
--------------------------------------------------------------------------------
/template-5/public/unsplash1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/unsplash1.png
--------------------------------------------------------------------------------
/template-5/public/unsplash2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/unsplash2.png
--------------------------------------------------------------------------------
/template-5/public/unsplash3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/unsplash3.png
--------------------------------------------------------------------------------
/template-6/public/bnb-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/bnb-icon.png
--------------------------------------------------------------------------------
/template-6/public/eth-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/eth-icon.png
--------------------------------------------------------------------------------
/template-6/public/usdt-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/usdt-icon.png
--------------------------------------------------------------------------------
/template-7/public/Variant5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/Variant5.png
--------------------------------------------------------------------------------
/template-7/public/logoipsum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-7/public/logoipsum.png
--------------------------------------------------------------------------------
/template-8/public/image191.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/image191.png
--------------------------------------------------------------------------------
/template-9/public/Ellipse-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Ellipse-1.png
--------------------------------------------------------------------------------
/template-9/public/Ellipse-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Ellipse-2.png
--------------------------------------------------------------------------------
/template-9/public/Ellipse1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Ellipse1.png
--------------------------------------------------------------------------------
/template-9/public/logo-nft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/logo-nft.png
--------------------------------------------------------------------------------
/template-9/public/video-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/video-bg.png
--------------------------------------------------------------------------------
/template-1/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-10/public/Ellipse 6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Ellipse 6.png
--------------------------------------------------------------------------------
/template-10/public/Recruiter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/Recruiter.png
--------------------------------------------------------------------------------
/template-10/public/group-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/group-image.png
--------------------------------------------------------------------------------
/template-11/public/Finance 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Finance 1.png
--------------------------------------------------------------------------------
/template-11/public/Messages 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Messages 1.png
--------------------------------------------------------------------------------
/template-11/public/Service 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Service 1.png
--------------------------------------------------------------------------------
/template-11/public/Shopping 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Shopping 1.png
--------------------------------------------------------------------------------
/template-13/public/Horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/Horizontal.png
--------------------------------------------------------------------------------
/template-13/public/placeholder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/placeholder.png
--------------------------------------------------------------------------------
/template-2/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-3/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-4/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-4/public/Rectangle 9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/Rectangle 9.png
--------------------------------------------------------------------------------
/template-4/public/Rectangle10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/Rectangle10.png
--------------------------------------------------------------------------------
/template-4/public/Rectangle9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/Rectangle9.png
--------------------------------------------------------------------------------
/template-4/public/logo-black1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-4/public/logo-black1.png
--------------------------------------------------------------------------------
/template-5/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-5/public/Rectangle1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/Rectangle1.png
--------------------------------------------------------------------------------
/template-5/public/Rectangle2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/Rectangle2.png
--------------------------------------------------------------------------------
/template-5/public/Rectangle3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/Rectangle3.png
--------------------------------------------------------------------------------
/template-5/public/unsplashBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-5/public/unsplashBg.png
--------------------------------------------------------------------------------
/template-6/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-6/public/arrow-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/arrow-icon.png
--------------------------------------------------------------------------------
/template-6/public/bitcoin-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/bitcoin-icon.png
--------------------------------------------------------------------------------
/template-7/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-8/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-8/public/cool-domain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/cool-domain.png
--------------------------------------------------------------------------------
/template-8/public/devStarter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/devStarter.png
--------------------------------------------------------------------------------
/template-9/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-9/public/Rectangle3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle3.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle6.png
--------------------------------------------------------------------------------
/template-10/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-11/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-11/public/e-Commerce 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/e-Commerce 2.png
--------------------------------------------------------------------------------
/template-12/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-13/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 | module.exports = {
3 | reactStrictMode: true,
4 | }
5 |
--------------------------------------------------------------------------------
/template-6/public/Illustration1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/Illustration1.png
--------------------------------------------------------------------------------
/template-8/public/devfolioMockup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/devfolioMockup.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 6-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 6-1.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 6-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 6-2.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 6-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 6-3.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 6-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 6-4.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 6-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 6-5.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 6-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 6-6.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 6-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 6-7.png
--------------------------------------------------------------------------------
/template-1/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-10/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-10/public/fonts/Jost-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/fonts/Jost-Bold.ttf
--------------------------------------------------------------------------------
/template-11/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-11/public/Instagram Shot 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Instagram Shot 1.png
--------------------------------------------------------------------------------
/template-11/public/Product Launch 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/Product Launch 1.png
--------------------------------------------------------------------------------
/template-12/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-13/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-2/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-3/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-4/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-5/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-6/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-6/public/circlechain-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-6/public/circlechain-logo.png
--------------------------------------------------------------------------------
/template-7/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-8/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-9/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/template-9/public/Rectangle 308-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 308-1.png
--------------------------------------------------------------------------------
/template-9/public/Rectangle 308-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-9/public/Rectangle 308-2.png
--------------------------------------------------------------------------------
/template-10/public/fonts/Jost-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/fonts/Jost-Medium.ttf
--------------------------------------------------------------------------------
/template-10/public/fonts/Jost-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/fonts/Jost-Regular.ttf
--------------------------------------------------------------------------------
/template-13/public/font/WorkSans-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/font/WorkSans-Bold.ttf
--------------------------------------------------------------------------------
/template-13/public/font/WorkSans-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/font/WorkSans-Thin.ttf
--------------------------------------------------------------------------------
/template-10/public/unsplash_2FPjlAyMQTA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/unsplash_2FPjlAyMQTA.png
--------------------------------------------------------------------------------
/template-10/public/unsplash_8YG31Xn4dSw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/unsplash_8YG31Xn4dSw.png
--------------------------------------------------------------------------------
/template-10/public/unsplash_diNfwACx8bk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-10/public/unsplash_diNfwACx8bk.png
--------------------------------------------------------------------------------
/template-11/public/build your business.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-11/public/build your business.png
--------------------------------------------------------------------------------
/template-13/public/font/WorkSans-Black.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/font/WorkSans-Black.ttf
--------------------------------------------------------------------------------
/template-13/public/font/WorkSans-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/font/WorkSans-Medium.ttf
--------------------------------------------------------------------------------
/template-13/public/font/WorkSans-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/font/WorkSans-Regular.ttf
--------------------------------------------------------------------------------
/template-13/public/font/WorkSans-ExtraBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/font/WorkSans-ExtraBold.ttf
--------------------------------------------------------------------------------
/template-13/public/font/WorkSans-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-13/public/font/WorkSans-SemiBold.ttf
--------------------------------------------------------------------------------
/template-8/public/fonts/SpaceGrotesk-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/fonts/SpaceGrotesk-Bold.ttf
--------------------------------------------------------------------------------
/template-8/public/fonts/SpaceGrotesk-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/fonts/SpaceGrotesk-Light.ttf
--------------------------------------------------------------------------------
/template-8/public/fonts/Yellowtail-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/fonts/Yellowtail-Regular.ttf
--------------------------------------------------------------------------------
/template-8/public/fonts/SpaceGrotesk-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/fonts/SpaceGrotesk-Medium.ttf
--------------------------------------------------------------------------------
/template-8/public/fonts/SpaceGrotesk-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/fonts/SpaceGrotesk-Regular.ttf
--------------------------------------------------------------------------------
/template-8/public/fonts/SpaceGrotesk-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kumard3/dev-ui-templates/HEAD/template-8/public/fonts/SpaceGrotesk-SemiBold.ttf
--------------------------------------------------------------------------------
/template-4/styles/globals.css:
--------------------------------------------------------------------------------
1 | @tailwind base;
2 | @tailwind components;
3 | @tailwind utilities;
4 |
5 |
6 | .buttons{
7 | background: linear-gradient(99.74deg, #06DBAC 5.23%, #BD00FF 92.7%);
8 |
9 | }
--------------------------------------------------------------------------------
/template-8/public/Line1.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/template-3/tailwind.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | content: [
3 | './pages/**/*.{js,ts,jsx,tsx}',
4 | './components/**/*.{js,ts,jsx,tsx}',
5 | ],
6 | theme: {
7 | extend: {},
8 | },
9 | plugins: [],
10 | }
11 |
--------------------------------------------------------------------------------
/template-1/next-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
So that we can talk more about...
10 |
8 |
11 | 9 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nec quam nibh 10 | elit pellentesque velit netus suspendisse. Sed enim, pretium, montes, 11 | in ut dolor urna. 12 |
13 |The NFT marketplace with everything for everyone
9 |
12 |
6 |
10 | 14 | Specially developed to help restore a more youthful appearance with 15 | improved radiance and bounce. 16 |
17 |12 | We believe the world is more beautiful as each person gets better. We 13 | believe the world is more beautiful as each person gets better. Person 14 | gets better.{" "} 15 |
16 | 19 |
22 | 10 | NFTs are unique assets stored and tradable on a blockchain. They 11 | are, immutable, scarce and publicly verifiable. In the music world, 12 | artistes get to sell limited digital content to their fans who pay 13 | via crypto. You can now produce any music content that cannot be 14 | counterfeited. 15 |
16 |
19 |
25 | Real estate Template
24 |Website Design
29 | 32 |
10 | 16 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Interdum quis 17 | amet, faucibus lorem. Lectus amet odio quis sed adipiscing adipiscing 18 | magna non. Nullam turpis faucibus ridiculus suscipit. Et blandit 19 | suspendisse curabitur eu congue dui ut. 20 |
21 |10 | Lorem ipsum, dolor sit amet consectetur adipisicing elit. Temporibus 11 | expedita id dolorum molestias delectus odio, incidunt est reiciendis 12 | laboriosam non quam dolor nam, ipsum similique quod modi nulla optio 13 | iure! 14 |
15 | 19 |12 | The easy to manage and trade your cryptocurency asset 13 |
14 | 15 |
27 |
28 | {n.description}
37 |
11 | 15 | Music NFTs will continue to revolutionize the way that artists and 16 | fans create community together as we enter the upcoming year — 17 | undoubtedly changing the trajectory of countless budding music 18 | careers.{" "} 19 |
20 |
36 | 19 | {AboutData[0].sortDescription} 20 |
21 |{AboutData[0].description}
22 | 23 | 27 | Contact Me 28 | 29 |
36 | 15 | The Lorem Ipsum Company has been an integral part of our content 16 | marketing success. We have seen a notable increase in organic 17 | leads since we began using their services in 2012. 18 |
19 |Leroy Jenkins
22 |26 | My busy schedule leaves little, if any, time for blogging and 27 | social media. The Lorem Ipsum Company has been a huge part of 28 | helping me grow my business through organic search and content 29 | marketing 30 |
31 |Leroy Jenkins
34 |
38 | 21 | Let me help you grow your business and make your product look pretty 22 | while at it{" "} 23 |
24 |Say Hello
31 |
25 |