8000 Update index.html · ChaiScript/chaiscript.github.io@e25f3fd · GitHub
[go: up one dir, main page]

Skip to content

Commit e25f3fd

Browse files
committed
Update index.html
1 parent 7298aab commit e25f3fd

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@ <h3><i class="fa fa-magic"></i> Straightforward</h3>
4545
<h3><i class="fa fa-file-text"></i> Header Only</h3>
4646
There are no external tools requied, no preprocessor, no libraries, just your C++11 compliant compiler.
4747
</div>
48-
48+
4949
<div class="col-md-4">
50-
<h3><i class="fa fa-microphone"></i> Free</h3>
51-
<a href="https://github.com/ChaiScript/ChaiScript/blob/master/license.txt"><img src="https://img.shields.io/github/license/ChaiScript/ChaiScript.svg"/></a>
52-
<br/>
53-
ChaiScript is licensed with the <a href="https://github.com/ChaiScript/ChaiScript/blob/master/license.txt">BSD</a> license and is free to use in your free or commercial projects.
50+
<h3><i class="fa fa-linux"></i> <i class="fa fa-windows"></i> <i class="fa fa-apple"></i> Portable</h3>
51+
ChaiScript is fully tested for 32bit and 64bit on Windows (MSVC2013), clang++ and g++.
5452
</div>
53+
5554
</div>
5655

5756
<div class="row">
@@ -69,11 +68,14 @@ <h3><i class="fa fa-tachometer"></i> Stable</h3>
6968
<h3><i class="fa fa-check"></i> Thread Safe</h3>
7069
By default ChaiScript is thread safe. Thread safety can be disabled for enhanced performance.
7170
</div>
72-
71+
7372
<div class="col-md-4">
74-
<h3><i class="fa fa-linux"></i> <i class="fa fa-windows"></i> <i class="fa fa-apple"></i> Portable</h3>
75-
ChaiScript is fully tested for 32bit and 64bit on Windows (MSVC2013), clang++ and g++.
73+
<h3><i class="fa fa-microphone"></i> Free</h3>
74+
<a href="https://github.com/ChaiScript/ChaiScript/blob/master/license.txt"><img src="https://img.shields.io/github/license/ChaiScript/ChaiScript.svg"/></a>
75+
<br/>
76+
ChaiScript is licensed with the <a href="https://github.com/ChaiScript/ChaiScript/blob/master/license.txt">BSD</a> license and is free to use in your free or commercial projects.
7677
</div>
78+
7779
</div>
7880
</div>
7981

0 commit comments

Comments
 (0)
0