Update RefStack website with RefStack mascot

Change-Id: I024caa27faace36e93c0f4d79ab022fcd0e08409
This commit is contained in:
Catherine Diep 2017-02-14 09:29:15 -08:00
parent 784926d3a1
commit 5d86277837
5 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
refstack-ui/app/favicon-16x16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

BIN
refstack-ui/app/favicon-32x32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -21,7 +21,8 @@
<meta name="viewport" content="width=device-width">
<title>Refstack</title>
<link rel="shorcut icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="stylesheet" href="assets/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/lib/angular-busy/dist/angular-busy.min.css">

View File

@ -1,4 +1,4 @@
<div class="heading"><a ui-sref="home"><img src="assets/img/refstack-logo.png" alt="RefStack"></a>
<div class="heading"><a ui-sref="home"><img src="assets/img/OpenStack_Project_Refstack_mascot_90x90.png" alt="RefStack"></a>
RefStack
</div>
<nav class="navbar navbar-default" role="navigation" ng-controller="HeaderController as header">