Skip to content

Commit 2da42a9

Browse files
committed
Link Why CoCalc from a landing page and clean up on premises wording
1 parent b4bf080 commit 2da42a9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/packages/next/components/landing/cocalc-com-features.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,16 @@ export function CoCalcComFeatures() {
7070
, <A href={"/features/latex-editor"}>LaTeX files</A>,{" "}
7171
<A href="/features/sage">SageMath Worksheets</A>,{" "}
7272
<A href={"/features/whiteboard"}>Computational Whiteboards</A>, and
73-
much more.
73+
much more. We have an{" "}
74+
<A href={"https://doc.cocalc.com/why.html#open-world-approach"}>
75+
open world approach
76+
</A>{" "}
77+
giving users as much flexibility in choosing software and hardware as
78+
possible.
7479
</Paragraph>
7580

7681
<Paragraph>
77-
Everyone's code runs in the same per-project environment, which
82+
You and your collaborators use the same per-project environment, which
7883
provides consistent results, synchronized file changes, and automatic
7984
revision history so that you can go back in time when you need to
8085
discover what changed and when. {renderShareServer()}
@@ -439,10 +444,7 @@ export function CoCalcComFeatures() {
439444
>
440445
<Paragraph style={{ color: txtCol }}>
441446
It is very easy to run {siteName} on your own computer or
442-
cluster.
443-
</Paragraph>
444-
<Paragraph style={{ color: txtCol }}>
445-
There are three options available:
447+
cluster. The available options are:
446448
<ol>
447449
<li>
448450
Make your computer available in a {siteName} project via an{" "}

0 commit comments

Comments
 (0)