mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-05 12:09:01 +08:00
Update documentation hero images
This commit is contained in:
parent
c50fb944ac
commit
4a8b5757a7
@ -5,14 +5,14 @@ import Translate, {translate as t} from '@docusaurus/Translate';
|
||||
|
||||
type FeatureItem = {
|
||||
title: string;
|
||||
Svg: React.ComponentType<React.ComponentProps<'svg'>>;
|
||||
image: string;
|
||||
description: JSX.Element;
|
||||
};
|
||||
|
||||
const FeatureList: FeatureItem[] = [
|
||||
{
|
||||
title: t({message: 'Drag and Drop assembly'}),
|
||||
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
|
||||
image: require('@site/static/img/irasutoya/prefab-drag.png').default,
|
||||
description: (
|
||||
<Translate>
|
||||
Modular avatar merges components at build time. Never again will you forget to click 'install' or 'uninstall'
|
||||
@ -22,7 +22,7 @@ const FeatureList: FeatureItem[] = [
|
||||
},
|
||||
{
|
||||
title: t({message:'Organize your animators'}),
|
||||
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
|
||||
image: require('@site/static/img/irasutoya/tana_seiriseiton_yes.png').default,
|
||||
description: (
|
||||
<Translate>
|
||||
Split your avatar's FX animator into multiple sub-animators, and merge at runtime. Keep the animation edit
|
||||
@ -32,7 +32,7 @@ const FeatureList: FeatureItem[] = [
|
||||
},
|
||||
{
|
||||
title: t({message: 'Perfect for prefabs'}),
|
||||
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
|
||||
image: require('@site/static/img/irasutoya/pack-prefab.png').default,
|
||||
description: (
|
||||
<Translate>
|
||||
Embed modular avatar components in your prefabs to make installation a breeze!
|
||||
@ -41,11 +41,13 @@ const FeatureList: FeatureItem[] = [
|
||||
},
|
||||
];
|
||||
|
||||
function Feature({title, Svg, description}: FeatureItem) {
|
||||
function Feature({title, image, description}: FeatureItem) {
|
||||
return (
|
||||
<div className={clsx('col col--4')}>
|
||||
<div className="text--center">
|
||||
<Svg className={styles.featureSvg} role="img" />
|
||||
<div className={styles.featureImage}>
|
||||
<img src={image} role="img" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="text--center padding-horiz--md">
|
||||
<h3>{title}</h3>
|
||||
|
@ -5,7 +5,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.featureSvg {
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
div.featureImage {
|
||||
height: 200px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div.featureImage img {
|
||||
}
|
@ -27,4 +27,4 @@
|
||||
--ifm-color-primary-lighter: #32d8b4;
|
||||
--ifm-color-primary-lightest: #4fddbf;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
}
|
2
docs/static/img/irasutoya/README.md
vendored
Normal file
2
docs/static/img/irasutoya/README.md
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
The files in this folder are either copyrighted by, or a derivative of works copyrighted by,
|
||||
いらすとや (irasutoya.com).
|
BIN
docs/static/img/irasutoya/fashion_fuku_seiri_woman.png
vendored
Normal file
BIN
docs/static/img/irasutoya/fashion_fuku_seiri_woman.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 417 KiB |
BIN
docs/static/img/irasutoya/fuku_tatamu.png
vendored
Normal file
BIN
docs/static/img/irasutoya/fuku_tatamu.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
6295
docs/static/img/irasutoya/pack-prefab.ai
vendored
Normal file
6295
docs/static/img/irasutoya/pack-prefab.ai
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
docs/static/img/irasutoya/pack-prefab.png
vendored
Normal file
BIN
docs/static/img/irasutoya/pack-prefab.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 KiB |
6525
docs/static/img/irasutoya/prefab-drag.ai
vendored
Normal file
6525
docs/static/img/irasutoya/prefab-drag.ai
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
docs/static/img/irasutoya/prefab-drag.png
vendored
Normal file
BIN
docs/static/img/irasutoya/prefab-drag.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
BIN
docs/static/img/irasutoya/seifuku_aifuku_woman2_shirt.png
vendored
Normal file
BIN
docs/static/img/irasutoya/seifuku_aifuku_woman2_shirt.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 KiB |
BIN
docs/static/img/irasutoya/tana_seiriseiton_yes.png
vendored
Normal file
BIN
docs/static/img/irasutoya/tana_seiriseiton_yes.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 564 KiB |
Loading…
x
Reference in New Issue
Block a user