You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The gold standard, for beautiful math typesetting.</p>
514
-
<p className="link"><a href="/mathfield/reference/commands/">Read more about the **800+ LaTeX commands** supported by mathfields <Icon name="chevron-right-bold" /></a></p>
555
+
<p>Matfields support <strong>800 LaTeX commands</strong>.</p>
Copy file name to clipboardExpand all lines: src/pages/index.js
+20-24Lines changed: 20 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -28,56 +28,52 @@ import styles from "./index.module.css";
28
28
// );
29
29
// }
30
30
31
-
functionHomepageHeader({ height }){
31
+
functionHomepageHeader(){
32
32
const{ siteConfig }=useDocusaurusContext();
33
33
return(
34
-
<headerclassName={styles.heroBanner}>
35
-
<HeroImage
36
-
path="/img/hero/farsight.jpg"
37
-
imageStyle={{
38
-
filter: "brightness(0.6) grayscale(0.2)",
39
-
}}
40
-
backgroundStyle={{background: "black"}}
41
-
style={{"--container-height": "90vh"}}
42
-
>
34
+
<headerclassName={styles.header}>
35
+
<div>
43
36
<h1className={styles.h1}>CortexJS</h1>
44
37
<pclassName={styles.subtitle}>Scientific Computing for Everyone</p>
45
-
<divclassName={styles.section}>
38
+
<divclassName={styles.pods}>
46
39
<ahref="/mathfield">
47
-
<divclassName={styles.container}>
40
+
<divclassName={styles.pod}>
48
41
<Headingas="h2"className={styles.title}>
49
42
Mathfield
50
43
</Heading>
51
44
<pclassName={styles.description}>
52
-
A web component to edit math, rendered with LaTeX.
45
+
A web component to <strong>edit math</strong>, rendered with <strong>LaTeX</strong>
53
46
</p>
47
+
<div><button>Learn More</button></div>
54
48
</div>
55
49
</a>
56
50
57
-
<ahref="/math-json">
58
-
<divclassName={styles.container}>
51
+
<ahref="/compute-engine/">
52
+
<divclassName={styles.pod}>
59
53
<Headingas="h2"className={styles.title}>
60
-
MathJSON
54
+
Compute Engine
61
55
</Heading>
62
56
<pclassName={styles.description}>
63
-
A JSON schema to represent math expressions.
57
+
A versatile library for <strong>symbolic</strong> and <strong>numerical</strong> computation
64
58
</p>
59
+
<div><button>Learn More</button></div>
65
60
</div>
66
61
</a>
67
62
68
-
<ahref="/compute-engine/">
69
-
<divclassName={styles.container}>
63
+
<ahref="/math-json">
64
+
<divclassName={styles.pod}>
70
65
<Headingas="h2"className={styles.title}>
71
-
Compute Engine
66
+
MathJSON
72
67
</Heading>
73
68
<pclassName={styles.description}>
74
-
A versatile library for symbolic and numerical
75
-
computation.
69
+
A <strong>JSON schema</strong> to represent math expressions in a web-native format
76
70
</p>
71
+
<div><button>Learn More</button></div>
77
72
</div>
78
73
</a>
74
+
79
75
</div>
80
-
</HeroImage>
76
+
</div>
81
77
</header>
82
78
);
83
79
}
@@ -89,7 +85,7 @@ export default function Home() {
89
85
description="CortexJS: Enhancing scientific computing with user-friendly mathfield for easy math input, MathJSON for a web-native math format, and a versatile Compute Engine for symbolic and numerical computation."
0 commit comments