[gimp-web/gimp-web-static] Added all free tutorials to index page.



commit 0a3d52e3c5934a3db73a6322a3a20556c8932835
Author: Pat David <patdavid gmail com>
Date:   Wed Nov 18 12:12:27 2015 -0600

    Added all free tutorials to index page.

 content/tutorials/GIMP_Quickies/index.md |    6 ++++
 content/tutorials/index.md               |   49 ++++++++++++++++++++++++++----
 themes/newgimp/static/css/page.css       |    9 +++++
 3 files changed, 58 insertions(+), 6 deletions(-)
---
diff --git a/content/tutorials/GIMP_Quickies/index.md b/content/tutorials/GIMP_Quickies/index.md
index 7374a2c..834ebe8 100644
--- a/content/tutorials/GIMP_Quickies/index.md
+++ b/content/tutorials/GIMP_Quickies/index.md
@@ -4,6 +4,12 @@ Modified: 2015-08-03T17:11:32-05:00
 Authors: Pat David
 Summary: A quick look at some easy features.
 
+<small>
+<a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"; rel="license"><img class='cc-badge' 
alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"; /></a>
+<span xmlns:dct="http://purl.org/dc/terms/";>GIMP Tutorial - GIMP Quickies (text & images)</span> by [Pat 
David](http://blog.patdavid.net)   
+is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported 
License](http://creativecommons.org/licenses/by-sa/3.0/deed.en_US).
+</small>
+
 
 ## Intention
 
diff --git a/content/tutorials/index.md b/content/tutorials/index.md
index a5407cf..0276519 100644
--- a/content/tutorials/index.md
+++ b/content/tutorials/index.md
@@ -4,13 +4,50 @@ Modified: 2015-07-29T14:40:43-05:00
 Authors: Pat David
 Summary: The tutorials page.
 
-Going to have a list of tutorials here.
-
-This text may not be visible once the scripting is done to handle listing all of the tutorials.
 
 ## Beginner
 
-Beginner tutorials.
+[GIMP Quickies][]  
+Use GIMP for simple graphics needs without having to learn advanced image manipulation methods.
+
+[Simple Floating Logo][]  
+This tutorial walks through some basic image and layer manipulation techniques.
+
+[Layer Masks][]  
+An introduction to using layer masks to modify the opacity of a layer.
+
+[Basic Color Curves][]  
+A first look at the Curves tool and adjusting color tones in an image.
+
+
+## Photo Editing
+
+[Digital B&W Conversion][]  
+Detailed conversion tutorial for generating a B&W result from a color image.
+
+[Luminosity Masks][]  
+Using multiple layer masks to isolate specific tones in your image for editing.
+
+
+## Programming
+
+[Basic GIMP Perl][]  
+Learn how to write simple perl scripts using the gimp-perl module (GNU/Linux users only).
+
+[Automate Editing][]  
+Using GIMP Python to automate a workflow.
+
+[Automatic Creation of XCF from JPG][]  
+Import XCF images a directory at a time.
+
+
 
-## Intermediate
-Text just under heading three (3).
+[Basic GIMP Perl]: {filename}Basic_Perl/index.md
+[Automate Editing]: {filename}Automate_Editing_in_GIMP/index.md
+[Automatic Creation of XCF from JPG]: {filename}AutomatedJpgToXcf/index.md
+[Basic Color Curves]: {filename}Basic_Color_Curves/index.md
+[Digital B&W Conversion]: {filename}Digital_Black_and_White_Conversion/index.md
+[GIMP Quickies]: {filename}GIMP_Quickies/index.md
+[Layer Masks]: {filename}Layer_Masks/index.md
+[Luminosity Masks]: {filename}Luminosity_Masks/index.md
+[Simple Floating Logo]: {filename}Floating_Logo/index.md
diff --git a/themes/newgimp/static/css/page.css b/themes/newgimp/static/css/page.css
index 37dac33..1841835 100644
--- a/themes/newgimp/static/css/page.css
+++ b/themes/newgimp/static/css/page.css
@@ -13,6 +13,14 @@
     margin: 0 auto;
 }
 
+.page_content p + h2,
+.page_content p + h3,
+.page_content p + h4,
+.page_content p + h5,
+.page_content p + h6 {
+    margin-top: 2rem;
+}
+
 .page_content ul, .page_content ol {
     max-width: 33rem;
     margin: 0 auto;
@@ -20,6 +28,7 @@
     color: #555;
     margin-bottom: 1.5rem;
     font-weight: 300;
+    font-weight: normal;
 }
 
 li {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]