[gtk-web/new-website: 75/191] added features page



commit 4ca97b6a39d4ba8e8b590b22647ab82a55adb4ad
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Sat Jul 6 21:58:24 2019 +0530

    added features page

 features.html | 10 +++++-----
 index.html    |  5 ++++-
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/features.html b/features.html
index 4f40c15..46e625b 100644
--- a/features.html
+++ b/features.html
@@ -21,7 +21,7 @@
 <section class="py-4" id="features-main">
        <div class="container">
                <div class="row text-center d-flex justify-content-center">
-            <div class="py-5 col-md-10 col-lg-7 d-flex flex-column align-items-center">
+            <div class="py-4 col-md-10 col-lg-7 d-flex flex-column align-items-center">
                 <h2 class="text-center font-weight-light mb-3">Cross Platform</h2>
                 <p class="text-muted">Originally GTK was developed for the X Window System but it has grown 
over the years to include backend support for other well known operating systems. Today you can use GTK 
on:</p>                   
                 <ul class="list-group list-group-horizontal w-75 mt-2">
@@ -39,19 +39,19 @@
                     </li>
                 </ul>
             </div>
-            <div class="py-5 col-md-10 col-lg-7 d-flex flex-column align-items-center">
+            <div class="py-4 col-md-10 col-lg-7 d-flex flex-column align-items-center">
                 <h2 class="text-center font-weight-light mb-3">Language Bindings</h2>
                 <p class="text-muted">GTK is available in many other programming languages thanks to the 
language bindings available. This makes GTK quite an attractive toolkit for application development.</p>
             </div>
-            <div class="py-5 col-md-10 col-lg-7 d-flex flex-column align-items-center">
+            <div class="py-4 col-md-10 col-lg-7 d-flex flex-column align-items-center">
                 <h2 class="text-center font-weight-light mb-3">Interfaces</h2>
                 <p class="text-muted">GTK has a comprehensive collection of core widgets and interfaces for 
use in your application.</p>
             </div>
-            <div class="py-5 col-md-10 col-lg-7 d-flex flex-column align-items-center">
+            <div class="py-4 col-md-10 col-lg-7 d-flex flex-column align-items-center">
                 <h2 class="text-center font-weight-light mb-3">Stability</h2>
                 <p class="text-muted">GTK has been developed for over a decade to be able to deliver the 
enticing features and superb performance that it brings to your application development. GTK is supported by 
a large community of developers and has core maintainers from companies such as Red Hat, Novell, Lanedo, 
Codethink, Endless Mobile and Intel.</p>
             </div>
-            <div class="py-5 col-md-10 col-lg-7 d-flex flex-column align-items-center">
+            <div class="py-4 col-md-10 col-lg-7 d-flex flex-column align-items-center">
                 <h2 class="text-center font-weight-light mb-3">Foundations</h2>
                 <p class="text-muted">GTK is built on top of GLib. GLib provides the fundamental algorithmic 
language constructs commonly duplicated in applications. This library has features such as: (this list is not 
a comprehensive list)
                     Object and type system
diff --git a/index.html b/index.html
index 14b2637..50fdcba 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,10 @@ apps_main_heading: Apps built with GTK
 apps_main_heading_description: Developers around the world have used GTK as a platform to create apps that 
solve problems faced by the end users.
 
 integrations_main_heading: Integrations for Rapid Application Development
-integrations_main_heading_description: Glade is a RAD tool which enables quick & easy development of user 
interfaces for the GTK toolkit and the GNOME desktop environment.<br>Check out this easy tutorial on <a 
href="https://developer.gnome.org/gnome-devel-demos/stable/toolbar_builder.py.html.en";>how to create a 
toolbar</a> using Glade.
+integrations_main_heading_description: |-
+  Glade is a RAD tool which enables quick & easy development of user interfaces for the GTK toolkit and the 
GNOME desktop environment.
+  
+  Check out this easy tutorial on [how to create a 
toolbar](https://developer.gnome.org/gnome-devel-demos/stable/toolbar_builder.py.html.en) using Glade.
 
 tutorials_main_heading: Quick Tutorials
 tutorials_main_heading_description: Creating an application using GTK 4 is super easy. Check out this short 
tutorial on how the things are done from Setup till the deployment.


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