Skip to content

Commit fed93f3

Browse files
committed
update
1 parent 11441fb commit fed93f3

File tree

4 files changed

+25
-33
lines changed

4 files changed

+25
-33
lines changed

README.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ <h2 id="project_tagline">C++ uncluttered</h2>
2828
<div id="main_content_wrap" class="outer">
2929
<section id="main_content" class="inner">
3030

31-
<a href="index.html">Start</a>
32-
<a href="userguide.html">Docs</a>
33-
<a href="community.html">Community</a>
34-
<a href="download.html">Download</a>
35-
36-
37-
38-
31+
<a href="index.html">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;
32+
<a href="userguide.html">Docs</a>&nbsp;&nbsp;&nbsp;&nbsp;
33+
<a href="community.html">Community</a>&nbsp;&nbsp;&nbsp;&nbsp;
34+
<a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;&nbsp;
35+
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;&nbsp;
36+
<a href="why.html">Why?</a>&nbsp;&nbsp;&nbsp;&nbsp;
3937
<h1>suncore.github.io</h1>
4038

4139
<p>Web page for cero-lang.org</p>

header.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ <h2 id="project_tagline">C++ uncluttered</h2>
2828
<div id="main_content_wrap" class="outer">
2929
<section id="main_content" class="inner">
3030

31-
<a href="index.html">Start</a>
32-
<a href="userguide.html">Docs</a>
33-
<a href="community.html">Community</a>
34-
<a href="download.html">Download</a>
35-
36-
37-
38-
31+
<a href="index.html">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;
32+
<a href="userguide.html">Docs</a>&nbsp;&nbsp;&nbsp;&nbsp;
33+
<a href="community.html">Community</a>&nbsp;&nbsp;&nbsp;&nbsp;
34+
<a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;&nbsp;
35+
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;&nbsp;
36+
<a href="why.html">Why?</a>&nbsp;&nbsp;&nbsp;&nbsp;

index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ <h2 id="project_tagline">C++ uncluttered</h2>
2828
<div id="main_content_wrap" class="outer">
2929
<section id="main_content" class="inner">
3030

31-
<a href="index.html">Start</a>
32-
<a href="userguide.html">Docs</a>
33-
<a href="community.html">Community</a>
34-
<a href="download.html">Download</a>
35-
36-
37-
38-
31+
<a href="index.html">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;
32+
<a href="userguide.html">Docs</a>&nbsp;&nbsp;&nbsp;&nbsp;
33+
<a href="community.html">Community</a>&nbsp;&nbsp;&nbsp;&nbsp;
34+
<a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;&nbsp;
35+
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;&nbsp;
36+
<a href="why.html">Why?</a>&nbsp;&nbsp;&nbsp;&nbsp;
3937
<h2>The Cero Programming Language</h2>
4038

4139
<p>Cero is a slightly modified version of C++. By making a few small changes to the base language removing unneeded clutter, the code becomes a lot easier to read and maintain. Some additional features have been added, in an effort to modernize the language, like e.g. a built-in build system that derives build order and dependencies from the code itself. Most of the changes and additions are optional to allow easy transition from C++. A converter from C++ to Cero code is included.</p>
@@ -92,7 +90,7 @@ <h3>Example</h3>
9290

9391
<h3>Licensing</h3>
9492

95-
<p>The cero compiler is licensed under the BSD license, like e.g. clang. This allows embedding of the cero implementation in any development toolchain.</p>
93+
<p>The cero compiler is licensed under the BSD license. This allows embedding of the cero implementation into any development toolchain.</p>
9694
</section>
9795
</div>
9896

userguide.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ <h2 id="project_tagline">C++ uncluttered</h2>
2828
<div id="main_content_wrap" class="outer">
2929
<section id="main_content" class="inner">
3030

31-
<a href="index.html">Start</a>
32-
<a href="userguide.html">Docs</a>
33-
<a href="community.html">Community</a>
34-
<a href="download.html">Download</a>
35-
36-
37-
38-
31+
<a href="index.html">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;
32+
<a href="userguide.html">Docs</a>&nbsp;&nbsp;&nbsp;&nbsp;
33+
<a href="community.html">Community</a>&nbsp;&nbsp;&nbsp;&nbsp;
34+
<a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;&nbsp;
35+
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;&nbsp;
36+
<a href="why.html">Why?</a>&nbsp;&nbsp;&nbsp;&nbsp;
3937
<h2>Cero User Guide</h2>
4038

4139
<h3>Indentation</h3>

0 commit comments

Comments
 (0)