Skip to content

Commit 3e547e2

Browse files
authored
border changes (#356)
1 parent 2c2131b commit 3e547e2

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

src/components/MarketingSponsor.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ export class Sponsor extends React.Component {
6262
backgroundColor: plain ? null : "white",
6363
color: plain ? "white" : "#1b3955",
6464
margin: "0.5em",
65-
borderRadius: "4px",
65+
borderRadius: plain ? null : "12px",
66+
border: plain ? null : "4px solid #1b1b3d",
6667
minHeight: showAvatar ? "8em" : "3em",
6768
fontWeight: "normal",
6869
}}

src/pages/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ height="315"
6060
src="https://www.youtube-nocookie.com/embed/x0FMjL5-kNI"
6161
title="YouTube video player"
6262
frameborder="1"
63-
style="border: 4px solid #1b1b3d; border-radius: 4px"
63+
style="border: 6px solid #1b1b3d; border-radius: 10px"
6464
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
6565
allowfullscreen>
6666
</iframe>

src/pages/sponsor.mdx

+15-14
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,23 @@ import Sponsors, { Sponsor } from "$components/MarketingSponsor";
4242

4343
</MarketingSection>
4444

45-
<MarketingDivide from="white" to="medium" via="light" />
45+
<MarketingDivide from="white" to="dark" via="light" />
4646

47-
<MarketingSection bg="medium">
47+
<MarketingSection bg="dark">
4848

4949
</MarketingSection>
5050

51-
<MarketingSection bg="medium">
51+
<MarketingSection bg="dark">
5252

5353

5454
<Flex>
5555
<Col span="6">
5656

5757
<img
5858
src="/images/grafast-hero.png"
59-
alt="A Grafast superhero reveals the Grafast heart logo on their chest"
59+
alt="A suited man reveals the Grafast heart logo on his chest, in the style of Superman"
6060
class='br2'
61+
style={{borderRadius: "10px", border: "2px solid #1b1b3d",}}
6162
/>
6263

6364
</Col>
@@ -87,9 +88,9 @@ Grafast is currently only available to Graphile sponsors as it is still undergoi
8788

8889
</MarketingSection>
8990

90-
<MarketingDivide from="medium" to="dark" via="light"/>
91+
<MarketingDivide from="dark" to="medium" via="light"/>
9192

92-
<MarketingSection bg="dark">
93+
<MarketingSection bg="medium">
9394

9495
### Who sponsors Graphile?
9596

@@ -242,9 +243,9 @@ YOU!**
242243
<!-- SPONSORS_END -->
243244

244245
</MarketingSection>
245-
<MarketingDivide from="dark" to="medium" via="light" down />
246+
<MarketingDivide from="medium" to="dark" via="light" down />
246247

247-
<MarketingSection bg="medium" left maxWidth>
248+
<MarketingSection bg="dark" left maxWidth>
248249

249250
### Why "crowd-funded open-source project"?
250251

@@ -265,8 +266,8 @@ improving the software, which you and other users then benefit from.
265266
</div>
266267

267268
</MarketingSection>
268-
<MarketingDivide from="medium" to="dark" />
269-
<MarketingSection bg="dark" left maxWidth>
269+
<MarketingDivide from="dark" to="medium" />
270+
<MarketingSection bg="medium" left maxWidth>
270271

271272
### How is sponsorship money spent?
272273

@@ -275,8 +276,8 @@ and releases of the PostGraphile and Graphile suite. A small amount is also used
275276
to send rewards such as stickers and learning materials to our backers.
276277

277278
</MarketingSection>
278-
<MarketingDivide from="dark" to="medium" down />
279-
<MarketingSection bg="medium" left maxWidth>
279+
<MarketingDivide from="medium" to="dark" down />
280+
<MarketingSection bg="dark" left maxWidth>
280281

281282
### Is sponsorship required to use Graphile's OSS?
282283

@@ -290,8 +291,8 @@ savings back, enabling the projects to advance more rapidly, and result in even
290291
greater savings for your organization.
291292

292293
</MarketingSection>
293-
<MarketingDivide from="medium" to="dark" via="light" />
294-
<MarketingSection bg="dark" left maxWidth>
294+
<MarketingDivide from="dark" to="medium" via="light" />
295+
<MarketingSection bg="medium" left maxWidth>
295296

296297
### How can I sponsor?
297298

0 commit comments

Comments
 (0)