Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 21, 2025
1 parent 1d778ef commit af67f17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
13 changes: 10 additions & 3 deletions join-us/app_join-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,20 @@ function initModal() {

function createModalContent(tingleModalData){
var modalHtml = "";
//console.warn(tingleModalData);
console.warn(tingleModalData);

if (tingleModalData.name){
modalHtml += `<h1>${tingleModalData.name}</h1>`;
}
if(tingleModalData.badge){
modalHtml += "<div class='credits-modal'>";
modalHtml += '<img src="' + tingleModalData.badge + '" class="cat-badge-modal" />';
modalHtml += `<img src="${tingleModalData.badge}" class="cat-badge-modal" />`;
modalHtml += "</div>";
}

modalHtml += "<div class='info-modal'>";
if(tingleModalData.img){
modalHtml += '<img src="' + tingleModalData.img + '" class="cat-ico-modal" />';
modalHtml += `<img src="${tingleModalData.img}" class="cat-ico-modal" />`;
}
modalHtml += "<div class='content'>";
if (tingleModalData.content !== "") {
Expand All @@ -46,6 +50,9 @@ function initModal() {
.replace(/&/g, "&");
}

if (tingleModalData["company-link"]){
modalHtml += `<div><a href=">${tingleModalData["company-link"]}">MORE</a></div>`;
}
modalHtml += "</div>";
modalHtml += "</div>";

Expand Down
13 changes: 1 addition & 12 deletions join-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.fiware.org/#organization","name":"FIWARE","url":"https://www.fiware.org","sameAs":["https://facebook.com/eu.fiware/","https://twitter.com/FIWARE"],"logo":{"@type":"ImageObject","@id":"https://www.fiware.org/#logo","url":"https://www.fiware.org/wp-content/uploads/2018/05/FW_VERT_noclaim_RGB-forms.png","contentUrl":"https://www.fiware.org/wp-content/uploads/2018/05/FW_VERT_noclaim_RGB-forms.png","caption":"FIWARE","inLanguage":"en-US","width":"392","height":"324"}},{"@type":"WebSite","@id":"https://www.fiware.org/#website","url":"https://www.fiware.org","name":"FIWARE","publisher":{"@id":"https://www.fiware.org/#organization"},"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://www.fiware.org/join-test/#webpage","url":"https://www.fiware.org/join-test/","name":"FIWARE &ndash; Join-Test","datePublished":"2025-01-15T17:08:47+01:00","dateModified":"2025-01-20T17:24:42+01:00","isPartOf":{"@id":"https://www.fiware.org/#website"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://www.fiware.org/author/giacomo-depanfilis/","name":"Giacomo De Panfilis","url":"https://www.fiware.org/author/giacomo-depanfilis/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/0ec06a44a0b5450709109445a2ea16e9?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/0ec06a44a0b5450709109445a2ea16e9?s=96&amp;d=mm&amp;r=g","caption":"Giacomo De Panfilis","inLanguage":"en-US"},"worksFor":{"@id":"https://www.fiware.org/#organization"}},{"@type":"Article","headline":"FIWARE &ndash; Join-Test","datePublished":"2025-01-15T17:08:47+01:00","dateModified":"2025-01-20T17:24:42+01:00","author":{"@id":"https://www.fiware.org/author/giacomo-depanfilis/","name":"Giacomo De Panfilis"},"publisher":{"@id":"https://www.fiware.org/#organization"},"description":"The FIWARE Membership Program fosters an inclusive, collaborative community and provides a wide range of programs, services, benefits, and perks to FIWARE","name":"FIWARE &ndash; Join-Test","@id":"https://www.fiware.org/join-test/#richSnippet","isPartOf":{"@id":"https://www.fiware.org/join-test/#webpage"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://www.fiware.org/join-test/#webpage"}}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//sdk.qualetics.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel="alternate" type="application/rss+xml" title="FIWARE &raquo; Feed" href="https://www.fiware.org/feed/" />
Expand Down Expand Up @@ -139,17 +138,7 @@
</style>
<script type="text/javascript" src="https://www.fiware.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://www.fiware.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" defer src="https://www.fiware.org/wp-content/uploads/gdpr-cache/sdk.qualetics.com.qualetics.js.sdk.v3.js.ver.6.7.1.905756216.js" id="qualetics-js"></script>
<script type="text/javascript" id="qualetics-js-after">
/* <![CDATA[ */
var login_trackingObj = "";var registration_trackingObj = "";var comment_trackingObj = "";var addCartObj = "";var purchaseObj = "";
/* ]]> */
</script>
<script type="text/javascript" id="qualetics-setup-js-extra">
/* <![CDATA[ */
var qualetics_setup = {"ajax_url":"https:\/\/www.fiware.org\/wp-admin\/admin-ajax.php","_nonce":"8a19436d51","app_id":"fiwareweb","app_secret":"5uJm5tmcWNbe","app_prefix":"ReLNFq","trackPageVisibilityChanges":"true","defaultactor":"{\"type\":\"System\",\"id\":\"System\",\"attributes\":{\"name\":\"System\"}},","appV":"6.6.2","disableErrorCapturing":"false","trackUserGeoLocation":"false","captureClicks":"false","captureTimings":"true"};
/* ]]> */
</script>

<script type="text/javascript" defer src="https://www.fiware.org/wp-content/plugins/qualetics/assets/js/qualetics.js?ver=1.0.2" id="qualetics-setup-js"></script>
<link rel="https://api.w.org/" href="https://www.fiware.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.fiware.org/wp-json/wp/v2/pages/141097" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.fiware.org/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.7.1" />
Expand Down

0 comments on commit af67f17

Please sign in to comment.