diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-07-03 12:44:31 +0300 |
---|---|---|
committer | jobol <jobol@nonadev.net> | 2017-07-03 11:54:19 +0200 |
commit | d086fb70330506dc8ac3d74718750ab7dbba8d8b (patch) | |
tree | eda336d9f3ec3660c45925d3e8f96dea9946838a | |
parent | d635da5debb823d8b8f8bf2ff20cbd0535991f9b (diff) |
index.html: Qt not QT
The application framework should be written as Qt
(capital Q and lowercase t). It is not written as
QT (capital Q, capital T) because QT refers to
Apple QuickTime and a lot of other things.
Bug-AGL: SPEC-721
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | site/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 770a985..36aad16 100644 --- a/site/index.html +++ b/site/index.html @@ -15,7 +15,7 @@ change_frequency: monthly <div class="col-xs-12 col-sm-7 hero_content"> <!-- <img class="hero_logo hidden-xs" src="{{ site.baseurl }}{{ site.logo.textonly }}"/> --> <!-- <img class="hero_logo visible-xs" src="{{ site.baseurl }}/static/img/logo_full_2.svg" /> --> - <p>Automotive Apps with <em>HTML5</em>, <em>QT</em> <em>OpenGL</em></p> + <p>Automotive Apps with <em>HTML5</em>, <em>Qt</em> <em>OpenGL</em></p> <p>Multiple platforms on <em>a common code base</em></p> <p>Free and <em>open source</em></p> <div class="hero_buttons"> |