[gimp-web/gimp-web-static] Added notice on front page. Modified Meta
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Added notice on front page. Modified Meta
- Date: Fri, 7 Aug 2015 19:55:38 +0000 (UTC)
commit 24f7bc064e20296915ca26e47d38a7d5a96ead64
Author: Pat David <patdavid gmail com>
Date: Fri Aug 7 14:55:29 2015 -0500
Added notice on front page. Modified Meta
content/about/meta/index.md | 4 ++++
themes/newgimp/templates/index.html | 24 +++++++++++++++++++++++-
2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/content/about/meta/index.md b/content/about/meta/index.md
index e89f7fb..3b148ee 100644
--- a/content/about/meta/index.md
+++ b/content/about/meta/index.md
@@ -8,6 +8,10 @@ Summary: A page about the new site.
I (Pat David) am creating this page to keep notes and information for building/maintaining the new site.
+The work I am doing here is based on a couple of suggestions over the past year to refresh the design of WGO.
+In particular, I had created a brief mockup to show and have been using that as a sort of visual guide for
approaching the main page.
+You can view that [mockup .PNG here](/images/mockup3.png).
+
<figure>
<img src="{attach}fluffle-puff.jpg" alt='Fluffle Puff'>
</figure>
diff --git a/themes/newgimp/templates/index.html b/themes/newgimp/templates/index.html
index 9862620..f32cddc 100644
--- a/themes/newgimp/templates/index.html
+++ b/themes/newgimp/templates/index.html
@@ -54,7 +54,12 @@
</p>
</div>
- <!-- <div class='column third'> </div> -->
+ <div class='column third' style="background-color: white; margin-left: 10px; margin-right:
-10px; padding: 1rem; box-shadow: rgba(127,127,127,1) 2px 2px, rgba(127,127,127,1) 3px 3px,
rgba(127,127,127,1) 4px 4px, rgba(127,127,127,1) 5px 5px, rgba(127,127,127,1) 6px 6px;">
+ <h2 style="color: red;">STILL WORKING</h2>
+ <p style='font-size: 0.85rem;color: red;'>
+ I am still in the process of building this site out. Things are in a great state of
flux. For further information on building the new site refer to the <a href="/about/meta">Meta</a> page.
+ </p>
+ </div>
</div>
@@ -62,6 +67,21 @@
</section>
+ <section style='background: repeating-linear-gradient(-45deg, transparent, transparent 40px,
rgba(166,166,166,.07) 40px, rgba(166,166,166,.07) 80px);'>
+ <div class='container'>
+ <div class='row clearfix'>
+ <div class='column full'>
+ <h2>Temporary Stuff Below Here</h2>
+ <p>
+ The content below this section is almost entirely for testing the build system and
article parsing.
+ Disregard the formatting/content unless specifically addressing something that was
asked about.
+ (Like, do those dates look funny to you?)
+ </p>
+ </div>
+ </div>
+ </div>
+ </section>
+
<section id="articles">
{% block content_title %}
<h2>Recent News</h2>
@@ -94,6 +114,8 @@
{% endif %}
</div>
+ #}
+
{# original stuff ...
<ol id="post-list">
{% for article in articles_page.object_list %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]