Skip to content

Commit

Permalink
Merge branch 'master' into rbac-ingress-key-cert
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyCYJ authored Dec 5, 2017
2 parents 537d922 + 335a53e commit 3228b41
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
</button>
<a class="navbar-brand" href="{{home}}/">
<div>
<img src="{{home}}/img/istio-logo-and-name-horizontal.svg" alt="Istio Logo and Name" height="54px"/>
<img src="{{home}}/img/istio-logo.svg" alt="Istio Logo" height="54px"/>
<span class="brand-name">Istio</span>
</div>
</a>
</div>
Expand Down
10 changes: 10 additions & 0 deletions _sass/layouts/_landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
padding: 0;
}

.hero-label {
color: white;
margin: 80px 0 0 0;
padding: 0;
font-size: 62px;
}

.hero-lead {
color: $white;
display: block;
Expand All @@ -54,6 +61,9 @@
.hero-logo {
margin: 28px 0 0 0;
}
.hero-lebal {
margin: 30px 0 0 0;
}
.hero-lead {
margin: 32px 0 0 0;
}
Expand Down
4 changes: 3 additions & 1 deletion _sass/modules/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@

.brand-name {
color: $white;
font-weight: 300;
font-weight: 400;
font-size: 1.7em;
vertical-align: bottom;
line-height: 1.3em;
margin-left: 15px;
}

.navbar-brand {
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<div class="nav-hero-container">
<div class="hero">
<div class="container">
<img class="hero-logo" alt="Istio Logo and Label" src="{{home}}/img/istio-logo-and-name-vertical.svg" />
<h1 class="hero-label">Istio</h1>
<img class="hero-logo" alt="Istio Logo" src="{{home}}/img/istio-logo.svg" />
<h1 class="hero-lead">An open platform to connect, manage, and secure microservices</h1>
<span class="hero-down-arrow fa fa-2 fa-caret-down"></span>
</div>
Expand Down

0 comments on commit 3228b41

Please sign in to comment.