appscms-tools-theme 1.0.6 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d41c1e281761af14f720801cc260deb205f547ccd0eaf079d38d9c07ef25736b
4
- data.tar.gz: 443ba9b4aae2465ad4f3f94ed7dd5b643b563c2ac731059668beb9f2d8e0536c
3
+ metadata.gz: 1914b664e9ac7f96b4700c99e2171e9a949504d48fe96ab29e05fba1f61d0318
4
+ data.tar.gz: ab1bdcf0ec8b19f74eff12f411df1362104648b57c102f0e85ef09da7e264388
5
5
  SHA512:
6
- metadata.gz: 0b7ba9681ccc913ef5d0eb879780882826f2d74c71faa03a4f63805cf2c98a73a36349a2ed1ed5acd0b5696b594a71a9c66d3706cf8e2c85685e9603ba250ab2
7
- data.tar.gz: d257e5717b208726f6e9bfa86c8f09f187d49f0e9b054bb93bb6c732ec30aa7c69706894b06d038c84571d51195d015eb70e9656d828f8df3575aa4fcd7383f3
6
+ metadata.gz: c4a6d390af62cbe4bf8855b6e4179010be1b4fb1ba429613ac2e794eda9f1e25781ca93071f620fd5a16e2b500d0efd2a140aae00a20786ec274106ad0dd128f
7
+ data.tar.gz: f4dd0d5c1d4fb8d83f25cbcf60568d66d877a5470eea9e0b17cf1a39fc0e84bb2efeb73f26aa650256e7b3b4e1f7bcb5aaf53bf5ec35d5004089918840e6aa23
@@ -2,6 +2,9 @@
2
2
  "Language": "English",
3
3
  "htmlLangAtt": "en",
4
4
  "h1": "About us",
5
+ "jsfilepaths": [
6
+ "path"
7
+ ],
5
8
  "jscdns": [
6
9
  "<script type=\"text/javascript\" src=\"https://apis.google.com/js/api.js\"></script>",
7
10
  "<script src=\"/assets/js/googledrive.js\"></script>",
@@ -32,17 +32,5 @@
32
32
  "url": "https://safepdfkit.com",
33
33
  "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
34
34
  }
35
- ],
36
- "recommendedsites": [
37
- {
38
- "name": "Split pdf",
39
- "url": "https://safepdfkit.com",
40
- "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
41
- },
42
- {
43
- "name": "Combine pdf",
44
- "url": "https://safepdfkit.com",
45
- "logo": "https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
46
- }
47
35
  ]
48
36
  }
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "Language": "English",
3
3
  "htmlLangAtt": "en",
4
- "H1": "Set alarm for $variable minutes from now",
5
- "H2": "Simplest online alarm clock to set alarms. Do not close browser tab.",
4
+ "H1": "file format information to create human like created pages ",
5
+ "H2": "file format information to create human like created pages for file formats",
6
6
  "TITLE": "Set alarm for $variable minutes from now",
7
7
  "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
8
8
  "keywords": "key1,key2,key3,key4",
9
9
  "filelang": "en",
10
- "display_formats": ["JPG", "png"]
11
- }
10
+ "display_formats": [
11
+ "JPG",
12
+ "png"
13
+ ],
14
+ "img": "/assets/images/fileformat.webp"
15
+ }
@@ -231,5 +231,8 @@
231
231
  "USP_VALUE": "USP_VALUE",
232
232
  "USP_FACTOR": "USP_FACTOR"
233
233
  }
234
+ ],
235
+ "jsfilepaths": [
236
+ "path.js"
234
237
  ]
235
238
  }
@@ -1 +1 @@
1
- {"tools":[{"name":"split-pdf-rating-check","rating":"5.00","votes":2},{"name":"compress-pdf","rating":"4.81","votes":26}]}
1
+ {"tools":[{"name":"split-pdf-rating-check","rating":"5.00","votes":2},{"name":"compress-pdf","rating":"4.82","votes":28}]}
@@ -2,19 +2,83 @@
2
2
  {% assign lang = page.lang %}
3
3
  {% assign folder = page.folderName %}
4
4
  {% assign uspData= site.data[folder][lang][file] %}
