[gnome3-web/marketing-team-collab] Add the first draft of the developers page.



commit 5fe66f897009f2b889539ca1f3c3d48e33c92127
Author: Allan Day <allanpday gmail com>
Date:   Mon Feb 7 09:41:20 2011 +0000

    Add the first draft of the developers page.

 developers.html |   79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 79 insertions(+), 0 deletions(-)
---
diff --git a/developers.html b/developers.html
new file mode 100644
index 0000000..7b1360e
--- /dev/null
+++ b/developers.html
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<meta name="description" content="Introducing the next generation GNOME desktop" />
+<meta name="google-site-verification" content="b4Ja90ju9GZHtifxqnlxGopvK0IGsT911UMan9gGpXE" />
+<link rel="shortcut icon" type="image/png" href="img/gnome-16.png">
+<title>GNOME 3 - Made of Easy</title>
+<link rel="stylesheet" href="css/reset.css" />
+<link rel="stylesheet" href="css/text.css" />
+<link rel="stylesheet" href="css/960.css" />
+<link rel="stylesheet" href="css/fancybox.css" />
+<link rel="stylesheet" href="css/gnome3.css" />
+<script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
+<script src="js/jquery.fancybox.js" type="text/javascript" charset="utf-8"></script>
+<script src="js/gnome3.js" type="text/javascript" charset="utf-8"></script>
+</head>
+<body>
+<div class="container_16">
+  <div class="grid_16">
+    <a href="index.html"><img src="img/logo.png" class="logo"></a>
+      <div id="splash">
+        <img src="img/alpha-banner.png">
+        <h1>Developer platform</h1>
+      </div>
+  </div><!-- grid_16 -->
+
+  <div class="grid_16">
+    <p>GNOME 3 represents a major milestone in the evolution of the GNOME developer platform. Our developer technologies have been restructured and streamlined for 3.0, making them substantially easier and more efficient to use. The software developed using the GNOME 3 platform will also be faster, richer and more flexible. Here are some of the things that developers can look forward to from the GNOME 3 platform:</p>
+  </div>
+</div>
+
+<div class="container_16">
+  <div class="grid_6"><a href="img/overview-big.png" rel="fancybox"><img class="screenshot" src="img/overview.png"></a></div>
+  <div class="grid_10">
+
+  <h2>Quicker and more convenient</h2>
+
+  <p>Version 3 of the GNOME platform is faster and easier to use than ever before. It has been substantially reduced in size, resulting in a simpler set of technologies, and large parts of our platform have been redesigned in order to make them easier to use. We have also added convenient facilities for common operations, such as the GTK Application class.</p>
+
+  <h2>Improved performance</h2>
+
+  <p>A streamlined platform is a fast platform. The removal of legacy API and consolidation around modern graphics libraries means that the GNOME platform is able to deliver far better performance, and opens the door to further optimisation in the future. GNOME 3 also brings a completely new configuration system, called dconf, which has been designed for speed.</p>
+
+  </div> <!-- grid_10 -->
+  <div class="grid_6"><a href="img/chat-big.png" rel="fancybox"><img class="screenshot" src="img/chat.png"></a></div>
+  <div class="grid_10">
+    <h2>Richer, better looking applications</h2>
+
+    <p>GTK's size allocation algorithms have been enhanced to produce graphical interfaces which are laid out with greater efficiency and elegance. And the introduction of the new GtkCellArea, GtkSwitch and GtkComboBoxText interface widgets means that the GNOME platform can be used to create graphical interfaces which are richer and more flexible.</p>
+
+    <h2>Ready for tomorrow</h2>
+
+    <p>The GNOME 3 platform has been restructured so that it can be easily integrated with tomorrow's technologies. Experimental Wayland and Broadway/HTML5 support already exists and will be further developed during the 3.x release series.</p>
+  </div> <!-- grid_10 -->
+
+  <div class="grid_6"><a href="img/search-big.png" rel="fancybox"><img class="screenshot" src="img/search.png"></a></div>
+
+  <div class="grid_10 muchmore">
+    <h2>And more...</h2>
+
+    <p>Virtually every part of the GNOME platform has been improved. This includes:</p>
+    <ul>
+      <li>Portability: the restructuring of the GNOME platform means that GNOME technologies will be more portable than ever before.</li>
+      <li>Multi-touch: GNOME 3 brings the foundations for multi-touch interaction to the GNOME platform.</li>
+      <li>First-class bindings: our new GObjectIntrospection technology ensures complete and up-to-date bindings for high-level programming languages (Javascript, Python, Vala are currently supported).</li>
+      <li>Theming: the introduction of CSS-based theming makes defining the look of your software quick and easy.</li>
+    </ul>
+  </div> <!-- grid_10 -->
+
+  <div class="grid_16 footer">
+  Copyright &copy; 2010 <a href="http://www.gnome.org";>The GNOME Project</a><br/>
+  Share on: <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.gnome3.org%2F&t=GNOME%203";>Facebook</a> | <a href="http://twitter.com/home?status=GNOME3 - Introducing the next generation GNOME desktop http://www.gnome3.org"; title="Click to share this post on Twitter">Twitter</a><br/>
+    â?§
+  </div><!-- grid_16 -->
+</div> <!-- container_16 -->
+
+</body>
+</html>



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