[happybirthdaygnome-web] Replace index.html



commit a75ca513f748745a3177679b643c45bb17ed0151
Author: Caroline Henriksen <chenriksen gnome org>
Date:   Mon Aug 15 07:06:37 2022 +0000

    Replace index.html

 index.html | 272 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 172 insertions(+), 100 deletions(-)
---
diff --git a/index.html b/index.html
index fe35b3d..df2d550 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,8 @@
     <meta content="width=device-width, initial-scale=1" name="viewport">
     <meta content="#4a86cf" name="theme-color">
     <meta content="Happy Birthday GNOME" name="application-name">
-    <meta content="Andreas Nilsson" name="author">
+    <meta content="Andreas Nilsson, Caroline Henriksen" name="authors">
+
     <meta content="Happy Birthday GNOME" name="description">
     <meta content="index, follow" name="robots">
     <link href="https://static.gnome.org/img/gnome-icon.svg"; rel="icon" type="image/png">
@@ -16,8 +17,10 @@
     <link href="./css/happybirthdaygnome.css" media="screen" rel="stylesheet" type="text/css">
 </head>
 <body class="gnome-body" data-spy="scroll" data-target="#navbar-wrapper">
+<section id="hero">
+
     <header class="gnome-header">
-        <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+        <nav class="navbar navbar-fixed-top" role="navigation">
             <div class="container">
                 <div class="navbar-header">
                     <button aria-expanded="false" class="navbar-toggle collapsed" 
data-target="#navbar-wrapper" data-toggle="collapse" type="button"><span class="icon-bar top-bar"></span> 
<span class="icon-bar middle-bar"></span> <span class="icon-bar bottom-bar"></span></button> <a 
class="gnome-navbar-brand" href="/"><img alt="GNOME logo" 
src="https://static.gnome.org/img/gnome-logo.svg";></a>
@@ -28,10 +31,7 @@
                             <a href="#timeline">Timeline</a>
                         </li>
                         <li>
-                            <a href="#people">People</a>
-                        </li>
-                        <li>
-                            <a href="#photos">Photos</a>
+                            <a href="#community">Community</a>
                         </li>
                         <li>
                             <a href="#facts">Fun Facts</a>
@@ -40,30 +40,54 @@
                 </div>
             </div>
         </nav>
+        <div >
+            <img class="heroimg" src="./images/Anniversarybanner.png" alt="25 Years of GNOME">
+        </div>
     </header>
+</section>
     <div class="gnome-content">
         <section id="featured">
             <div class="container">
-                <div class="row">
-                    <div class="col-xs-12 col-sm-11 col-sm-offset-1">
-                        <div class="text-center">
-                            <p class="h1">Happy Birthday GNOME!</p>
-                            <p class="h2">The GNOME community is proud to celebrate a major 
milestone.</p><img alt="Birthday logo for 20 years of GNOME" class="img-responsive" 
src="./images/birthday_logo.png">
-                            <p class="h3 m-b-2">Join us in celebrating 20 years of software freedom by 
becoming a Friend of GNOME</p><a class="btn btn-action btn-xl btn-blue" href="https://www.gnome.org/friends/"; 
target="_blank">Donate to GNOME</a>
-                            <p class="m-t-2">Your donation will help the GNOME Project continue to provide a 
great free and open source desktop for the world.</p>
-                            <p>GNOME brings volunteers, professionals, companies, and non-profits together 
from around the world to create a complete free software solution for everyone.</p>
-                            <p class="h3">Celebrate the many people, projects, and developments that GNOME 
has seen over the last two decades by hosting your own local birthday party! Sign up and learn how to get 
funding for your party, or search for local birthday events in your area <a 
href="https://wiki.gnome.org/Engagement/TargetedEvents/20th_birthday"; target="_blank">here</a>.</p>
+                        <div class="featuretext">
+                            <h1>Happy Birthday GNOME!</h1>
+                            <p>The GNOME community is proud to celebrate this major milestone.</p>
+                            <p>Started as a two-person project in 1997, GNOME has undergone massive growth 
in the last 25 years. Today we’re an open source software project and a nonprofit Foundation supported by a 
diverse community of contributors from all over the world.</p>
+                            <p>Our progress never stops! We believe in a world where everyone is empowered 
by technology they can trust, and we support this goal by building a diverse and sustainable free software 
personal computing ecosystem.</p>
                         </div>
