From 86fcf7ed710f41fc5324b638d092af54f4bb756f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 11 Apr 2019 19:46:12 -0500 Subject: initial commit --- design/templates/admin/buttons.html | 52 +++++++++++++ design/templates/admin/index.html | 148 ++++++++++++++++++++++++++++++++++++ design/templates/admin/message.html | 20 +++++ design/templates/base.html | 91 ++++++++++++++++++++++ design/templates/homepage.html | 88 +++++++++++++++++++++ 5 files changed, 399 insertions(+) create mode 100644 design/templates/admin/buttons.html create mode 100644 design/templates/admin/index.html create mode 100644 design/templates/admin/message.html create mode 100644 design/templates/base.html create mode 100644 design/templates/homepage.html (limited to 'design/templates') diff --git a/design/templates/admin/buttons.html b/design/templates/admin/buttons.html new file mode 100644 index 0000000..d9d3171 --- /dev/null +++ b/design/templates/admin/buttons.html @@ -0,0 +1,52 @@ + + +
+
+

Publish Site

+ {% if message %} +
    +
  • {{message}}...
  • +
+ {%endif%} + +
+
+ diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html new file mode 100644 index 0000000..fc857f2 --- /dev/null +++ b/design/templates/admin/index.html @@ -0,0 +1,148 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_static %} + +{% block extrastyle %}{{ block.super }} + +{% endblock %} + +{% block coltype %}colMS{% endblock %} + +{% block bodyclass %}dashboard{% endblock %} + +{% block breadcrumbs %}{% endblock %} + +{% block content %} +
+ +{% if app_list %} + + {% for app in app_list %} +
+ + + {% for model in app.models %} + + {% if model.admin_url %} + + {% else %} + + {% endif %} + + {% if model.add_url %} + + {% else %} + + {% endif %} + + {% if model.admin_url %} + + {% else %} + + {% endif %} + + {% if model.name == "Gigs"%} + + {% endif %} + {% endfor %} +
+ + {% blocktrans with name=app.name %}{{ name }}{% endblocktrans %} + +
{{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
Income for month
+
+ {% endfor %} +{% else %} +

{% trans "You don't have permission to edit anything." %}

+{% endif %} +
+{% endblock %} + +{% block sidebar %} + + +{% endblock %} diff --git a/design/templates/admin/message.html b/design/templates/admin/message.html new file mode 100644 index 0000000..348b15d --- /dev/null +++ b/design/templates/admin/message.html @@ -0,0 +1,20 @@ +{% extends 'admin/base_site.html' %} + +{% block content %} +{{message}}... +{% endblock %} + +{% block extrahead %} + +{% endblock %} + diff --git a/design/templates/base.html b/design/templates/base.html new file mode 100644 index 0000000..41a8033 --- /dev/null +++ b/design/templates/base.html @@ -0,0 +1,91 @@ + + + {% block sitename %} + + {% block pagetitle %}{% endblock %}{%endblock%} + + + + + + + {%block stylesheet%}{%endblock%} + + + {%block extrahead%}{%endblock%} + + +
+
+
+ + +
+
+ {% block content %}{% endblock %} + {% block extrabody %}{% endblock %} + +
+ {% block js %}{% endblock%} + + {%comment%} + + + + +{%endcomment%} + + + + diff --git a/design/templates/homepage.html b/design/templates/homepage.html new file mode 100644 index 0000000..ed47bdb --- /dev/null +++ b/design/templates/homepage.html @@ -0,0 +1,88 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} +{% block sitename %} + + Everyone has a story - I'll help you tell yours + + +{% endblock %} + +{%block bodyid%}id="home" class="home"{%endblock%} + +{% block content %} +
+
+
+ Scott Gilbertson +
+
+

Need Content That Converts?

+

Let's find the weak spots in your content and strengthen them.

+

I'll create the content you need to amp up your traffic, leads and sales.

+

My writing attracts, engages and converts.

+

Whether you’re an entrepreneur, small business, or large company, my custom tailored content can catapult your online visibility and give you the traffic boost you need to attract new leads.

+

Let's Get Started

+
+
+
+
+
+

How Can I Help You?

+

Since the dawn of the Internet I've been helping people discover the power of stories. Stories pull customers in, stories drive traffic. You don't need “marketing,” you need good stories. Here's a few ways I can help tell your story.

+
+
+
+
+ hands typing code on laptop +
+
Technical Writing
+

My specialty is making the technical easy to understand. I've used my expertise as a developer to write documentation, tutorials, and white papers. I’ve helped companies like Opera Software, Postmarkapp, Sifter tell their story to developers and users. Lets tell your story.

+
+
+
+ hands typing code on laptop +
+
Content Marketing
+

Content marketing is marketing-speak for telling stories that captivate your audience. Whether you already have a blog or are starting from scratch, I can help refine your strategies and create content focused on achieving measurable results.

+
+
+
+ pen editing papers +
+
Copywriting & Copy editing
+

Maybe you've already written your story, but could use a hand polishing it up. Whether you need some need some fine tuning of what you already have, or need some help organizing and streamlining your story, I can help.

+
+
+ Hire Me! + Go Cheap +
+
+
+
+
Companies I've helped
+
+
    +
  • Wired logo
  • +
  • Opera Web Browser logo
  • +
  • Ars logo
  • +
  • Sifter logo
  • +
  • Boost Mobile logo
  • +
  • Webmonkey logo
  • + +
  • Postmarkapp logo
  • +
  • Register logo
  • +
+
+
+ +
+
+
+
What Clients Say
+
+
+
+{% endblock %} + +#### Copywriting & Copy editing +Whether you need some writing done from scratch or just need some fine tuning of what you already have, I can help. -- cgit v1.2.3-70-g09d2