diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-10-18 13:56:49 +0200 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-11-27 08:52:38 +0100 |
commit | a473a155739065244102cb5b7d84e4d6422b52c3 (patch) | |
tree | 2d92769890a1606d13a8c2b739ac0546e10e6f5a /site/index.html | |
parent | e06926c471ce978098fcaaf361cc86fcc5a09ee6 (diff) |
index.html: add "MASTER NEXT" in first page
add "MASTER NEXT" in the first page
Change-Id: I1e422b6eae133551e29bcefcb5d38b1b68f053da
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'site/index.html')
-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> |