mirror of https://github.com/istio/istio.io.git
11 lines
444 B
HTML
11 lines
444 B
HTML
<div class="hero">
|
|
<div class="container">
|
|
<img class="logo" src="img/logo.jpg" alt="istio">
|
|
<h1 class="hero-lead">A service mesh for polyglot microservices</h1>
|
|
<a href="{{ site.baseurl }}/docs">
|
|
<button class="btn btn-grpc waves-effect btn-hero">GET STARTED</button>
|
|
</a>
|
|
<button class="btn btn-floating waves-effect down-caret" data-target="landing-content"><div class="icon-caret"></div></button>
|
|
</div>
|
|
</div>
|