Merge pull request #411 from tiwariav/task/3509/transparent_navbar
task #3509 navbar made transparent in /login /signup /reset-password
This commit is contained in:
		
				commit
				
					
						322270dd81
					
				
			
		
					 6 changed files with 84 additions and 52 deletions
				
			
		| 
						 | 
					@ -39,6 +39,30 @@ h6 {
 | 
				
			||||||
    font-size: 14px;
 | 
					    font-size: 14px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.navbar-transparent {
 | 
				
			||||||
 | 
					    background: transparent;
 | 
				
			||||||
 | 
					    border: none;
 | 
				
			||||||
 | 
					    padding: 20px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.navbar-transparent .navbar-nav>li>a {
 | 
				
			||||||
 | 
					    color: #fff;
 | 
				
			||||||
 | 
					    cursor: pointer;
 | 
				
			||||||
 | 
					    font-family: 'Lato-Regular', sans-serif;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.navbar-transparent .navbar-nav>li>a:hover {
 | 
				
			||||||
 | 
					    color: #fff;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.navbar-transparent .navbar-nav>li>a:focus, .navbar-transparent .navbar-nav>li>a:hover {
 | 
				
			||||||
 | 
					    color: #fff;
 | 
				
			||||||
 | 
					    background-color: transparent;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.navbar-transparent #logoWhite{
 | 
				
			||||||
 | 
					    display: block;
 | 
				
			||||||
 | 
					    width: 220px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.lead {
 | 
					.lead {
 | 
				
			||||||
    font-size: 18px;
 | 
					    font-size: 18px;
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
| 
						 | 
					@ -634,11 +658,11 @@ a.unlink:hover {
 | 
				
			||||||
    .card-cvc-element {
 | 
					    .card-cvc-element {
 | 
				
			||||||
    padding-left: 10px;
 | 
					    padding-left: 10px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					
 | 
				
			||||||
    .hide-mobile{
 | 
					    .hide-mobile{
 | 
				
			||||||
    display:none;
 | 
					    display:none;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					
 | 
				
			||||||
    #billing-form .form-control {
 | 
					    #billing-form .form-control {
 | 
				
			||||||
    box-shadow: none !important;
 | 
					    box-shadow: none !important;
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,24 +48,26 @@
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Navigation -->
 | 
					    {% block navbar %}
 | 
				
			||||||
    
 | 
					
 | 
				
			||||||
    <nav class="navbar navbar-default  navbar-fixed-top topnav" role="navigation">
 | 
					        <!-- Navigation -->
 | 
				
			||||||
        <div class="container topnav">
 | 
					
 | 
				
			||||||
            <!-- Brand and toggle get grouped for better mobile display -->
 | 
					        <nav class="navbar navbar-default  navbar-fixed-top topnav" role="navigation">
 | 
				
			||||||
            <div class="navbar-header">
 | 
					            <div class="container topnav">
 | 
				
			||||||
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
 | 
					                <!-- Brand and toggle get grouped for better mobile display -->
 | 
				
			||||||
                    <span class="sr-only">Toggle navigation</span>
 | 
					                <div class="navbar-header">
 | 
				
			||||||
                    <span class="icon-bar"></span>
 | 
					                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
 | 
				
			||||||
                    <span class="icon-bar"></span>
 | 
					                        <span class="sr-only">Toggle navigation</span>
 | 
				
			||||||
                    <span class="icon-bar"></span>
 | 
					                        <span class="icon-bar"></span>
 | 
				
			||||||
                </button>
 | 
					                        <span class="icon-bar"></span>
 | 
				
			||||||
                <a class="navbar-brand topnav" href="{% if site_url %}{{site_url}}{% else %}{{ request.session.hosting_url}}{% endif %}"><img src="{% static 'datacenterlight/img/logo_black.svg' %}"></a>
 | 
					                        <span class="icon-bar"></span>
 | 
				
			||||||
            </div>
 | 
					                    </button>
 | 
				
			||||||
            {% if request.user.is_authenticated %}
 | 
					                    <a class="navbar-brand topnav" href="{% if site_url %}{{site_url}}{% else %}{{ request.session.hosting_url}}{% endif %}"><img src="{% static 'datacenterlight/img/logo_black.svg' %}"></a>
 | 
				
			||||||
            <!-- Collect the nav links, forms, and other content for toggling -->
 | 
					                </div>
 | 
				
			||||||
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 | 
					                {% if request.user.is_authenticated %}
 | 
				
			||||||
                <ul class="nav navbar-nav navbar-right">
 | 
					                <!-- Collect the nav links, forms, and other content for toggling -->
 | 
				
			||||||
 | 
					                <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 | 
				
			||||||
 | 
					                    <ul class="nav navbar-nav navbar-right">
 | 
				
			||||||
                        <li>
 | 
					                        <li>
 | 
				
			||||||
                            <a href="{% url 'hosting:virtual_machines' %}">
 | 
					                            <a href="{% url 'hosting:virtual_machines' %}">
 | 
				
			||||||
                                <i class="fa fa-server" aria-hidden="true"></i> {% trans "My Virtual Machines"%}
 | 
					                                <i class="fa fa-server" aria-hidden="true"></i> {% trans "My Virtual Machines"%}
 | 
				
			||||||
| 
						 | 
					@ -93,33 +95,14 @@
 | 
				
			||||||
                            <li><a href="{% url 'hosting:logout' %}"><i class="glyphicon glyphicon-lock"></i>{% trans "Logout"%} </a></li>
 | 
					                            <li><a href="{% url 'hosting:logout' %}"><i class="glyphicon glyphicon-lock"></i>{% trans "Logout"%} </a></li>
 | 
				
			||||||
                          </ul>
 | 
					                          </ul>
 | 
				
			||||||
                        </li>
 | 
					                        </li>
 | 
				
			||||||
                        <!-- 
 | 
					                    </ul>
 | 
				
			||||||
                        <li>
 | 
					                </div>
 | 
				
			||||||
                            <a href="{{ request.session.hosting_url}}#how">{% trans "How it works"%}</a>
 | 
					                {% endif %}
 | 
				
			||||||
                        </li>
 | 
					                <!-- /.navbar-collapse -->
 | 
				
			||||||
                        <li>
 | 
					 | 
				
			||||||
                            <a href="{{ request.session.hosting_url }}#your">{% trans "Your infrastructure"%}</a>
 | 
					 | 
				
			||||||
                        </li>
 | 
					 | 
				
			||||||
                       <li>
 | 
					 | 
				
			||||||
                            <a href="{{ request.session.hosting_url }}#our">{% trans "Our inftrastructure"%}</a>
 | 
					 | 
				
			||||||
                        </li>
 | 
					 | 
				
			||||||
                        <li>
 | 
					 | 
				
			||||||
                            <a href="{{ request.session.hosting_url }}#price">{% trans "Pricing" %}</a>
 | 
					 | 
				
			||||||
                        </li>
 | 
					 | 
				
			||||||
                        <li>
 | 
					 | 
				
			||||||
                            <a href="{{ request.session.hosting_url }}#contact">{% trans "Contact"%}</a>
 | 
					 | 
				
			||||||
                        </li>  
 | 
					 | 
				
			||||||
                        <li>
 | 
					 | 
				
			||||||
                            <a href="{% url 'hosting:login' %}?next={{request.current_path}}">{% trans "Login"%}</a>
 | 
					 | 
				
			||||||
                        </li>  -->
 | 
					 | 
				
			||||||
                </ul>
 | 
					 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            {% endif %}
 | 
					            <!-- /.container -->
 | 
				
			||||||
            <!-- /.navbar-collapse -->
 | 
					        </nav>
 | 
				
			||||||
        </div>
 | 
					    {% endblock navbar %}
 | 
				
			||||||
        <!-- /.container -->
 | 
					 | 
				
			||||||
    </nav>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div class="content-dashboard">
 | 
					    <div class="content-dashboard">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										11
									
								
								hosting/templates/hosting/includes/_navbar_transparent.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								hosting/templates/hosting/includes/_navbar_transparent.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,11 @@
 | 
				
			||||||
 | 
					{% load static i18n %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<nav class="navbar navbar-default  navbar-fixed-top topnav navbar-transparent" role="navigation">
 | 
				
			||||||
 | 
					    <div class="container topnav">
 | 
				
			||||||
 | 
					        <!-- Brand and toggle get grouped for better mobile display -->
 | 
				
			||||||
 | 
					        <div class="navbar-header">
 | 
				
			||||||
 | 
					            <a id="logoWhite" class="navbar-brand topnav" href="{% if site_url %}{{site_url}}{% else %}{{ request.session.hosting_url}}{% endif %}"><img src="{% static 'datacenterlight/img/logo_white.svg' %}"></a>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					    <!-- /.container -->
 | 
				
			||||||
 | 
					</nav>
 | 
				
			||||||
| 
						 | 
					@ -1,18 +1,23 @@
 | 
				
			||||||
{% extends "hosting/base_short.html" %}
 | 
					{% extends "hosting/base_short.html" %}
 | 
				
			||||||
{% load i18n %}
 | 
					{% load i18n %}
 | 
				
			||||||
{% load staticfiles bootstrap3%}
 | 
					{% load staticfiles bootstrap3%}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% block navbar %}
 | 
				
			||||||
 | 
					    {% include  'hosting/includes/_navbar_transparent.html' %}
 | 
				
			||||||
 | 
					{% endblock navbar %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="auth-container">
 | 
					<div class="auth-container">
 | 
				
			||||||
    <div class="auth-bg"></div>
 | 
					    <div class="auth-bg"></div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div class="auth-center">
 | 
					        <div class="auth-center">
 | 
				
			||||||
            
 | 
					
 | 
				
			||||||
            <div class="auth-title">
 | 
					            <div class="auth-title">
 | 
				
			||||||
                <h2>{% trans "Your VM hosted in Switzerland"%}</h2>
 | 
					                <h2>{% trans "Your VM hosted in Switzerland"%}</h2>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            <div class="auth-content">
 | 
					            <div class="auth-content">
 | 
				
			||||||
                
 | 
					
 | 
				
			||||||
                <div class="intro-message auth-box">
 | 
					                <div class="intro-message auth-box">
 | 
				
			||||||
                    <h2 class="section-heading">{% trans "Login"%}</h2>
 | 
					                    <h2 class="section-heading">{% trans "Login"%}</h2>
 | 
				
			||||||
                    <form action="{% url 'hosting:login' %}" method="post" class="form" novalidated>
 | 
					                    <form action="{% url 'hosting:login' %}" method="post" class="form" novalidated>
 | 
				
			||||||
| 
						 | 
					@ -26,8 +31,8 @@
 | 
				
			||||||
                                {% trans "Login"%}
 | 
					                                {% trans "Login"%}
 | 
				
			||||||
                            </button>
 | 
					                            </button>
 | 
				
			||||||
                        {% endbuttons %}
 | 
					                        {% endbuttons %}
 | 
				
			||||||
						
 | 
					
 | 
				
			||||||
						<input type='hidden' name='next' value='{{request.GET.next}}'/> 
 | 
											<input type='hidden' name='next' value='{{request.GET.next}}'/>
 | 
				
			||||||
                    </form>
 | 
					                    </form>
 | 
				
			||||||
                    <div class="auth-footer">
 | 
					                    <div class="auth-footer">
 | 
				
			||||||
                        <div class="text">
 | 
					                        <div class="text">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,11 @@
 | 
				
			||||||
{% load staticfiles bootstrap3%}
 | 
					{% load staticfiles bootstrap3%}
 | 
				
			||||||
{% load i18n %}
 | 
					{% load i18n %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% block navbar %}
 | 
				
			||||||
 | 
					    {% include  'hosting/includes/_navbar_transparent.html' %}
 | 
				
			||||||
 | 
					{% endblock navbar %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
<div class="auth-container">
 | 
					<div class="auth-container">
 | 
				
			||||||
   <div class="auth-bg"></div>
 | 
					   <div class="auth-bg"></div>
 | 
				
			||||||
| 
						 | 
					@ -10,7 +15,7 @@
 | 
				
			||||||
                <h2>{% trans "Your VM hosted in Switzerland"%}</h2>
 | 
					                <h2>{% trans "Your VM hosted in Switzerland"%}</h2>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            <div class="auth-content">
 | 
					            <div class="auth-content">
 | 
				
			||||||
                
 | 
					
 | 
				
			||||||
                <div class="intro-message auth-box sign-up">
 | 
					                <div class="intro-message auth-box sign-up">
 | 
				
			||||||
                    <h2  class="section-heading">{% trans "Reset your password"%}</h2>
 | 
					                    <h2  class="section-heading">{% trans "Reset your password"%}</h2>
 | 
				
			||||||
                    <form action="{% url 'hosting:reset_password' %}" method="post" class="form" novalidate>
 | 
					                    <form action="{% url 'hosting:reset_password' %}" method="post" class="form" novalidate>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,10 @@
 | 
				
			||||||
{% extends "hosting/base_short.html" %}
 | 
					{% extends "hosting/base_short.html" %}
 | 
				
			||||||
{% load staticfiles bootstrap3 i18n %}
 | 
					{% load staticfiles bootstrap3 i18n %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% block navbar %}
 | 
				
			||||||
 | 
					    {% include  'hosting/includes/_navbar_transparent.html' %}
 | 
				
			||||||
 | 
					{% endblock navbar %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
<div class="auth-container auth-signup">
 | 
					<div class="auth-container auth-signup">
 | 
				
			||||||
   <div class="auth-bg"></div>
 | 
					   <div class="auth-bg"></div>
 | 
				
			||||||
| 
						 | 
					@ -32,7 +36,7 @@
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
             </div>
 | 
					             </div>
 | 
				
			||||||
            
 | 
					
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue