diff options
-rw-r--r-- | site/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 36aad16..cb4c0a4 100644 --- a/site/index.html +++ b/site/index.html @@ -15,6 +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" /> --> + <h1>MASTER NEXT</h1> <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> @@ -56,7 +57,7 @@ change_frequency: monthly </div> <div class="blue-divider"></div> - + <!-- /container --> <div class="blue-divider"></div> |