5
+ {%- if site.showusps -%}
6
+ <div class="container">
7
+
8
+ <h2 class="feature-h1 my-4" >Our USPs</h2>
9
+ <table class="table table-bordered table-striped table-light " >
10
+ <tbody>
11
+ <tr>
12
+ <td class="font-weight-bold" scope="row">
13
+ Security
14
+ </td>
15
+ <td>
16
+ 100% (No files are sent to server for processing)
17
+ </td>
18
+ </tr>
19
+ <tr>
20
+ <td class="font-weight-bold" scope="row">
21
+ File size limits
22
+ </td>
23
+ <td>
24
+ None (No limit on size of files)
25
+ </td>
26
+ </tr>
27
+ <tr>
28
+ <td class="font-weight-bold" scope="row">
29
+ Usage limits
30
+ </td>
31
+ <td>
32
+ None (Process as many files as you want)
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td class="font-weight-bold" scope="row">
37
+ Price
38
+ </td>
39
+ <td>
40
+ Free
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td class="font-weight-bold" scope="row">
45
+ User Information Captured
46
+ </td>
47
+ <td>
48
+ None (We do not request for user information such as email / phone number)
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="font-weight-bold" scope="row">
53
+ Ads
54
+ </td>
55
+ <td>
56
+ None (We provide complete ad free experience)
57
+ </td>
58
+ </tr>
59
+ </tbody>
60
+ </table>
61
+ </div>
62
+ {%- else -%}
63
+ {%- if uspData -%}
64
+ <div class="container">
5
65
 
6
66
  <h2 class="feature-h1 my-4" >{{uspData.USP_Heading}}</h2>
7
67
  <table class="table table-bordered table-striped table-light " >
8
68
  <tbody>
9
69
  {%- for item in uspData.USPS -%}
10
70
  <tr>
11
- <th scope="row">
71
+ <td class="font-weight-bold" scope="row">
12
72
  {{item.USP_VALUE}}
13
- </th>
73
+ </td>
14
74
  <td>
15
75
  {{item.USP_FACTOR}}
16
76
  </td>
17
77
  </tr>
18
78
  {%- endfor -%}
19
79
  </tbody>
20
- </table>
80
+ </table>
81
+ </div>
82
+ {%- endif -%}
83
+ {%- endif -%}
84
+
@@ -0,0 +1,91 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign accessData= site.data[folder][lang][file] %}
5
+ {% assign filesData= accessData.display_formats %}
6
+
7
+ <div>
8
+ <div>
9
+ <ol class="pl-3">
10
+ {%- for i in filesData -%}
11
+ {%- assign item = i | downcase -%}
12
+ {%- assign fileData = site.data.files[accessData.filelang][item] -%}
13
+ {%- assign static = site.static_files -%}
14
+ {%- if fileData.size>0 -%}
15
+
16
+ <li class="file-li" >
17
+ <h2 class="feature-h1 text-left my-4" >{{fileData.Format}}</h2>
18
+ {%- if fileData.fileImg -%}
19
+ <img src="{{fileData.fileImg }}" alt="">
20
+ {%- endif -%}
21
+ <img src="" alt="">
22
+ <ol class="file-info-item-list" >
23
+ {%- if fileData.Pros -%}
24
+ <li>
25
+ <div>
26
+ <div class="info-title" >Pros</div>
27
+ <div>{{fileData.Pros}}</div>
28
+ </div>
29
+ </li>
30
+ {%- endif -%}
31
+ {%- if fileData.Cons -%}
32
+ <li>
33
+ <div >
34
+ <div class="info-title" >Cons</div>
35
+ <div>{{fileData.Cons}}</div>
36
+ </div>
37
+ </li>
38
+ {%- endif -%}
39
+ {%- if fileData.BasicInformation -%}
40
+ <li>
41
+ <div >
42
+ <div class="info-title">Basic Information</div>
43
+ <div>{{fileData.BasicInformation}}</div>
44
+ </div>
45
+ </li>
46
+
47
+ {%- endif -%}
48
+ {%- if fileData.DetailedInformation -%}
49
+ <li>
50
+ <div >
51
+ <div class="info-title" >Detailed Information</div>
52
+ <div>{{fileData.DetailedInformation}}</div>
53
+ </div>
54
+ </li>
55
+
56
+ {%- endif -%}
57
+ {%- if fileData.Softwaresused -%}
58
+ <div>
59
+ <div >Platforms Supported</div>
60
+ <div class="d-flex flex-wrap " >
61
+ {%- for item in fileData.Softwaresused -%}
62
+ <ul class="pl-0 pr-md-5" >
63
+ <li><b>{{item.platform}}</b> </li>
64
+ <div class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column " >
65
+ {%- for data in item.softwares -%}
66
+ <div class="d-flex mb-3" >
67
+ {%- if data.image -%}
68
+ <img src={{data.image}} alt="software" loading='lazy' >
69
+ {%- endif -%}
70
+ <div >
71
+ <a class="d-block software-name" href="{{data.link}}"><div>{{data.name}}</div></a>
72
+ <div class="software-value" >{{data.type}}</div>
73
+ </div>
74
+ </div>
75
+ {%- endfor -%}
76
+ </div>
77
+ </ul>
78
+ {%- endfor -%}
79
+ </div>
80
+ </div>
81
+ {%- endif -%}
82
+ </ol>
83
+
84
+ </li>
85
+
86
+ {%- endif -%}
87
+ {%- endfor -%}
88
+ </ol>
89
+ </div>
90
+
91
+ </div>
@@ -3,53 +3,99 @@
3
3
  {%- assign networksitesData = site.data.footer.networksites -%}
