Skip to content

Commit 4e5472c

Browse files
committed
about
1 parent 6c1fe4d commit 4e5472c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_includes/about.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<div class="col-lg-8 col-lg-offset-2">
55
<h2>About</h2>
66
<hr />
7-
<pre align="left">
7+
<pre align="left" style="color:white; background-color: #202121; border: none; padding: 10px;">
88
Qlibs++ - Modern C++ libraries
99

10-
Mission (all libraries)
10+
Mission
1111

1212
Quality
1313
- Compile-time self testing upon include (can be disabled with -DNTEST)
@@ -30,7 +30,10 @@ <h2>About</h2>
3030
- Single header (including documentation and tests)
3131
- Minimal dependencies (either none or STL)
3232
- Minimal API
33-
</pre>
33+
34+
---
35+
36+
License (Boost Software License - Version 1.0) - https://www.boost.org/LICENSE_1_0.txt</pre>
3437
</div>
3538
</div>
3639
</section>

0 commit comments

Comments
 (0)