finishing up first pass on homepage design

This commit is contained in:
Jake Dahn 2011-02-01 03:32:40 -06:00
parent 8794f3161c
commit e9324d1282
2 changed files with 14 additions and 6 deletions

View File

@ -9,7 +9,8 @@
{% block content %}
<div id="page_head">
<h2>Welcome to the OpenStack Dashboard</h2>
<p>Through the OpenStack Dashboard you can manage your cloud through a crisp, clean, and easy to use interface. To get started register or sign in below.</p>
<p>Through the OpenStack Dashboard you can manage your cloud through a crisp, clean, and easy to use interface.
{% if not request.user.is_authenticated%}To get started <a href="{% url registration_register %}">register</a> or sign in below.{% endif %}</p>
</div>
{% if request.user.is_authenticated %}
@ -26,6 +27,16 @@
{% endfor %}
</ul>
</div>
<div class="home_block">
<h3>OpenStack Resources</h3>
<ul>
<li><a href="http://openstack.org" target="_blank">OpenStack.org</a></li>
<li><a href="https://launchpad.net/openstack-dashboard" target="_blank">OpenStack Dashboard Launchpad Repository</a></li>
<li><a href="https://launchpad.net/django-nova" target="_blank">Django-Nova Launchpad Repository</a></li>
</ul>
</div>
{% else %}
<div id="home_login" class="block">
<h3>Sign In</h3>

View File

@ -1,5 +1,3 @@
/* @override http://looce.com:8080/media/dashboard/css/openstack.css */
@import url("reset.css");
/*==================
@ -153,9 +151,8 @@ p .ui-icon {
#content.home #projects {
float: left;
margin: 0 20px 0 0;
width: 445px;
margin: 0 0 10px;
}
#content.home #projects li {
border-bottom: 1px solid #bce3ff;
@ -272,7 +269,7 @@ span.data {
float: left;
margin-left: 25px;
padding: 25px;
background: #f5f5f5;
background: #f1f1f1;
margin-bottom: 25px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;