4
4
  <footer class="footer">
5
5
  <div class="container">
6
- <div class="footer-wrapper">
7
- {%- if dataToShow.logo -%}
8
- <div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" title="logo"
9
- class="footer-logo">
10
- <div class="footer-title">{{dataToShow.heading}}</div>
11
- </div>
12
- {%- endif -%}
13
- <nav class="footer-nav">
14
- <ul class="footer-ul">
15
- <h2 class="footer-ul-title">{{dataToShow.companytitle}}</h2>
16
- {% for data in dataToShow.company %}
17
- <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
18
- {% endfor %}
19
- </ul>
20
- <ul class="footer-ul">
21
- <h2 class="footer-ul-title">{{dataToShow.producttitle}}</h2>
22
- {% for data in dataToShow.product %}
23
- <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
24
- {% endfor %}
25
- </ul>
26
- <ul class="footer-ul">
27
- <h2 class="footer-ul-title">{{dataToShow.networksitestitle}}</h2>
28
- {% for data in networksitesData.networkSites %}
29
- <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
30
- {% endfor %}
31
- </ul>
32
- </nav>
33
- </div>
6
+ <div class="footer-wrapper">
7
+ {%- if dataToShow.logo -%}
8
+ <div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" title="logo"
9
+ class="footer-logo">
10
+ <div class="footer-title">{{dataToShow.heading}}</div>
11
+ </div>
12
+ {%- endif -%}
13
+ <nav class="footer-nav">
14
+ <ul class="footer-ul">
15
+ <h2 class="footer-ul-title">{{dataToShow.companytitle | default: 'Company' }}</h2>
16
+ {% for data in dataToShow.company %}
17
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
18
+ {% endfor %}
19
+ </ul>
20
+ <ul class="footer-ul">
21
+ <h2 class="footer-ul-title">{{dataToShow.producttitle | default: 'Product' }}</h2>
22
+ {% for data in dataToShow.product %}
23
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
24
+ {% endfor %}
25
+ </ul>
26
+ <ul class="footer-ul">
27
+ <h2 class="footer-ul-title">{{dataToShow.networksitestitle | default: 'Network sites'}}</h2>
28
+ {% for data in networksitesData.networkSites %}
29
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
30
+ {% endfor %}
31
+ </ul>
32
+ </nav>
33
+ </div>
34
34
  <div class="jKLUgT"></div>
35
35
  <div class="d-flex py-4">
36
- {% for data in dataToShow.social %}
37
- <a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer"
38
- href="{{data.url}}" title="LinkedIn">
39
- <div class="sDfHB" style="width:24px;height:24px">
40
- <img loading="lazy" src="{{data.logo}}" title="{{data.title}}">
41
- </div>
42
- </a>
43
- {% endfor %}
44
- </div>
45
- <div class="privacy-footer">
46
- <div class="footer-msg">{{dataToShow.messege}}
47
- </div>
48
- <div class="privacy-links">
49
- {% for data in dataToShow.legal %}
50
- <div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
51
- {% endfor %}
52
- </div>
36
+ {% for data in dataToShow.social %}
37
+ <a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer" href="{{data.url}}" title="LinkedIn">
38
+ <div class="sDfHB" style="width:24px;height:24px">
39
+ <img loading="lazy" src="{{data.logo}}" title="{{data.title}}">
53
40
  </div>
