Skip to content

Commit a455e40

Browse files
Merge pull request #147 from pelican-dev/charles/update-images
Update homepage images
2 parents a02551a + fb4f2b6 commit a455e40

File tree

21 files changed

+9
-30
lines changed

21 files changed

+9
-30
lines changed

babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const config: Config = {
2929
},
3030
blog: {
3131
showReadingTime: true,
32+
onUntruncatedBlogPosts: 'ignore',
3233
},
3334
theme: {
3435
customCss: [

src/components/HomepageFeatures/look.tsx

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,17 @@ type FeatureItem = {
1414

1515
const FeatureList: FeatureItem[] = [
1616
{
17-
title: 'Homepage',
18-
light: 'img/homepage/ss/1l.png',
19-
dark: 'img/homepage/ss/1d.png' },
17+
title: 'Client Area',
18+
light: 'img/homepage/ss/serverconsolel.gif',
19+
dark: 'img/homepage/ss/serverconsoled.gif' },
2020
{
21-
title: 'User List',
22-
light: 'img/homepage/ss/2l.png',
23-
dark: 'img/homepage/ss/2d.png' },
24-
{
25-
title: 'Create Node',
26-
light: 'img/homepage/ss/3l.png',
27-
dark: 'img/homepage/ss/3d.png' },
28-
{
29-
title: 'Node List',
30-
light: 'img/homepage/ss/4l.png',
31-
dark: 'img/homepage/ss/4d.png' },
21+
title: 'Panel Settings',
22+
light: 'img/homepage/ss/panelsettingsl.gif',
23+
dark: 'img/homepage/ss/panelsettingsd.gif' },
3224
{
3325
title: 'Create Server',
34-
light: 'img/homepage/ss/5l.png',
35-
dark: 'img/homepage/ss/5d.png' },
36-
{
37-
title: 'Create API Key',
38-
light: 'img/homepage/ss/6l.png',
39-
dark: 'img/homepage/ss/6d.png' },
26+
light: 'img/homepage/ss/createserverl.gif',
27+
dark: 'img/homepage/ss/createserverd.gif' },
4028
];
4129

4230
function Feature({title, light, dark}: FeatureItem) {
@@ -69,13 +57,6 @@ export default function HomepageLook(): JSX.Element {
6957
<Feature key={idx} {...props} />
7058
))}
7159
</div>
72-
<span style={{textAlign: 'center', fontStyle: 'italic', fontWeight: 'normal'}}>
73-
<h5 style={{fontWeight: 'normal'}}>
74-
These are the current prerelease screenshots.
75-
<br /><br />
76-
</h5>
77-
</span>
78-
7960
</div>
8061
</section>
8162
);

static/img/homepage/ss/1d.png

-59 KB
Binary file not shown.

static/img/homepage/ss/1l.png

-66.4 KB
Binary file not shown.

static/img/homepage/ss/2d.png

-77.5 KB
Binary file not shown.

static/img/homepage/ss/2l.png

-96.8 KB
Binary file not shown.

static/img/homepage/ss/3d.png

-78.1 KB
Binary file not shown.

static/img/homepage/ss/3l.png

-86.5 KB
Binary file not shown.

static/img/homepage/ss/4d.png

-58.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)