-                    </div>
-                </div>
+                        <div class="featurecolumns">
+                            <h2>Celebrate With US</h2>
+                            <div class="row">
+                                <div class="column">
+                                    <a href="https://wiki.gnome.org/Events/25Birthday"; target="_blank"><img 
src="./images/anniversary-host.png" alt="confetti illustration"> </a>
+                                    <h3>Host</h3>
+                                    <p>Host your own local or remote birthday party or combine with a 43 
release party! Sign up to share your party or search for local events in your area.</p>
+                                    <button class="featurebutton"><a 
href="https://wiki.gnome.org/Events/25Birthday"; target="_blank">Sign Up</a></button>
+                                </div>
+                                <div class="column">
+                                    <a href="https://www.gnome.org/donate/"; target="_blank" ><img 
src="./images/anniversary-donate.png" alt="heart illustration"></a>
+                                    <h3>Donate</h3>
+                                    <p>We are supported by our generous network of donors. Help us keep 
strong for another 25 years by donating or becoming a Friend of GNOME.</p>
+                                    <button class="featurebutton"> <a href="https://www.gnome.org/donate/"; 
target="_blank">Make a Donation</a></button>
+                                </div>
+                                <div class="column">
+                                    <a href="https://shop.gnome.org/"; target="_blank"><img 
src="./images/anniversary-shop.png" alt="shirt illustration"></a>
+                                    <h3>Shop</h3>
+                                    <p>Celebrate this milestone with a special 25th Anniversary Tee from the 
GNOME Shop! While you’re there check out our selection of awesome GNOME items.</p>
+                                    <button class="featurebutton"><a href="https://shop.gnome.org/"; 
target="_blank">Visit the Shop</a></button>
+                                </div>
+                            </div>
+                        </div>
+            </div>
+            <div class="container">
+
             </div>
         </section>
-        <section class="bg-dark" id="timeline">
+        <section class="bg-light" id="timeline">
             <div class="container">
                 <div class="row">
-                    <div class="col-xs-12 col-sm-11 col-sm-offset-1 ">
+                    <div>
                         <div class="text-center">
-                            <p class="h1">Learn about GNOME’s last 20 years</p>
+                            <h2>25 Years of History</h2>
                             <div class="timeline m-t-5">
                                 <div class="entry">
                                     <div class="title">
@@ -71,7 +95,7 @@
                                         <h3>Early days</h3>
                                     </div>
                                     <div class="body">
-                                        <p>On August 15, 1997 the development of GNOME was announced with 
the following: <strong>“We want to develop a free and complete set of user friendly applications and desktop 
tools, similar to CDE and KDE but based entirely on free software.”</strong> by Miguel de Icaza & Federico 
Mena Quintero.</p>
+                                        <p>On August 15, 1997, the development of GNOME was announced with 
the following: <strong>“We want to develop a free and complete set of user-friendly applications and desktop 
tools, similar to CDE and KDE but based entirely on free software.”</strong> by Miguel de Icaza & Federico 
Mena Quintero.</p>
                                     </div>
                                 </div>
                                 <div class="entry">
@@ -80,9 +104,9 @@
                                         <h3>GNOME 1.0</h3>
                                     </div>
                                     <div class="body">
-                                        <p>On March 3, 1999 the first major release of GNOME occurred with 
the release of GNOME 1.0. The GIMP ToolKit (GTK+) was chosen as the base for GNOME, with major effort devoted 
to offering a friendly platform for developers, supporting many programming languages. There were 3 
subsequent releases over the next two years in the GNOME 1.x series. One of them was 1.4 and you can test it 
in a Virtual Machine. <a href="http://ftp.gnome.org/pub/GNOME/misc/GNOME1.4.ova";>Download it here</a>. (user: 
gnome / password: gnomehistory)</p>
-                                        <p>GNOME’s libraries have been available for use in any application, 
with freedom and without fees, under the terms of the GNU Lesser General Public License ever since and 
GNOME’s applications have been made available under the GNU General Public License with a commitment to 
software freedom.</p>
-                                       <div class="col-xs-12 thumbnail">
+                                        <p>On March 3, 1999, the first major version of GNOME was released 
as GNOME 1.0. The GIMP ToolKit (GTK+) was chosen as the base for GNOME and a major effort was devoted to 
offering a friendly platform for developers, supporting many programming languages. There were 3 subsequent 
releases over the next two years in the GNOME 1.x series. One of them was 1.4, and you can test it in a 
Virtual Machine. <a href="http://ftp.gnome.org/pub/GNOME/misc/GNOME1.4.ova";>Download it here</a>. (user: 
gnome / password: gnomehistory).</p>
+                                        <p>GNOME libraries and applications were made available for use in 
any application under the terms of the GNU Lesser General Public License and the GNU General Public 
License.</p>
+                                       <div class="thumbnail">
                                             <a data-gallery="GNOME 1.0" data-toggle="lightbox" 