54
- </footer>
41
+ </a>
42
+ {% endfor %}
43
+ </div>
44
+ <div class="privacy-footer">
45
+ <div class="footer-msg">{{dataToShow.messege}}
46
+ </div>
47
+ <div class="privacy-links">
48
+ {% for data in dataToShow.legal %}
49
+ <div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
50
+ {% endfor %}
51
+
55
52
 
53
+ {% assign langData = site.data[folder][lang][file] %}
54
+ {%- assign langsupport = page.langsupport -%}
55
+ {%- assign variable = site.data.languagesupport[langsupport]-%}
56
+ {%- if variable.langsupport -%}
57
+ <div class="privacy-links-item" >
58
+ <button type="button" class="drop-down-btn" data-toggle="modal" data-target="#staticBackdrop">
59
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z"></path></svg> {%- for item in variable.langsupport -%}
60
+ {%- if langData.Language == item.lang -%}
61
+ {{item.lang}}
62
+ {%- endif -%}
63
+ {%- endfor -%}
64
+ </button>
65
+
66
+ <div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1"
67
+ aria-labelledby="staticBackdropLabel" aria-hidden="true">
68
+ <div class="modal-dialog ">
69
+ <div class="modal-content">
70
+ <div class="modal-header">
71
+ <h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language</h5>
72
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
73
+ <span aria-hidden="true">&times;</span>
74
+ </button>
75
+ </div>
76
+ <div class="modal-body px-md-5">
77
+ <ul class="language-drop-down-menu">
78
+
79
+ {%- for item in variable.langsupport -%}
80
+ {%- if langData.Language == item.lang -%}
81
+ <li class="language-drop-down-item font-weight-bold " >
82
+ <a class="active-lang"
83
+ href="{{item.permalink}}">{{item.lang}} <i class="fas fa-check ml-auto "></i> </a>
84
+ {%- else -%}
85
+ </li>
86
+ <li class="language-drop-down-item">
87
+ <a href="{{item.permalink}}">{{item.lang}}</a>
88
+ {%- endif -%}
89
+ {%- endfor -%}
90
+ </li>
91
+ </ul>
92
+ </div>
93
+
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </div>
98
+ {%- endif -%}
99
+ </div>
100
+ </div>
101
+ </footer>
@@ -1,10 +1,12 @@
1
1
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
2
+ {%- assign dataAtt = "data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool'" -%}
3
+ {%- assign $folderName = '$folderName' -%}
2
4
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
3
5
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
4
6
  {{site.data.customcdns.customcdns.jsfiles}}
5
7
  {%- if scriptData.jsfilepaths -%}
6
8
  {%- for path in scriptData.jsfilepaths -%}
7
- <script src="{{path}}"></script>
9
+ <script src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}" data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" ></script>
8
10
  {%- endfor -%}
9
11
  {%- endif -%}
10
12
  {%- if scriptData.jscdns -%}
@@ -61,8 +61,9 @@
61
61
  <div class="row feature-showcase " >
62
62
  {%- if downloadData.recommendedfeatures -%}
63
63
  {%- for item in downloadData.recommendedfeatures -%}
64
- <div class="col-md-6 feature-showcase-div">
65
- <a class="px-2 w-100 d-flex justify-content-between " href="{{item.url}}"> <span><img src="{{item.logo}}" alt="feature-logo"> <span class="ml-3 "> {{item.name}}</span></span> <span class='d-inline-block ml-auto'><i class="fas fa-chevron-right"></i></span> </a> </div>
64
+ <div class="col-md-6 pb-3">
65
+
66
+ <a class="px-2 feature-showcase-div w-100 d-flex justify-content-between " href="{{item.url}}"> <span><img src="{{item.logo}}" alt="feature-logo"> <span class="ml-3 "> {{item.name}}</span></span> <span class='d-inline-block ml-auto'><i class="fas fa-chevron-right"></i></span> </a> </div>
66
67
  {%- endfor -%}
67
68
  {%- else -%}
68
69
  code2
@@ -83,36 +84,36 @@
83
84
  {%- if downloadData.recommendedsites -%}
84
85
  {%- assign recommendedsitesData = downloadData.recommendedsites -%}
85
86
  {%- for item in recommendedsitesData -%}
