Skip to content

Commit 2bbeec7

Browse files
committed
Solutions page & svg clickable to fix
1 parent 58d7fd2 commit 2bbeec7

File tree

13 files changed

+619
-20
lines changed

13 files changed

+619
-20
lines changed

docs/misc/7_plans_details/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To enable the license key, switch from the windmill image to the windmill-ee ima
222222

223223
Usage is self-declared. We kindly request that you export your usage stats by sending us an email containing the data exported by Windmill through the provided export button at the end of the subscription period.
224224

225-
We only count the vCPUs reported by your workers as being used. So you can simply set limits in the [docker-compose](https://github.com/windmill-labs/windmill/blob/main/docker-compose.yml) and you will never be overcharged
225+
We only count the vCPUs reported by your workers as being used. So you can simply set [limits](https://www.weppesimmo.fr/) in the [docker-compose](https://github.com/windmill-labs/windmill/blob/main/docker-compose.yml) and you will never be overcharged
226226

227227
- **What is your Technical Support SLA?**
228228

src/components/SolutionSVG.svg

Lines changed: 566 additions & 0 deletions
Loading

src/components/Solutions.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { ArrowRight } from 'lucide-react';
66
import LayoutProvider from '@theme/Layout/Provider';
77
import { Helmet } from 'react-helmet-async';
88
import { useColorMode } from '@docusaurus/theme-common';
9+
import SolutionSVG from './SolutionSVG.svg';
910

1011
function Screenshot({ darkScreenshot, lightScreenshot }) {
1112
const { colorMode } = useColorMode();
@@ -130,6 +131,9 @@ export default function Solution({
130131
</div>
131132
</div>
132133
</LandingSection>
134+
<div className="svg-container">
135+
<SolutionSVG className="scaled-svg" style={{ width: '60%', height: '60%' }} />
136+
</div>
133137
<Footer />
134138
</main>
135139
</LayoutProvider>

src/components/pricing/PricingFAQ.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@ const faqs = [
8686
<br/><br/>
8787
We only count the vCPUs reported by your workers as being used.
8888
So you can simply set limits in the
89-
{' '}<Link
90-
to="https://github.com/windmill-labs/windmill/blob/main/docker-compose.yml"
89+
{' '}<a
90+
href="https://github.com/windmill-labs/windmill/blob/main/docker-compose.yml"
9191
className="text-blue-600 hover:text-blue-800 dark:text-blue-500 dark:hover:text-blue-600"
92+
target="_blank" rel="noopener noreferrer"
9293
>
9394
docker-compose
94-
</Link>{' '}and you will never be overcharged
95+
</a>{' '}and you will never be overcharged
9596
</span>
9697
)
9798
},

src/css/custom.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,18 @@ div.testimonials a:hover .wm-name {
395395
background-position: center;
396396
background-repeat: no-repeat;
397397
height: 600px;
398-
}
398+
}
399+
400+
.social-icons {
401+
margin-top: 2px;
402+
margin-bottom: 2px;
403+
}
404+
405+
.footer-section {
406+
margin-top: 4px;
407+
padding-top: 4px;
408+
}
409+
410+
.hover-change-color:hover {
411+
fill: #F0F0F0
412+
}

src/landing/Footer.jsx

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import React from 'react';
2+
import { SiDiscord, SiX, SiLinkedin } from 'react-icons/si';
3+
import '../css/custom.css';
4+
25
const navigation = {
36
support: [
47
{ name: 'Pricing', href: '/pricing' },
@@ -121,23 +124,34 @@ export default function Footer() {
121124
</div>
122125
</div>
123126

124-
<div className="space-y-8 text-left mx-auto">
127+
<div className="space-y-5 text-left mx-auto">
125128
<div className="flex items-center">
126129
<img className="h-16 mr-3" src="/img/windmill.svg" alt="Windmill Labs" />
127130
<p className="text-sm leading-6 text-gray-600 dark:text-gray-400">
128131
Made with passion in <br />
129132
San Francisco and Paris.
130133
</p>
131134
</div>
132-
<div className="mt-16 border-t border-gray-900/10 pt-8 sm:mt-20 lg:mt-24">
135+
<div className="social-icons flex justify-center space-x-4 mt-1 mb-1">
136+
<a href="https://discord.com/invite/V7PM2YHsPB" className="rounded-full hover:bg-indigo-200 dark:hover:bg-indigo-400 p-2">
137+
<SiDiscord className="h-5 w-5 dark:text-white text-gray-800" />
138+
</a>
139+
<a href="https://www.linkedin.com/company/windmill-dev/" className="rounded-full hover:bg-blue-200 dark:hover:bg-blue-400 p-2">
140+
<SiLinkedin className="h-5 w-5 dark:text-white text-gray-800" />
141+
</a>
142+
<a href="https://twitter.com/WindmillDev" className="rounded-full hover:bg-blue-200 dark:hover:bg-blue-400 p-2">
143+
<SiX className="h-5 w-5 dark:text-white text-gray-800" />
144+
</a>
145+
</div>
146+
<div className="footer-section mt-1 border-t border-gray-900/10 pt-8 sm:mt-20 lg:mt-24">
133147
<p className="text-center text-xs leading-5 text-gray-400">
134148
&copy; 2023 Windmill Labs, Inc. All rights reserved. <br />
135149
1111B S Governors Ave, Dover, DE 19904, USA
136150
</p>
137151
<div className="flex justify-center items-center mt-4">
138152
<img className="h-10" src="/img/soc.png" alt="SOC Compliance badge" />
139153
<p className="text-xs text-left leading-6 text-gray-400 ml-2">
140-
Windmill Labs is SOC 2 Type II compliant
154+
Windmill Labs is SOC 2 Type II compliant.
141155
</p>
142156
</div>
143157
</div>

src/landing/LandingHeader.jsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ import ThemeToggleButton from './ThemeToggleButton';
1010
import SearchBarWrapper from '../theme/SearchBar';
1111

1212
const resources = [
13-
{
14-
name: 'Team',
15-
description: 'The team behind Windmill.',
16-
href: '/team'
17-
},
18-
1913
{
2014
name: 'Blog',
2115
description: 'Stay up to date with our latest news and articles.',
2216
href: '/blog'
2317
},
18+
{
19+
name: 'Team',
20+
description: 'The team behind Windmill.',
21+
href: '/team'
22+
},
2423
{
2524
name: 'Jobs',
2625
description: 'See our current job openings and apply for a position.',

src/pages/solutions/airtable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Content() {
1818

1919
const data = {
2020
title: `Build internal tools with ${name}`,
21-
subtitle: `Windmill unlocks your creation of internal tools with ${name}. From scripts, build admin panels, BI dashboards, workflows, and more.`,
21+
subtitle: `Create workflows, data pipelines, endpoints or admin panels that interact with ${name}.`,
2222
description: (
2323
<div className="flex flex-col gap-4">
2424
<p>
@@ -43,7 +43,7 @@ export default function Content() {
4343
lightScreenshot: '/integrations/solutions_light.png',
4444
documentationLink: 'https://docs.windmillui.com/',
4545

46-
integrations_sub_title: `Write any script, flow or app targeting ${name} API, or pick them from WindmillHub community library.`,
46+
integrations_sub_title: `Write any script, flow or app targeting ${name} API, or pick them from WindmillHub community library. Windmill supports scripts in TypeScript, Python, Go, Bash and SQL.`,
4747
hubIntegrations: [
4848
{
4949
title: 'Create Single Record',

src/pages/solutions/hubspot.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Hubspot() {
1818

1919
const data = {
2020
title: `Build internal tools with ${name}`,
21-
subtitle: `Windmill unlocks your creation of internal tools with ${name}. From scripts, build admin panels, BI dashboards, workflows, and more.`,
21+
subtitle: `Create workflows, data pipelines, endpoints or admin panels that interact with ${name}.`,
2222
description: (
2323
<div className="flex flex-col gap-4">
2424
<p>
@@ -42,7 +42,7 @@ export default function Hubspot() {
4242
darkScreenshot: '/integrations/solutions_dark.png',
4343
lightScreenshot: '/integrations/solutions_light.png',
4444
documentationLink: 'https://docs.windmillui.com/',
45-
integrations_sub_title: `Write any script, flow or app targeting ${name} API, or pick them from WindmillHub community library.`,
45+
integrations_sub_title: `Write any script, flow or app targeting ${name} API, or pick them from WindmillHub community library. Windmill supports scripts in TypeScript, Python, Go, Bash and SQL.`,
4646
hubIntegrations: [
4747
{
4848
title: 'Create Contact',

src/pages/solutions/supabase.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ export default function Content() {
1717
const website = 'https://supabase.com/';
1818
const windmill_color = '#4E80EE';
1919

20+
2021
const data = {
2122
title: `Build internal tools with ${name}`,
22-
subtitle: `Windmill unlocks your creation of internal tools with ${name}. From scripts, build admin panels, BI dashboards, workflows, and more.`,
23+
subtitle: `Create workflows, data pipelines, endpoints or admin panels that interact with ${name}.`,
2324
description: (
2425
<div className="flex flex-col gap-4">
2526
<p>
@@ -46,7 +47,7 @@ export default function Content() {
4647
lightScreenshot: '/integrations/solutions_light.png',
4748
documentationLink: 'https://docs.windmillui.com/',
4849

49-
integrations_sub_title: `Write any script, flow or app targeting ${name} API, or pick them from WindmillHub community library.`,
50+
integrations_sub_title: `Write any script, flow or app targeting ${name} API, or pick them from WindmillHub community library. Windmill supports scripts in TypeScript, Python, Go, Bash and SQL.`,
5051
hubIntegrations: [
5152
{
5253
title: 'Fetch data',

0 commit comments

Comments
 (0)