We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1fe4d commit 4e5472cCopy full SHA for 4e5472c
_includes/about.html
@@ -4,10 +4,10 @@
4
<div class="col-lg-8 col-lg-offset-2">
5
<h2>About</h2>
6
<hr />
7
- <pre align="left">
+ <pre align="left" style="color:white; background-color: #202121; border: none; padding: 10px;">
8
Qlibs++ - Modern C++ libraries
9
10
- Mission (all libraries)
+ Mission
11
12
Quality
13
- Compile-time self testing upon include (can be disabled with -DNTEST)
@@ -30,7 +30,10 @@ <h2>About</h2>
30
- Single header (including documentation and tests)
31
- Minimal dependencies (either none or STL)
32
- Minimal API
33
- </pre>
+
34
+---
35
36
+ License (Boost Software License - Version 1.0) - https://www.boost.org/LICENSE_1_0.txt</pre>
37
</div>
38
39
</section>
0 commit comments