86
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
87
- <img loading='lazy' src="{{item.logo}}" alt="{{item.name}} logo"> <a target="_blank" href="{{item.url}}">{{item.name}}</a>
87
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap ">
88
+ <img loading='lazy' class="website-img" src="{{item.logo}}" alt="{{item.name}} logo"> <a target="_blank" href="{{item.url}}">{{item.name}}</a>
88
89
  </div>
89
90
  {%- endfor -%}
90
91
  {%- else -%}
91
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
92
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg" alt="safepdfkitlogo"> <a target="_blank" href="https://safepdfkit.com">Safepdfkit.com</a>
92
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
93
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg" alt="safepdfkitlogo"> <a target="_blank" href="https://safepdfkit.com">Safepdfkit.com</a>
93
94
  </div>
94
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
95
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/796c1a01dae9c2d10224fd72a820156974b26ab1/3b885/assets/images/logo.png" alt="Safeaudiokit-logo"> <a target="_blank" href="https://safeaudiokit.com">safeaudiokit.com</a>
95
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
96
+ <img class="website-img" loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/796c1a01dae9c2d10224fd72a820156974b26ab1/3b885/assets/images/logo.png" alt="Safeaudiokit-logo"> <a target="_blank" href="https://safeaudiokit.com">safeaudiokit.com</a>
96
97
  </div>
97
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
98
- <img src="https://d33wubrfki0l68.cloudfront.net/ab0207d780c019c54db62b002396bc8c3fddddaf/9abb9/assets/safevideokit.svg" alt="Safevideokitlogo"> <a target="_blank" href="https://safevideokit.com">safevideokit.com</a>
98
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
99
+ <img class="website-img" src="https://d33wubrfki0l68.cloudfront.net/ab0207d780c019c54db62b002396bc8c3fddddaf/9abb9/assets/safevideokit.svg" alt="Safevideokitlogo"> <a target="_blank" href="https://safevideokit.com">safevideokit.com</a>
99
100
  </div>
100
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
101
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/2e37a1020563aa528471da7425b8e58343e2baf7/a186c/picture.png" alt="Safeimagekitlogo"> <a target="_blank" href="https://safeimagekit.com/">safeimagekit.com</a>
101
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap ">
102
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/2e37a1020563aa528471da7425b8e58343e2baf7/a186c/picture.png" alt="Safeimagekitlogo"> <a target="_blank" href="https://safeimagekit.com/">safeimagekit.com</a>
102
103
  </div>
103
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
104
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/74bf3f3836d56b30d16137169cd4c28bf15494ed/11962/js/pt.png" alt="safezipkitlogo"> <a target="_blank" href="https://safezipkit.com/">safezipkit.com</a>
104
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
105
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/74bf3f3836d56b30d16137169cd4c28bf15494ed/11962/js/pt.png" alt="safezipkitlogo"> <a target="_blank" href="https://safezipkit.com/">safezipkit.com</a>
105
106
  </div>
106
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
107
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/325cdfad7de6cae4a03aecfadc70b38af754cbd0/d87f9/assets/images/logo.png" alt="Safeimageconverter logo"> <a target="_blank" href="https://safeaudioconverter.com/"> safeaudioconverter.com
107
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
108
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/325cdfad7de6cae4a03aecfadc70b38af754cbd0/d87f9/assets/images/logo.png" alt="Safeimageconverter logo"> <a target="_blank" href="https://safeaudioconverter.com/"> safeaudioconverter.com
108
109
 
109
110
  </a>
110
111
  </div>
111
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
112
- <img loading='lazy' src="https://safevideoconverter.com/assets/logo.svg" alt="https:safevideoconverter logo"> <a target="_blank" href="https://safevideoconverter.com/">safevideoconverter.com</a>
112
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
113
+ <img loading='lazy' class="website-img" src="https://safevideoconverter.com/assets/logo.svg" alt="https:safevideoconverter logo"> <a target="_blank" href="https://safevideoconverter.com/">safevideoconverter.com</a>
113
114
  </div>
114
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
115
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/c8fef6be5192b9fa57b8503c6ad93befa361926d/a66d0/picture.svg" alt="safeimageconverter logo"> <a target="_blank" href="https://safeimageconverter.com/">safeimageconverter</a>
115
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
116
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/c8fef6be5192b9fa57b8503c6ad93befa361926d/a66d0/picture.svg" alt="safeimageconverter logo"> <a target="_blank" href="https://safeimageconverter.com/">safeimageconverter</a>
116
117
  </div>
117
118
  {%- endif -%}
118
119