href="./images/gnome1.png"><img src="./images/gnome1.png" alt="GNOME Desktop with 1.4 version"></a>
                                        </div>
                                     </div>
@@ -93,8 +117,8 @@
                                         <h3>GUADEC in Paris</h3>
                                     </div>
                                     <div class="body">
-                                        <p>The first GUADEC was held in Paris in 2000 as a one-off event, 
and attracted around 70 GNOME contributors. For many it was the first time they’d met in-person and was 
judged a success. GUADEC has been held annually since then in cities around Europe, organized by local 
volunteers, and has grown fivefold in size. GUADEC 2017 was held in Manchester, UK with more than 250 
participants.</p>
-                                       <div class="col-xs-12 thumbnail">
+                                        <p>The first GUADEC was held in Paris in 2000 as a one-off event and 
attracted around 70 GNOME contributors. For many, it was the first time they’d met in person. Since then 
GUADEC has been held annually, organized by Foundation Staff, community contributors, and local 
volunteers.</p>
+                                       <div class="thumbnail">
                                            <a data-gallery="GUADEC in Paris" data-toggle="lightbox" 
href="./images/guadec-paris.jpg"><img src="./images/guadec-paris.jpg" alt="Happy GNOME contributors at the 
first GUADEC"></a>
                                        </div>
                                     </div>
@@ -105,7 +129,7 @@
                                         <h3>The Foundation</h3>
                                     </div>
                                     <div class="body">
-                                        <p>The GNOME Foundation was announced at the Linux World Expo in San 
Jose, CA in August of 2000. The Foundation provides organizational, financial and legal support to the GNOME 
project. Partnerships with companies were also announced, including Red Hat, Compaq, Eazel, Helix Code, IBM, 
Sun Microsystems and VA Linux Systems. The Foundation was ultimately incorporated as a membership-based, 
not-for-profit corporation.</p>
+                                        <p>The GNOME Foundation was announced at the Linux World Expo in San 
Jose, CA in August 2000. The Foundation provides organizational, financial, and legal support to the GNOME 
project. Partnerships with companies were also announced, including Red Hat, Compaq, Eazel, Helix Code, IBM, 
Sun Microsystems, and VA Linux Systems. The Foundation was ultimately incorporated as a nonprofit.</p>
                                     </div>
                                 </div>
                                 <div class="entry">
@@ -114,9 +138,8 @@
                                         <h3>GNOME 2.0</h3>
                                     </div>
                                     <div class="body">
-                                        <p>On June 26, 2002 GNOME 2.0 was released, the culmination of major 
efforts with the dual objective of enhancing the user experience and dramatically improving developer 
productivity. GNOME 2.0 was the first release in the 2.x series, which saw 16 more releases over the next 9 
years.</p>
-                                        <p>The introduction of the Human Interface Guidelines (HIG), allowed 
for a more predictable and consistent interface for users. GNOME 2 also had a host of advanced accessibility 
features for users with disabilities along with a built-in accessibility framework for developers to meet 
Section 508 requirements.</p>
-                                        <p>GNOME 2.x was widely adopted over its many iterations, though 
many were unhappy upon its introduction. Said one critic upon the release of GNOME 2.0: <strong>“I found this 
default configuration, bone-headed, at best.”</strong></p>
+                                        <p>On June 26, 2002, GNOME 2.0 was released, the culmination of 
major efforts with the dual objective of enhancing the user experience and dramatically improving developer 
productivity. GNOME 2.0 was the first release in the 2.x series, which saw 16 more releases over the next 9 
years.</p>
+                                        <p> The introduction of the Human Interface Guidelines (HIG), 
allowed for a more predictable and consistent interface for users. GNOME 2 also had a host of advanced 
accessibility features for users with disabilities along with a built-in accessibility framework for 
developers to meet Section 508 requirements.</p>
                                        <div class="col-xs-12 thumbnail">
                                            <a data-gallery="GNOME 2.0" data-toggle="lightbox" 
href="./images/gnome2.jpg"><img src="./images/gnome2.jpg" alt="GNOME Desktop with 2.0 version"></a>
                                        </div>
@@ -129,8 +152,7 @@
                                     </div>
                                     <div class="body">
                                         <p>GNOME 3.0 was an exciting new desktop designed for today’s users 
