diff --git a/railshosting/static/railshosting/img/how3.png b/railshosting/static/railshosting/img/how3.png deleted file mode 100644 index 2f16f8f1..00000000 Binary files a/railshosting/static/railshosting/img/how3.png and /dev/null differ diff --git a/railshosting/templates/railshosting/base.html b/railshosting/templates/railshosting/base.html index 63a33048..fc06d86c 100644 --- a/railshosting/templates/railshosting/base.html +++ b/railshosting/templates/railshosting/base.html @@ -11,7 +11,7 @@ - {% block title %} {%endblock%} as easy as possible + {{ domain }} - {{ hosting }} hosting as easy as possible @@ -133,9 +133,11 @@ {% endblock %} -
- -
+ {% with 'railshosting/img/card-'|add:hosting|add:'.png' as image_static %} +
+ +
+ {% endwith %} @@ -173,7 +175,7 @@

Option 2 : Our infrastructure

-

We take care of everything for you! You don't need your infrastructure. We give you everything you need in {{ hosting_long }}ls hosting. Full root access, 24x7 support.

+

We take care of everything for you! You don't need your infrastructure. We give you everything you need in {{ hosting_long }} hosting. Full root access, 24x7 support.

diff --git a/railshosting/templates/railshosting/django.html b/railshosting/templates/railshosting/django.html index df2cf991..50b1a963 100644 --- a/railshosting/templates/railshosting/django.html +++ b/railshosting/templates/railshosting/django.html @@ -1,10 +1,10 @@ {% extends "railshosting/base.html" %} {% load staticfiles %} -{% block title %}django hosting.ch - django hosting{%endblock%} {%block customcss %} - + + {%endblock%} {%block specification %} diff --git a/railshosting/templates/railshosting/django.html-before-nico b/railshosting/templates/railshosting/django.html-before-nico new file mode 100644 index 00000000..31c757bb --- /dev/null +++ b/railshosting/templates/railshosting/django.html-before-nico @@ -0,0 +1,393 @@ +{% load staticfiles %} + + + + + + + + + + + + + django hosting.ch - django hosting as easy as possible + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ +
+ +

django-hosting.ch

+

django hosting as easy as possible

+
+ +
+
+
+ +
+ + +
+ + + + +
+ +
+ +
+
+
+
+

How it works :

    +
  • +

    Ubuntu 14.04 as the operating system, full root access!

    +
  • +
  • nginx as the frontend Server (optional with SSL Support)

  • +
  • uwsgi to have your application talk to nginx and vice versa +

  • PostgreSQL as the database

    +
+
+
+ +
+
+ +
+ + +
+ +
+
+
+
+
+
+

Option 1 : Your own infrastructure

+

We configure your own infrastructure for django. Keep the comfort and safety of being at your home, while we set things up for you.

+
+
+ +
+
+ +
+ +
+ + + + +
+ +
+ +
+
+
+
+

Option 2 : Our infrastructure

+

We take care of everything for you! You don't need your infrastructure. We give you everything you need in django hosting. Full root access, 24x7 support.

+
+
+ +
+
+ +
+ + +
+ + + +
+ +
+ +
+
+
+
+

Hosting Price Samples

+

Here are samples of our django hosting offers, suited for different projects. Our offer examples come in different size, speed, and storage.

+
+ +
+
+
+ + + +
+ +
+
+ +
+

Economy

+

Suited for smaller applications

+

1 core,

+

1 GiB RAM,

+

10 GiB system image (25 CHF)

+

+ Buy Now! More Info

+
+
+
+ +
+
+ +
+

Standard

+

Suited for standard Ruby on Rails applications

+

1 core,

+

2 GiB RAM,

+

10 GiB system image (30 CHF)

+

+ Buy Now! More Info +

+
+
+
+ +
+
+ +
+

Deluxe

+

Suited for performance critical project

+

2 cores,

+

4 GiB Ram,

+

10 GiB system image (50 CHF)

+

+ Buy Now! More Info

+
+
+
+ +
+
+ +
+

Presidential Premium

+

Suited for performance critical &

+

high storage demand projects

+

4 Cores, 8 GiB RAM, 10 GiB System image,

+

100 GiB Data image (190 CHF)

+

+ Buy Now! More Info +

+
+
+
+ +
+ +
+ +
+ + +
+ + +
+
+ +
+
+ +
+

Let me try!

+

 

+

 

+ {% if error_message %}

{{ error_message }}

{% endif %} + {{ form.non_field_errors }} + {{ form.email.errors }} +
+ {% csrf_token %} +
+ + +
+ +
+ + + +
+
+
+ +
+ + +
+ + + + + + + + + + + + + + + + + + diff --git a/railshosting/templates/railshosting/rails.html b/railshosting/templates/railshosting/rails.html new file mode 100644 index 00000000..6afaec58 --- /dev/null +++ b/railshosting/templates/railshosting/rails.html @@ -0,0 +1,16 @@ +{% extends "railshosting/base.html" %} +{% load staticfiles %} + +{%block customcss %} + +{%endblock%} + +{%block specification %} +
  • +

    Ubuntu 14.04 as the operating system, full root access!

    +
  • +
  • nginx as the frontend Server (optional with SSL Support)

  • +
  • uwsgi to have your application talk to nginx and vice versa +

  • PostgreSQL as the database

    +
  • +{%endblock%} \ No newline at end of file