diff options
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/index.html b/site/index.html index cd81e90..ab1384a 100644 --- a/site/index.html +++ b/site/index.html @@ -1,5 +1,5 @@ --- -layout: iotbzh +layout: agl permalink: / priority: 1.0 change_frequency: monthly @@ -10,10 +10,10 @@ change_frequency: monthly <div class="container vertical-center-parent"> <div id="hero_section" class="row vertical-center-child"> <div class="col-xs-12 col-sm-5 agl-bot"> - <img src="{{ site.baseurl }}{{ site.logo.stamp }}" /> + <img src="{{ site.baseurl }}{{ site.logo.full }}" style="width:100%" /> </div> <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 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>Multiple platforms on <em>a common code base</em></p> |