]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Updates
authorXhmikosR <xhmikosr@gmail.com>
Wed, 2 Dec 2020 19:00:45 +0000 (21:00 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 2 Dec 2020 19:00:45 +0000 (21:00 +0200)
site/content/docs/5.0/thanks.md

index 28833adc533913cf2d50a38ed650768026d69f0b..7faf4ed87ceefb3890b8c65877f01e817f5f1799 100644 (file)
@@ -11,13 +11,13 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap.
 ## Sponsors
 
 {{< sponsors.inline >}}
-<div id="sponsorList" class="d-flex flex-wrap mx-n2 text-center font-weight-bold"></div>
+<div id="sponsorList" class="d-flex flex-wrap mx-n2 text-center"></div>
 {{< /sponsors.inline >}}
 
 ## Backers
 
 {{< backers.inline >}}
-<div id="backerList" class="d-flex flex-wrap mx-n1 text-center font-weight-bold"></div>
+<div id="backerList" class="d-flex flex-wrap mx-n1 text-center"></div>
 {{< /backers.inline >}}
 
 ## Services
@@ -27,7 +27,7 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap.
   {{- range (index $.Site.Data "services") }}
     <div class="m-3 position-relative">
       {{ if .website -}}
-        <a href="{{ .website }}" class="stretched-link text-reset" title="{{ .name }}">
+        <a href="{{ .website }}" class="stretched-link text-reset" title="{{ .name }}" target="_blank" rel="nofollow noopener noreferrer">
       {{ end -}}
       <img src="{{ printf ("/docs/%s/assets/img/services/%s") $.Site.Params.docs_version .image }}" alt="{{ .name }}" class="mh-100 mw-100">
       {{ if .website -}}
@@ -59,7 +59,7 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap.
         )
 
         if (sponsorAccount.website) {
-          output.push('<a href="' + sponsorAccount.website + '" class="stretched-link text-reset">' + sponsorAccount.name + '</a>')
+          output.push('<a href="' + sponsorAccount.website + '" class="stretched-link text-reset" target="_blank" rel="nofollow noopener noreferrer">' + sponsorAccount.name + '</a>')
         } else {
           output.push(sponsorAccount.name)
         }
@@ -82,12 +82,12 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap.
 
         output.push(
           '<div class="m-1 position-relative">',
-          ' <div class="img-thumbnail d-flex align-items-center justify-content-center overflow-hidden sponsor-sm">'
+          ' <div class="img-thumbnail d-flex align-items-center justify-content-center overflow-hidden sponsor">'
         )
 
         if (backerAccount.website) {
           output.push(
-            '<a href="' + backerAccount.website + '" class="stretched-link text-reset" title="' + backerAccount.name + '">'
+            '<a href="' + backerAccount.website + '" class="stretched-link text-reset" title="' + backerAccount.name + '" target="_blank" rel="nofollow noopener noreferrer">'
           )
         }