mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-14 19:31:53 +00:00
Revert logo style and remove 'signup' option from navbar
This commit is contained in:
parent
35b8e4cf0b
commit
e0de043786
4 changed files with 6 additions and 6 deletions
|
@ -1 +1,2 @@
|
|||
<span style="color:#ffa800;font-size:50px; font-family: 'ExpletusSans-Regular'">play<div class="rotated_a">A</div> ble <span style="color: darkgrey; font-size: small"> {{ appVersion }}</span></span>
|
||||
<!--<span style="color:#ffa800;font-size:50px; font-family: 'ExpletusSans-Regular'">play<div class="rotated_a">A</div> ble <span style="color: darkgrey; font-size: small"> {{ appVersion }}</span></span>-->
|
||||
<p style="color:#ffa800;font-size:50px; font-family: 'ExpletusSans-Regular'">play<span class="-rotate-90" style="font-size: 70px;">A</span>ble <span style="color: darkgrey; font-size: small"> {{ appVersion }}</span></p>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<header class="hero-unit" id="banner">
|
||||
<div class="container">
|
||||
<!--<span style="color:#ffa800;font-size:50px; font-family: 'ExpletusSans-Regular'">play<div class="rotated_a">A</div> ble <span style="color: darkgrey; font-size: small"> {{ appVersion }}</span></span>-->
|
||||
<logo></logo>
|
||||
<p class="lead"><a style="color:#d9534f;" href="http://www.ansible.com" target="_blank">Ansible</a> Playbook generator and orchestrator</p>
|
||||
<img src="assets/images/Button-1-play-icon.png" alt="I'm Playable">
|
||||
|
@ -102,7 +101,7 @@
|
|||
<i class="fa fa-send" aria-hidden="true"></i> <a href="mailto:mmumshad@gmail.com"> mmumshad@gmail.com </a>
|
||||
<i class="fa fa-twitter" aria-hidden="true"></i> <a href="https://twitter.com/mmumshad"> @mmumshad </a>
|
||||
<br>
|
||||
I am an Ansible Enthusiast. This is a fun project that I think will help Ansible users. I Look forward to working with you in maintaining and improving this open-source platform.
|
||||
I am an Ansible Enthusiast. This is a fun project that I think will help Ansible users. I Look forward to working with you in maintaining and improving this open-source project.
|
||||
</div>
|
||||
</div>
|
||||
<div layout="row" layout-align="center" style="text-align: center;margin-top:30px;" class="layout-align-center-stretch layout-row">
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
import angular from 'angular';
|
||||
|
||||
export class NavbarComponent {
|
||||
menu = [{
|
||||
menu = [/*{
|
||||
'title': 'Home',
|
||||
'state': 'main'
|
||||
},{
|
||||
}*/,{
|
||||
'title': 'Projects',
|
||||
'state': 'project'
|
||||
},{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="btn-danger" ui-sref-active="active"><a target="_blank" href="https://www.udemy.com/learn-ansible"><i class="fa fa-graduation-cap" aria-hidden="true"></i> Learn Ansible</a></li>
|
||||
<li ng-hide="$ctrl.isLoggedIn()" ui-sref-active="active"><a ui-sref="signup">Sign up</a></li>
|
||||
<!--<li ng-hide="$ctrl.isLoggedIn()" ui-sref-active="active"><a ui-sref="signup">Sign up</a></li>-->
|
||||
<li ng-hide="$ctrl.isLoggedIn()" ui-sref-active="active"><a ui-sref="login">Login</a></li>
|
||||
<li ng-show="$ctrl.isLoggedIn()"><p class="navbar-text">Hello {{ $ctrl.getCurrentUser().name }}</p> </li>
|
||||
<li ng-show="$ctrl.isLoggedIn()" ui-sref-active="active"><a ui-sref="settings"><span class="glyphicon glyphicon-cog"></span></a></li>
|
||||
|
|
Loading…
Reference in a new issue