[style] better demo start page
This commit is contained in:
parent
51d45d8bce
commit
d40e661ebd
@ -48,7 +48,7 @@ website_generators = ["Item Group", "Item", "Sales Partner", "Job Opening", "Stu
|
|||||||
|
|
||||||
website_context = {
|
website_context = {
|
||||||
"favicon": "/assets/erpnext/images/favicon.png",
|
"favicon": "/assets/erpnext/images/favicon.png",
|
||||||
"splash_image": "/assets/erpnext/images/splash.png"
|
"splash_image": "/assets/erpnext/images/erp-icon.svg"
|
||||||
}
|
}
|
||||||
|
|
||||||
website_route_rules = [
|
website_route_rules = [
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
color: #8D99A6;
|
color: #8D99A6;
|
||||||
}
|
}
|
||||||
.transaction-list-item .items-preview,
|
|
||||||
.transaction-list-item .transaction-time {
|
.transaction-list-item .transaction-time {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
@ -93,14 +93,10 @@
|
|||||||
color: @text-muted;
|
color: @text-muted;
|
||||||
}
|
}
|
||||||
|
|
||||||
.transaction-time {
|
|
||||||
// margin-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.items-preview,
|
|
||||||
.transaction-time {
|
.transaction-time {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// order.html
|
// order.html
|
||||||
|
@ -48,23 +48,23 @@ $(document).ready(function() {
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
|
<div class='page-card'>
|
||||||
|
|
||||||
<!-- no-header -->
|
<div class='page-card-head'>
|
||||||
<div class="page-hero text-center">
|
<span class='indicator blue'>
|
||||||
<img src="/assets/erpnext/images/erp-icon.svg" style="max-width: 100px; max-height: 100px;">
|
{{ _("ERPNext Demo") }}</span>
|
||||||
<h1>ERPNext Demo</h1>
|
</div>
|
||||||
<p style="margin-top: 60px;">
|
<!-- <img src="/assets/erpnext/images/erp-icon.svg" style="max-width: 40px; max-height: 40px;"> -->
|
||||||
<input id="lead-email" type="email"
|
<p>Some functionality is disabled for the demo and the data will be cleared regulary.</p>
|
||||||
class="form-control" placeholder="Your Email Address (optional)"
|
<div><button type="submit" id="login_btn" class="btn btn-primary btn-sm">Launch Demo</button></div>
|
||||||
style="width: 75%; max-width: 400px; margin: auto;">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<button type="submit" id="login_btn" class="btn btn-default">Launch Demo</button>
|
|
||||||
|
|
||||||
<hr style="margin: 60px 0px;">
|
|
||||||
<p class="text-muted small">Some functionality is disabled for the demo app. The demo data will be cleared regulary.
|
|
||||||
<br class="hidden-xs">
|
|
||||||
To start your free ERPNext account, <a href="https://erpnext.com/signup?plan=Free-Solo">click here</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p class='text-muted text-center small' style='margin-top: -20px;'><a href="https://erpnext.com/signup?plan=Free-Solo">Sign up for a Free ERPNext.com account here</a>
|
||||||
|
</p>
|
||||||
|
<style>
|
||||||
|
html, body {
|
||||||
|
background-color: #f5f7fa;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user