Skip to content

Commit 2b48c04

Browse files
Add SVG logo and favico
1 parent 399674c commit 2b48c04

File tree

8 files changed

+9
-3
lines changed

8 files changed

+9
-3
lines changed

_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ul class="visible-links">
1212
<li class="masthead__menu-item masthead__menu-item--lg">
1313
<a href="{{ base_path }}/">
14-
<img class="logo" height="40px" width="40px" src="/images/logos/ui-router.png">
14+
<img class="logo" height="40px" width="40px" src="/images/logos/ui-router.svg">
1515
{{ site.title }}
1616
</a>
1717
</li>

_pages/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: splash
3-
title: "UI-Router"
43
excerpt: 'State based routing for client-side web apps <br />{::nomarkdown}<br /><iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=angular-ui&repo=ui-router&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe><iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=angular-ui&repo=ui-router&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>{:/nomarkdown}'
54
header:
65
overlay_color: "transparent"

assets/_scss/uirouter/_about.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
img {
88
max-height: 100px;
9+
max-width: 100px;
10+
911
margin: 0 1em;
1012
}
1113

assets/_scss/uirouter/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
background: $Acolor1;
44
}
55

6+
a {
7+
outline: none;
8+
}
9+
610
h1, h2, h3, h4, h5, h6 {
711
color: #1A2980;
812
}

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon.ico

3.38 KB
Binary file not shown.

images/logos/ui-router.png

286 KB
Loading

images/logos/ui-router.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)