Skip to content

Commit 7577959

Browse files
committed
synx
1 parent b6a2dba commit 7577959

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en-us">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Modest is an open source HTML Render based on the pure C programming language by Alexander Borisov</title>
5+
<title>Modest is an open source HTML Render on the pure C programming language by Alexander Borisov</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
88
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<section class="page-header">
16-
<h2 class="project-tagline">Modest is an open source HTML Render based on the pure C programming language</h2>
16+
<h2 class="project-tagline">Modest — development of open source HTML Render on the pure C programming language</h2>
1717
<a href="https://github.com/lexborisov/modest" class="btn">View on GitHub</a>
1818
<a href="https://github.com/lexborisov/modest/zipball/master" class="btn">Download .zip</a>
1919
<a href="https://github.com/lexborisov/modest/tarball/master" class="btn">Download .tar.gz</a>
@@ -22,7 +22,7 @@ <h2 class="project-tagline">Modest is an open source HTML Render based on the pu
2222
<section class="main-content">
2323
<p>Hi, there!</p>
2424

25-
<p>My name is Alexander Borisov, and I am the developer of <a href="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML Render based on the pure C programming language, without external linkages.</p>
25+
<p>My name is Alexander Borisov, and I am the developer of <a href="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML Render on the pure C programming language, without dependencies.</p>
2626

2727
<h3><a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About the Project</h3>
2828

@@ -39,11 +39,11 @@ <h3><a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hid
3939
<h3><a id="embeddable" class="anchor" href="#embeddable" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Embeddable</h3>
4040

4141
<p>
42-
Modest is being developed using the pure C99, without external linkages, and will benefit from the following unique features:</p>
42+
Modest is being developed using the pure C99, without dependencies, and will benefit from the following unique features:</p>
4343

4444
<b>Easy to port to any platform</b>
4545
<p>
46-
Thanks to the C99 programming language, there are no external linkages, and therefore the project can be easily ported to any platform where C is available, and as we all know, C is actually available everywhere.<br>
46+
Thanks to the C99 programming language, there are no outside dependencies, and therefore the project can be easily ported to any platform where C is available, and as we all know, C is actually available everywhere.<br>
4747
Moreover, Modest is being developed in such a way that in case of compilation on a specific platform it can be easily adapted to that platform.</p>
4848

4949

0 commit comments

Comments
 (0)