and which is suited to a range of modern computing devices. GNOME’s developer technologies were substantially 
improved for 3.0. Modernised and streamlined, they enable developers to provide better user experiences with 
less time and effort.</p>
-                                        <p>The most important goal of GNOME 3 was defined as the unification 
of the user experience. Many flaws were identified in the GNOME 2 desktop related to windows, workspaces and 
application launching, some of which were labor intensive and prone to errors. A much more holistic approach 
was needed to take it to the next level.</p>
-                                        <p>GNOME 3 was met by some with very positive reactions. Said one 
detractor, <strong>“I forgot how beautiful and stable GNOME 2 was.”</strong></p>
+                                        <p>The most important goal of GNOME 3 was defined as the unification 
of the user experience. Many flaws were identified in the GNOME 2 desktop related to windows, workspaces and 
application launching, some of which were labor-intensive and prone to errors. A much more holistic approach 
was needed to take it to the next level.</p>
                                        <div class="col-xs-12 thumbnail">
                                            <a data-gallery="GNOME 3.0" data-toggle="lightbox" 
href="./images/gnome3.png"><img src="./images/gnome3.png" alt="GNOME Desktop with 3.0 version"></a>
                                        </div>
@@ -148,41 +170,80 @@
                                 <div class="entry">
                                     <div class="title">
                                         <h2>2017</h2>
-                                        <h3>GNOME 3.24</h3>
+                                        <h3>GNOME Turns 20</h3>
                                     </div>
                                     <div class="body">
-                                        <p>GNOME 3.24 Portland was released in March 2017 including features 
like a brand new Recipes app, Night Light, and revamped settings, as well as improvements to the browser, 
photos, and IRC applications. <a href="https://www.gnome.org/getting-gnome/";>Get GNOME 3.24 here</a></p>
+                                        <p>In August 2017, we celebrated the 20th anniversary of GNOME. 
Users and developers flew out from around the world to attend GUADEC in Manchester, UK and celebrate with an 
early birthday party. Jonathan Blandford gave a notable keynote on the <a 
href="https://www.youtube.com/watch?v=bWUmptI6O2w"; target="_blank">History of GNOME</a>.</p>
+                                         <div class="col-xs-6 thumbnail">
+                                            <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/20th-anniversary-1.jpg"><img 
src="./images/birthday_photos/20th-anniversary-1.jpg" alt="Federico Mena-Quintero is getting ready to cut the 
birthday cake"></a>
+                                         </div>
+                                         <div class="col-xs-6 thumbnail">
+                                            <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/20th-anniversary-2.jpg"><img 
src="./images/birthday_photos/20th-anniversary-2.jpg" alt="People at GNOME’s 20th anniversary party"></a>
+                                         </div>
+                                    </div>
+                                </div>
+                                <div class="entry">
+                                    <div class="title">
+                                        <h2>2020</h2>
+                                        <h3>GUADEC Goes Virtual</h3>
+                                    </div>
+                                    <div class="body">
+                                        <p>With the onset of a global pandemic we need to move to a 
fully-remote version of GUADEC. We introduced our new instance of Indico as an all encompassing event 
platform capable of handling everything from Call for Participation to registration and scheduling. We 
utilized a new system - Big Blue Button - for hosting presentations and chat. This new remote GUADEC had over 
700 registrations, making the 2020 edition our most attended GUADEC yet.</p>
+                                        <p>As part of our transition to remote events we developed the <a 
href="https://shop.gnome.org/"; target="_blank">GNOME Shop</a>, an online merchandise store where we can sell 
event t-shirts, as well as many other GNOME branded items, and ship all over the world.</p>
                                         <div class="embed-responsive embed-responsive-16by9">
-                                            <iframe class="embed-responsive-item" 
src="https://www.youtube.com/embed/_Z1PAXiyTB0";></iframe>
+                                            <iframe class="embed-responsive-item" 
src="https://www.youtube.com/embed/vb89rXEBuJQ";></iframe>
                                         </div>
                                     </div>
                                 </div>
                                 <div class="entry">
                                     <div class="title">
-                                        <h2>2017</h2>
-                                        <h3>GNOME Turns 20</h3>
+                                        <h2>2021</h2>
+                                        <h3>GNOME 40</h3>
                                     </div>
                                     <div class="body">
-                                        <p>This year marks GNOME’s 20th anniversary. Users and developers 
flew out from around the world to attend GUADEC and have an early birthday party for GNOME, and Jonathan 
Blandford gave a keynote on GNOME's past 20 years.</p>
-                            <div class="col-xs-6 thumbnail">
-                               <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/20th-anniversary-1.jpg"><img 
src="./images/birthday_photos/20th-anniversary-1.jpg" alt="Federico Mena-Quintero is getting ready to cut the 
birthday cake"></a>
-                            </div>
-                            <div class="col-xs-6 thumbnail">
-                               <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/20th-anniversary-2.jpg"><img 
src="./images/birthday_photos/20th-anniversary-2.jpg" alt="People at GNOME’s 20th anniversary party"></a>
-                            </div>
-                            <div class="col-xs-12 thumbnail">
-                              <div class="embed-responsive embed-responsive-16by9">
-                                <iframe class="embed-responsive-item" 
src="https://www.youtube.com/embed/bWUmptI6O2w";></iframe>
-                              </div>
-                            </div>
+                                        <p>In March 2021 <a href="https://forty.gnome.org/"; 
target="_blank">GNOME 40</a> was released, bringing with it a new <a 
href="https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235"; target="_blank">versioning scheme</a> 
and updated release video style.</p>
+                                        <div class="embed-responsive embed-responsive-16by9">
+                                            <iframe class="embed-responsive-item" 
src="https://www.youtube.com/embed/vK-SwsWnEmo";></iframe>
+                                        </div>
+                                    </div>
+                                </div>
+                                <div class="entry">
+                                    <div class="title">
+                                        <h2>2022</h2>
+                                        <h3>GUADEC Expands to North America</h3>
+                                    </div>
+                                    <div class="body">
+                                        <p>On July 20-25, 2022 GUADEC was held in Guadalajara, Mexico. This 
was our first in-person event after two years of remote conferences and our first time holding GUADEC outside 
of Europe. </p>
+                                        <div class="col-xs-12 thumbnail">
+                                            <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GUADEC-67.jpg"><img src="./images/birthday_photos/GUADEC-67.jpg" alt="Group 
photo at GUADEC 2022"></a>
+                                        </div>
+
                                     </div>
                                 </div>
                                 <div class="entry">
                                     <div class="title">
-                                        <h2>Here’s to the next 20 years!</h2>
+                                        <h2>2022</h2>
+                                        <h3>GNOME Turns 25</h3>
                                     </div>
                                     <div class="body">
-                                        <p>The GNOME Project looks forward to many more years of 
development, with contributors old and new. We continue to be inspired by each other, and encourage you to <a 
href="http://www.gnome.org/get-involved/";>join us</a> in shaping the future of GNOME.</p>
+                                        <p>On August 15, 2022, GNOME turned 25! Many of our community joined 
an early celebration at GUADEC 2022 in Guadalajara, Mexico where we had an extra special cake, amazing 
mariachi performances, good food, and great company.  </p>
+                                        <div class="col-xs-6 thumbnail">
+                                            <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/25cake.jpg"><img src="./images/birthday_photos/25cake.jpg" alt="Federico 
Mena-Quintero is getting ready to cut the birthday cake"></a>
+                                        </div>
+                                        <div class="col-xs-6 thumbnail">
+                                            <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/25performers.jpg"><img src="./images/birthday_photos/25performers.jpg" 
alt="People at GNOME’s 20th anniversary party"></a>
+                                        </div>
+                                        <div class="col-xs-6 thumbnail">
+                                            <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/25party.jpg"><img src="./images/birthday_photos/25party.jpg" alt="People at 
GNOME’s 20th anniversary party"></a>
+                                        </div>
+                                    </div>
+                                </div>
+                                <div class="entry">
+                                    <div class="title">
+                                        <h2>Here’s to the next 25 years!</h2>
+                                    </div>
+                                    <div class="body">
+                                        <p>We look forward to many more years of development, with 
contributors old and new. We continue to be inspired by each other, and encourage you to <a 
href="http://www.gnome.org/get-involved/";>join us</a> in shaping the future of GNOME.</p>
                                     </div>
                                 </div>
                             </div>
@@ -192,27 +253,19 @@
             </div>
         </section>
     </div>
-    <section class="bg-dar" id="people">
+    <section class="bg-light" id="community">
         <div class="container">
             <div class="row">
                 <div class="col-xs-12">
-                <p class="h3 text-center">The GNOME community consists of hundreds of people worldwide, 
users and contributors alike.</p>
-                <p>On <a href="https://www.gnome.org/friends/"; target="_blank">Friends of GNOME</a> you can 
learn a little bit more about some of the people that contribute to GNOME and even adopt a hacker. With your 
Friends of GNOME donations you’ll receive a special postcard from the hacker of your choice.</p>
-                <a data-footer="GUADEC 2017 Group Photo by Jonathan Kang (CC BY-SA 2.0)" 
data-gallery="GUADEC Group Photos" data-toggle="lightbox" href="./images/group_photo_guadec_manchester.jpg">
-                    <img class="img-responsive" src="./images/group_photo_guadec_manchester.jpg" alt="Group 
photo of GNOME contributors at GUADEC 2017 (Manchester)"></div>
-                </a>
+                    <h2 class="text-center">Community</h2>
+                    <p class="text-center">The GNOME community consists of hundreds of people worldwide, 
users and contributors alike. We are always excited to welcome new contributors! You can get involved by 
finding a project you're interested in contributing to and joining us on chat! Learn more <a 
href="https://www.gnome.org/get-involved/"; traget="_blank">here</a>.</p>
+                    <p class="text-center">Let's take a look back at some highlights from our community over 
the last 25 years! Stroll down memory lane with us as we relive some of our favorite moments.</p>
+                    <p class="text-center">Do you have any photos you’d like to share with us? Learn how to 
submit photos <a href="https://wiki.gnome.org/Engagement/Photos/HowTo"; target="_blank">here</a>.</p>
+                </div>
             </div>
         </div>
-    </section>
-    <section class="bg-dark" id="photos">
         <div class="container">
             <div class="row">
-                <div class="col-xs-12">
-                    <div class="text-center">
-                        <p class="h3">We’ve been looking through old photos, remembering great times, and 
getting nostalgic.</p>
-                        <p>Stroll down memory lane with us as we relive some of our accomplishments!</p>
-                    </div>
-                </div>
                  <div class="grid col-xs-12">
                         <div class="col-xs-12 thumbnail">
                             <a data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/group_photo_carlushe.jpg"><img src="./images/group_photo_carlushe.jpg" alt="Group photo at 
GUADEC 2016"></a>
@@ -244,21 +297,6 @@
                         <div class="col-xs-4 thumbnail">
                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GNOME%20Asia%202016%20Group.jpg"><img 
src="./images/birthday_photos/GNOME%20Asia%202016%20Group.jpg" alt="GNOME Asia 2016 photo group"></a>
                         </div>
-                        <div class="col-xs-6 thumbnail">
-                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GNOME%20Cameroon.jpg"><img src="./images/birthday_photos/GNOME%20Cameroon.jpg" 
alt="GNOME Cameroon"></a>
-                        </div>
-                        <div class="col-xs-6 thumbnail">
-                            <a data-footer="GTKHackfest by Matthias Mclasen CC-BY-SA" data-gallery="Happy 
Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GTKHackfest%20By%20Matthias%20Mclasen%20CC-BY-SA.jpg"><img 
src="./images/birthday_photos/GTKHackfest%20By%20Matthias%20Mclasen%20CC-BY-SA.jpg" alt="People at GTK 
Hackfest"></a>
-                        </div>
-                        <div class="col-xs-4 thumbnail">
-                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/Peru%20Hack%20Camp%202016%202.jpg"><img 
src="./images/birthday_photos/Peru%20Hack%20Camp%202016%202.jpg" alt="Sack racing at Peru Hack Camp 2016"></a>
-                        </div>
-                        <div class="col-xs-4 thumbnail">
-                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GNOME%20Asia.jpg"><img src="./images/birthday_photos/GNOME%20Asia.jpg" 
alt="Group photo at GNOME Asia"></a>
-                        </div>
-                        <div class="col-xs-4 thumbnail">
-                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/West%20Coast%20Summit%202015.jpg"><img 
src="./images/birthday_photos/West%20Coast%20Summit%202015.jpg" alt="People talking at West Coast Summit 
2015"></a>
-                        </div>
                         <div class="col-xs-8 thumbnail">
                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GNOME%20Foot.jpg"><img src="./images/birthday_photos/GNOME%20Foot.jpg" 
alt="GNOME Foot"></a>
                         </div>
@@ -272,41 +310,75 @@
                             <a data-footer="GUADEC 2015 by Garrett LeSage CC-BY-SA 4.0" data-gallery="Happy 
Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GUADEC%202015%20CC-BY-SA%204.0%20Garrett%20LeSage.jpg"><img 
src="./images/birthday_photos/GUADEC%202015%20CC-BY-SA%204.0%20Garrett%20LeSage.jpg" alt="Group photo at 
GUADEC 2015"></a>
                         </div>
                         <div class="col-xs-12 thumbnail">
-                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/Peru%20Hack%20Camp%202016.jpg"><img 
src="./images/birthday_photos/Peru%20Hack%20Camp%202016.jpg" alt="People hanging around at Peru’s Hack 
Camp"></a>
+                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/din_0016.jpg"><img src="./images/birthday_photos/din_0016.jpg" alt="Group at 
GUADEC 2019 pre-registration party"></a>
                         </div>
+                        <div class="col-xs-7 thumbnail">
+                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/din_0530.jpg"><img src="./images/birthday_photos/din_0530.jpg" alt="Group at 
GUADEC 2019"></a>
+                        </div>
+                        <div class="col-xs-5 thumbnail">
+                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/din_0027.jpg"><img src="./images/birthday_photos/din_0027.jpg" alt="Group at 
GUADEC 2019 pre-registration party"></a>
+                        </div>
+                        <div class="col-xs-3 thumbnail">
+                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/din_0214.jpg"><img src="./images/birthday_photos/din_0214.jpg" alt="Group at 
GUADEC 2019"></a>
+                        </div>
+                        <div class="col-xs-2 thumbnail">
+                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/din_0172.jpg"><img src="./images/birthday_photos/din_0172.jpg" alt="Robert 
McQueen with microphone"></a>
+                        </div>
+                        <div class="col-xs-6 thumbnail">
+                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/din_0276.jpg"><img src="./images/birthday_photos/din_0276.jpg" alt="GNOME 
Shell team at GUADEC 2019"></a>
+                        </div>
+                        <div class="col-xs-6 thumbnail">
+                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/din_0548.jpg"><img src="./images/birthday_photos/din_0548.jpg" alt="attendees 
at GUADEC 2019"></a>
+                        </div>
+                        <div class="col-xs-12 thumbnail">
+                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GUADEC-206.jpg"><img src="./images/birthday_photos/GUADEC-206.jpg" alt="group 
at GUADEC 2022"></a>
+                        </div>
+                        <div class="col-xs-4 thumbnail">
+                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GUADEC-151.jpg"><img src="./images/birthday_photos/GUADEC-151.jpg" alt="panel 
at GUADEC 2022"></a>
+                        </div>
+                        <div class="col-xs-4 thumbnail">
+                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GUADEC-139.jpg"><img src="./images/birthday_photos/GUADEC-139.jpg" alt="group 
at GUADEC 2022"></a>
+                        </div>
+                        <div class="col-xs-4 thumbnail">
+                            <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GUADEC-105.jpg"><img src="./images/birthday_photos/GUADEC-105.jpg" 
alt="speaker at GUADEC 2022"></a>
+                        </div>
+                         <div class="col-xs-7 thumbnail">
+                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/GUADEC-15.jpg"><img src="./images/birthday_photos/GUADEC-15.jpg" alt="group at 
GUADEC 2022"></a>
+                         </div>
+                         <div class="col-xs-5 thumbnail">
+                             <a data-footer="" data-gallery="Happy Birthday GNOME" data-toggle="lightbox" 
href="./images/birthday_photos/IMG20220721195250.jpg"><img 
src="./images/birthday_photos/IMG20220721195250.jpg" alt="group at GUADEC 2022 women's dinner"></a>
+                         </div>
                     </div>
-                <div class="col-xs-12 m-t-2">
-                    <p class="text-center">Do you have any photos you’d like to be featured here? We’d love 
to see your photos, new or old! Learn how to submit photos <a 
href="https://wiki.gnome.org/Engagement/Photos/HowTo"; target="_blank">here</a>.</p>
-                </div>
             </div>
         </div>
     </section>
-    <section id="facts">
+    <section id="facts" class="bg-light">
         <div class="container">
             <div class="row">
                 <div class="col-xs-12 col-sm-11 col-sm-offset-1">
                     <div class="text-center">
-                        <p class="h3 m-b-2">Fun Facts about GNOME</p>
+                        <h2>Fun Facts</h2>
                     </div>
                     <dl>
-                        <dt>Why do we call it GNOME?</dt>
-                        <dd>GNOME is an acronym for GNU Network Object Model Environment.</dd>
-                        <dt>What are four of GNOME’s mascots over the years?</dt>
-                        <dd>Wanda the fish, Rupert the monkey, GEGL the mutant Goat, and Wilbert the 
GIMP</dd>
+                        <dt>What are three of GNOME’s mascots over the years?</dt>
+                        <dd>Wanda the fish, Rupert the monkey, and GEGL the mutant Goat.</dd>
                         <dd>Other mascots include Orca dolphin, the Nibbles worm, the Ekiga penguin, the 
Cheese face, the Nautilus seashell, the Frogr frog, the Mallard duck, the Anjuta horse.</dd>
-                        <dt>Who won the prestigious Pants Award 10 years ago, at GUADEC 2007?</dt>
-                        <dd>Federico Mena Quintero won the prestigious Pants Award at GUADEC 2007, which was 
held in Birmingham, UK. The Pants Award is given to an outstanding GNOME contributor each year.</dd>
+                        <dt>Why do we call the annual award presented at GUADEC the Pants Award?</dt>
+                        <dd>The tradition of the pants award, also known as "the pants of thanks", is said 
to have originated with Jeff Waugh. Legend has it that when Jeff was the GNOME release manager he got a 
mysterious package in the mail. In it was a pair of pants and a letter that said "Hi Jeff and thank you for 
your amazing work on GNOME, here is a pair of pants." The Pants Award has since become a time-honored GNOME 
tradition.</dd>
+                        <dt>Who won the Pants Award ten years ago in 2012?</dt>
+                        <dd>The winner of our 2012 Pants Award was Marina Zhurakhinskaya. Alongside her many 
contributions to GNOME, Marina was instrumental in the expansion of the GNOME Outreach Program for Women and 
helped turn it into a groundbreaking program for free software.</dd>
                         <dt>In which movies and TV shows has GNOME made a cameo appearance?</dt>
                         <dd><a href="http://www.imdb.com/title/tt0218817/";>Antitrust (2001)</a></dd>
-                       <dd><a href="http://www.imdb.com/title/tt0813715/";>Heroes (2006)</a></dd>
-                       <dd><a href="http://www.imdb.com/title/tt4044364/";>Citizenfour (2014)</a></dd>
+                                   <dd><a href="http://www.imdb.com/title/tt0813715/";>Heroes (2006)</a></dd>
+                        <dd><a href="https://www.youtube.com/watch?v=GS9wdD-9EYU";>Veronica Mars 
(2007)</a></dd>
+                                   <dd><a href="http://www.imdb.com/title/tt4044364/";>Citizenfour 
(2014)</a></dd>
                         <dd><a href="http://www.usanetwork.com/mrrobot/episodes/season-1";>Mr. Robot 
(2015)</a></dd>
-                       <dd><a href="https://www.youtube.com/watch?v=8ELbX5CMomE&t=38s";>Sorry by Justin 
Bieber (2015)</a></dd>
-                       <dd><a href="http://www.imdb.com/title/tt2575988/episodes?season=4";>Silicon Valley 
(2017)</a></dd>
-                        <dt>How many GNOME Foundation members are there as of June 2017?</dt>
-                        <dd>We currently have 230 GNOME Foundation members as of June 2017.</dd>
+                                   <dd><a href="https://www.youtube.com/watch?v=8ELbX5CMomE&t=38s";>Sorry by 
Justin Bieber (2015)</a></dd>
+                                   <dd><a 
href="http://www.imdb.com/title/tt2575988/episodes?season=4";>Silicon Valley (2017)</a></dd>
+                        <dt>How many GNOME Foundation members are there as of 2022?</dt>
+                        <dd>We currently have xxx GNOME Foundation members.</dd>
                         <dt>What’s the right way to pronounce GNOME?</dt>
-                        <dd>Some people say Guh-NOME, some keep the “G” silent and others pronounce it 
“Heh-NOME”. However you pronounce it, so long as you’re talking about freedom for your desktop, you’re doing 
it right!</dd>
+                        <dd>There is no "right" way! Some people say Guh-NOME, some keep the “G” silent and 
others pronounce it “Gee-NOME”. However you pronounce it, so long as you’re talking about freedom for your 
desktop, you’re doing it right!</dd>
                         <dt>Did you know that Outreachy, the internship program for underrepresented groups 
started with GNOME?</dt>
                         <dd>The program has gone on to include over 400 participants across dozens of free 
and open source software communities.</dd>
                     </dl>
@@ -318,7 +390,7 @@
         <div class="container">
             <div class="row">
                 <div class="col-xs-12 col-sm-11 col-sm-offset-1">
-                    <p>© <a href="https://gnome.org";>The GNOME Project</a></p>
+                    <p>© <a href="https://gnome.org";>GNOME</a></p>
                     <p>Hosted by <a href="https://www.redhat.com/"; target="_blank">Red Hat</a>.</p>
                 </div>
             </div>


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