mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
build: remove pnpm & use bun, update installation steps and deps
This commit is contained in:
parent
c2395b20ce
commit
8bf97e8d72
17 changed files with 30 additions and 19835 deletions
|
|
@ -56,7 +56,7 @@ const FAQData = [
|
|||
answer: "You may generate a CKAN API token by logging into your CKAN account on your CKAN instance. Then, click on the user profile icon on the top right corner, click the 'API Tokens' tab, enter any name for your token and click the 'Create API Token' button, and then your API token will appear on the page. Note that you may not view your API token from qsv pro, so we recommend saving this token somewhere safe.",
|
||||
screenshots: [
|
||||
{
|
||||
src: generateCkanApiToken,
|
||||
src: generateCkanApiToken.src,
|
||||
alt: "Example of CKAN API token generation on user's profile page",
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ export const Features0 = () => {
|
|||
<div className="flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16">
|
||||
<div className="w-full lg:w-1/2 mb-8 md:mb-0 lg:pl-16 flex justify-center mx-auto pt-16 lg:pt-0">
|
||||
<img
|
||||
src={draganddrop}
|
||||
src={draganddrop.src}
|
||||
alt="Drag and Drop Demo"
|
||||
className="rounded-xl custom-border-gray"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ export const Features1 = () => {
|
|||
</div>
|
||||
<div className="w-full md:w-3/4 mb-8 md:mb-0 mx-auto lg:w-1/2 flex flex-wrap lg:-mx-4 sm:pr-8 justify-center">
|
||||
<img
|
||||
src={recipedemo}
|
||||
src={recipedemo.src}
|
||||
alt="Recipe Demo"
|
||||
className="rounded-xl custom-border-gray"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export const Features2 = () => (
|
|||
<div className="flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16">
|
||||
<div className="w-full md:w-1/2 mb-8 md:mb-0 lg:pl-16 flex justify-center mx-auto pt-16 lg:pt-0">
|
||||
<img
|
||||
src={uploadtockan}
|
||||
src={uploadtockan.src}
|
||||
alt="CKAN Upload Demo"
|
||||
className="rounded-xl custom-border-gray"
|
||||
/>
|
||||
|
|
@ -47,7 +47,7 @@ export const Features2 = () => (
|
|||
<span>
|
||||
Integrated with the CKAN API{" "}
|
||||
<span className="text-red-300">
|
||||
(>= 2.9)
|
||||
{"(>= 2.9)"}
|
||||
</span>
|
||||
</span>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export const Features3 = () => {
|
|||
</div>
|
||||
<div className="w-full md:w-3/4 mb-8 md:mb-0 mx-auto lg:w-1/2 flex flex-wrap lg:-mx-4 sm:pr-8 justify-center">
|
||||
<img
|
||||
src={recipedemo}
|
||||
src={recipedemo.src}
|
||||
alt="Recipe Demo"
|
||||
className="rounded-xl custom-border-gray"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ export const FeaturesDiagonal = () => {
|
|||
</div>
|
||||
<div className="w-4/5 lg:w-2/3 lg:pl-16 flex justify-center mx-auto pt-16 lg:pt-0">
|
||||
<img
|
||||
src={configurator}
|
||||
src={configurator.src}
|
||||
alt="Configurator Demo"
|
||||
className="rounded-xl custom-border-gray"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ export const Footer = () => {
|
|||
<div className="flex justify-center lg:justify-start items-center grow basis-0">
|
||||
<div className="text-white mr-2 text-6xl">
|
||||
<img
|
||||
src={datHereLogoFull}
|
||||
src={datHereLogoFull.src}
|
||||
alt="datHere Logo"
|
||||
className="w-48"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ export const Hero = () => {
|
|||
<div className="grid grid-cols-1 sm:flex sm:ml-20 place-items-center justify-center items-center">
|
||||
{/* <span>qsv pro</span> */}
|
||||
<img
|
||||
src={qsvProLogo}
|
||||
src={qsvProLogo.src}
|
||||
alt="qsv pro logo"
|
||||
className="w-72 sm:w-96 lg:w-120"
|
||||
/>
|
||||
|
|
@ -216,7 +216,7 @@ export const Hero = () => {
|
|||
>
|
||||
<div className="relative w-screen flex justify-center ">
|
||||
<img
|
||||
src={dashboard}
|
||||
src={dashboard.src}
|
||||
alt="123"
|
||||
className="w-4/5 2xl:w-[1200px] mx-auto absolute z-10 rounded-xl custom-border-gray hero-dashboard-border-gradient lg:top-6 xl:top-0"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export const Navbar = () => {
|
|||
<div className="flex justify-start items-center grow basis-0">
|
||||
{/* <div className="text-white mr-2 text-6xl">
|
||||
<img
|
||||
src={datHereLogo}
|
||||
src={datHereLogo.src}
|
||||
alt="datHere logo"
|
||||
className="w-6 h-6"
|
||||
/>
|
||||
|
|
@ -38,7 +38,7 @@ export const Navbar = () => {
|
|||
qsv pro
|
||||
</div> */}
|
||||
<img
|
||||
src={qsvProLogo}
|
||||
src={qsvProLogo.src}
|
||||
alt="qsv pro logo"
|
||||
className="h-8"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export const Testimonials = () => (
|
|||
</div>
|
||||
<div className="flex mt-4 mb-2 xl:mt-8 xl:mb-4">
|
||||
<img
|
||||
src={testimonial.image}
|
||||
src={testimonial.src}
|
||||
alt=""
|
||||
width="45px"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue