Fix 2023 carousel
authorMichael McMahon <michael@fsf.org>
Wed, 27 Mar 2024 23:26:23 +0000 (19:26 -0400)
committerMichael McMahon <michael@fsf.org>
Wed, 27 Mar 2024 23:26:23 +0000 (19:26 -0400)
2023/index.html

index f8544c963f13dda666cd6b90f3f1d0ee9a3c6f27..9350e2fd3d00baf508a87c6465ab980c3c2de447 100755 (executable)
@@ -7,67 +7,53 @@
 <!--start of carousel -->
 <div id="lpc-carousel" class="carousel">
 
-       <ul class="carousel-inner list-unstyled" style="max-width:900px; max-height:600px; !important;">
-
-                <li class="item active">
-        <a href="https://my.fsf.org/node/59/"><img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/thanks-768x462.png"
-                                                                                                                 alt="[ Thank you for attending LibrePlanet 2023!]"></a>
-
-<li class="item">
-        <a href="https://media.libreplanet.org/u/libreplanet/tag/libreplanet-2023-video/"><img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/LP23-video-announcement.png"
-                                                                                                                 alt="[ An image showing different speakers while talking at LibrePlanet 2023: Srishti Sethi on the left, Elizabeth Chamberlain and Matthias Kirschner in the middle, and Sick Codes and Erin Rose Glass on the right. A white text in the middle says: Watch the LibrePlanet 2023 videos!]"></a>
-
-
-    <!-- wrapper for slides -->
- <!--  <ul class="carousel-inner list-unstyled" style="max-width:900px; max-height:600px; !important;">
-
-                <li class="item active">
+  <!-- wrapper for slides -->
+  <ul class="carousel-inner list-unstyled" style="max-width:900px; max-height:600px; !important;">
+
+    <li class="item active">
+      <a href="https://my.fsf.org/node/59/">
+        <img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/thanks-768x462.png"
+          alt="[ Thank you for attending LibrePlanet 2023!]">
+      </a>
+    </li>
+
+    <li class="item">
+      <a href="https://media.libreplanet.org/u/libreplanet/tag/libreplanet-2023-video/">
+        <img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/LP23-video-announcement.png"
+          alt="[ An image showing different speakers while talking at LibrePlanet 2023: Srishti Sethi on the left, Elizabeth Chamberlain and Matthias Kirschner in the middle, and Sick Codes and Erin Rose Glass on the right. A white text in the middle says: Watch the LibrePlanet 2023 videos!]">
+      </a>
+    </li>
+
+<!--
+    <li class="item active">
         <a href="https://www.fsf.org/news/right-to-repair-advocate-elizabeth-chamberlain-to-keynote-fsfs-libreplanet"><img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/Liz-768X461.png"
-                                                                                                                 alt="[ LibrePlanet 2023 keynote annoucement ]"></a>-->
-         <!-- <p class="carousel-caption-center">-->
-  <!--            </p>
-       </li>
+                                                                                                                 alt="[ LibrePlanet 2023 keynote annoucement ]"></a>
+    </li>
 
-        <li class="item">
+    <li class="item">
         <a href="https://www.fsf.org/community/the-libreplanet-2023-charting-the-course-schedule-is-here-for-march-18-and-19"><img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/schedule.jpg"
                                                                                                                  alt="[ LibrePlanet 2023 schedule annoucement ]"></a>
-  -->
-            <!-- <p class="carousel-caption-center">-->
-<!--            </p>
-
-       </li>
--->
- <!--   <li class="item">
+    </li>
+    <li class="item">
         <a href="https://www.fsf.org/news/software-freedom-in-education-advocate-erin-rose-glass-to-keynote-fsfs-libreplanet"><img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/glass-768X461.png"
                                                                                                                  alt="[ LibrePlanet 2023 keynote annoucement ]"></a>
--->
-        <!-- <p class="carousel-caption-center">-->
-<!--            </p>
-       </li>
+    </li>
 
--->
-  <!--         <li class="item">
+    <li class="item">
            <a href="https://my.fsf.org/civicrm/event/info?reset=1&id=106"><img src="https://static.fsf.org/nosvn/libreplanet/2023/communications/registration-lp-homepage.png"
                                                                                                                  alt="[ LibrePlanet 2023 registration]"></a>
+    </li>
 -->
-           <!-- <p class="carousel-caption-center">-->
-<!--            </p>
-       </li>
-
        </ul>
--->
     <!-- These are the controls for the carousel. Comment them in if you want the little navigation chevrons and the skrims that appear when you mouse over the edges of the active image.-->
     <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
        <span class="glyphicon glyphicon-chevron-left" style="color: #978a97"></span>
     </a>
     <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
        <span class="glyphicon glyphicon-chevron-right" style="color: #978a97"></span>
-    </a>  <!--end of carousel -->
+    </a><!--end of carousel -->
 </div>
 
-
-
-
 <div class="col-sm-12">
     <!--#include virtual="/2023/includes/home-content.html"-->
 </div>