mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +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">
|
<header class="hero-unit" id="banner">
|
||||||
<div class="container">
|
<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>
|
<logo></logo>
|
||||||
<p class="lead"><a style="color:#d9534f;" href="http://www.ansible.com" target="_blank">Ansible</a> Playbook generator and orchestrator</p>
|
<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">
|
<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-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>
|
<i class="fa fa-twitter" aria-hidden="true"></i> <a href="https://twitter.com/mmumshad"> @mmumshad </a>
|
||||||
<br>
|
<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>
|
</div>
|
||||||
<div layout="row" layout-align="center" style="text-align: center;margin-top:30px;" class="layout-align-center-stretch layout-row">
|
<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';
|
import angular from 'angular';
|
||||||
|
|
||||||
export class NavbarComponent {
|
export class NavbarComponent {
|
||||||
menu = [{
|
menu = [/*{
|
||||||
'title': 'Home',
|
'title': 'Home',
|
||||||
'state': 'main'
|
'state': 'main'
|
||||||
},{
|
}*/,{
|
||||||
'title': 'Projects',
|
'title': 'Projects',
|
||||||
'state': 'project'
|
'state': 'project'
|
||||||
},{
|
},{
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<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 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-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()"><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>
|
<li ng-show="$ctrl.isLoggedIn()" ui-sref-active="active"><a ui-sref="settings"><span class="glyphicon glyphicon-cog"></span></a></li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue