Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
(41 intermediate revisions by 2 users not shown)
Line 229: Line 229:
 
             background-color: var(--safe-color);
 
             background-color: var(--safe-color);
 
             border-color: var(--safe-color);
 
             border-color: var(--safe-color);
 +
        }
 +
 +
        @media only screen and (orientation: portrait) {
 +
            .snippet-header, .snippet-body {
 +
                font-size: .75em;
 +
            }
 +
 +
            form.hp-search button {
 +
                display: none;
 +
            }
 
         }
 
         }
 
     </style>
 
     </style>
Line 242: Line 252:
 
     <div id="hp-wrapper">
 
     <div id="hp-wrapper">
 
         <div id="hp-heading">
 
         <div id="hp-heading">
             <h1>
+
             <h1 translate="no">
 
                 <span>LINKS</span>
 
                 <span>LINKS</span>
 
                 <span>Community</span>
 
                 <span>Community</span>
Line 433: Line 443:
 
                     "product": "TL",
 
                     "product": "TL",
 
                 },
 
                 },
                 // {
+
                 {
                //    "title": "Do you want to be prepared when disaster strikes?",
+
                    "title": "Do you want to be prepared when disaster strikes?",
                //    "body": "Learn from over 30 use cases about social media and crowdsourcing.",
+
                    "body": "Learn from many use cases about social media and crowdsourcing.",
                //    "action": "/index.php/List_of_Use_Cases",
+
                    "action": "/index.php/List_of_Use_Cases",
                //    "product": "UCL",
+
                    "product": "UCL",
                 // },
+
                 },
 
                 {
 
                 {
 
                     "title": "How to protect children during disaster?",
 
                     "title": "How to protect children during disaster?",
Line 465: Line 475:
 
                 {
 
                 {
 
                     "title": "Do you struggle with managing volunteers in disasters?",
 
                     "title": "Do you struggle with managing volunteers in disasters?",
                     "body": "Look at our use cases on how to engage them.",
+
                     "body": "Take part in the course on mobilizing volunteers.",
                     "action": "/index.php/List_of_Use_Cases?do=JTdCJTIyZmlsdGVyJTIyJTNBJTdCJTIyVXNlJTIwY2FzZXMlMjB0aGVtYXRpYyUyMiUzQSU3QiUyMk1vYmlsaXNpbmclMjBWb2x1bnRlZXJzJTIyJTNBdHJ1ZSU3RCU3RCU3RA==",
+
                     "action": "/index.php/Including_Citizens_Handbook#mobilizing_volunteers",
                     "product": "UCL",
+
                     "product": "ICH",
 
                 },
 
                 },
 
             ];
 
             ];
Line 498: Line 508:
 
             }
 
             }
 
         </script>
 
         </script>
 +
 +
<!-- BEGIN SAFETY.WIDGET -->
 +
<link rel="stylesheet" href="https://www.safetyinnovation.center/widget/styles.css">
 +
<div id="safety-widget"></div>
 +
<script src="https://www.safetyinnovation.center/widget/script.js"></script>
 +
<!-- END SAFETY.WIDGET -->
 +
 
</includeonly>
 
</includeonly>

Revision as of 15:30, 6 May 2024

Second version of the LINKS Community Center homepage.
Do not modify!