mirror of https://github.com/istio/istio.io.git
Add a 'under construction' message to the landing page.
This commit is contained in:
parent
00b7c7c62c
commit
c52b9803b6
16
index.html
16
index.html
|
@ -3,6 +3,22 @@ layout: landing
|
||||||
title: istio.io
|
title: istio.io
|
||||||
---
|
---
|
||||||
<div id="landing-content" class="container landing-content-container">
|
<div id="landing-content" class="container landing-content-container">
|
||||||
|
<div class="row" style="width:50%;text-align:center;margin:auto">
|
||||||
|
<br/>
|
||||||
|
<p style="font-size:large">Welcome,</p>
|
||||||
|
<br/>
|
||||||
|
<p style="font-size:large">
|
||||||
|
We're happy you're here, but we want to point out that
|
||||||
|
we're not quite ready for you just yet. We're still
|
||||||
|
getting this site ready for public consumption. You can
|
||||||
|
look around, but please forgive the mess and missing
|
||||||
|
bits.
|
||||||
|
</p>
|
||||||
|
<br/>
|
||||||
|
<p style="font-size:large">- The Istio Team</p>
|
||||||
|
<br/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row" >
|
<div class="row" >
|
||||||
<div class="col-md-11 nofloat center-block landing-row">
|
<div class="col-md-11 nofloat center-block landing-row">
|
||||||
<h3 class="col-sm-7 landing-row-title">Rich Layer-7 Routing & Traffic Management</h3>
|
<h3 class="col-sm-7 landing-row-title">Rich Layer-7 Routing & Traffic Management</h3>
|
||||||
|
|
Loading…
Reference in New Issue