monitoring-jekyll-theme 0.6.1 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +127 -21
- data/_includes/accessibility.html +8 -2
- data/_includes/actions/energy.html +24 -13
- data/_includes/actions/quality.html +7 -1
- data/_includes/competitors.html +23 -16
- data/_includes/index/badge.html +9 -9
- data/_includes/index/energy.html +2 -2
- data/_includes/index/loading.html +1 -1
- data/_includes/index/position.html +8 -1
- data/_includes/index/score.html +9 -3
- data/_includes/index/security.html +12 -7
- data/_includes/index/styles.html +4 -4
- data/_includes/keywords.html +23 -7
- data/_includes/seo.html +18 -8
- data/_includes/statistiques.html +1 -1
- data/_includes/styles.html +25 -15
- data/_includes/value/lastfiledate.html +15 -2
- data/_includes/value/loadingdata.html +15 -11
- data/_layouts/default.html +12 -41
- data/_layouts/monitoring.html +4 -2
- data/_layouts/rank.html +2 -2
- data/assets/css/styles.css +183 -106
- data/assets/favicons/android-icon-144x144.png +0 -0
- data/assets/favicons/android-icon-192x192.png +0 -0
- data/assets/favicons/android-icon-36x36.png +0 -0
- data/assets/favicons/android-icon-48x48.png +0 -0
- data/assets/favicons/android-icon-72x72.png +0 -0
- data/assets/favicons/android-icon-96x96.png +0 -0
- data/assets/favicons/apple-icon-114x114.png +0 -0
- data/assets/favicons/apple-icon-120x120.png +0 -0
- data/assets/favicons/apple-icon-144x144.png +0 -0
- data/assets/favicons/apple-icon-152x152.png +0 -0
- data/assets/favicons/apple-icon-180x180.png +0 -0
- data/assets/favicons/apple-icon-57x57.png +0 -0
- data/assets/favicons/apple-icon-60x60.png +0 -0
- data/assets/favicons/apple-icon-72x72.png +0 -0
- data/assets/favicons/apple-icon-76x76.png +0 -0
- data/assets/favicons/apple-icon-precomposed.png +0 -0
- data/assets/favicons/apple-icon.png +0 -0
- data/assets/favicons/browserconfig.xml +2 -0
- data/assets/favicons/favicon-16x16.png +0 -0
- data/assets/favicons/favicon-32x32.png +0 -0
- data/assets/favicons/favicon-96x96.png +0 -0
- data/assets/favicons/favicon-original.png +0 -0
- data/assets/favicons/favicon.ico +0 -0
- data/assets/favicons/manifest.json +41 -0
- data/assets/favicons/ms-icon-144x144.png +0 -0
- data/assets/favicons/ms-icon-150x150.png +0 -0
- data/assets/favicons/ms-icon-310x310.png +0 -0
- data/assets/favicons/ms-icon-70x70.png +0 -0
- data/assets/images/loowtus-card.svg +114 -0
- data/assets/images/lotus.svg +1 -18
- data/assets/images/lowtus.png +0 -0
- data/assets/images/lowtus.svg +1 -0
- data/scripts/package.sh +13 -0
- data/scripts/perftest.sh +306 -0
- metadata +34 -4
- data/_plugins/humanize.rb +0 -258
- data/assets/favicons/favicon.png +0 -0
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
{% if observatory %}
|
|
2
|
+
|
|
2
3
|
<div class="progress progress-number flex">
|
|
3
4
|
<div>
|
|
4
5
|
<h4>Securite</h4>
|
|
5
6
|
</div>
|
|
6
7
|
<div>
|
|
7
|
-
{
|
|
8
|
-
{
|
|
9
|
-
{
|
|
10
|
-
{
|
|
11
|
-
{
|
|
12
|
-
{
|
|
8
|
+
{%- assign score = 0 -%}
|
|
9
|
+
{%- for rules in observatory -%}
|
|
10
|
+
{%- for rule in rules -%}
|
|
11
|
+
{%- assign name == rule.name -%}
|
|
12
|
+
{%- if name.size > 0 -%}
|
|
13
|
+
{%- assign scoremodifier = rule.score_modifier -%}
|
|
14
|
+
{%- assign score = score | plus: scoremodifier -%}
|
|
15
|
+
{%- endif -%}
|
|
16
|
+
{%- endfor -%}
|
|
17
|
+
{%- endfor -%}
|
|
13
18
|
<div class="progress-bar-element">
|
|
14
19
|
<div>
|
|
15
|
-
<div class="progress-bar-tooltip" style="left: {% if score < -100 %}100{% else %}{{ score | times: -1
|
|
20
|
+
<div class="progress-bar-tooltip" style="left: {% if score < -100 %}100{% else %}{{ score | times: -1 }}{% endif %}%;z-index:2">{{ pages.name }}</div>
|
|
16
21
|
</div>
|
|
17
22
|
<div>
|
|
18
23
|
<!-- <div class="progress-bar-score" style="transform: translate(50%,35%);color: rgba(34,150,30,1);">Good</div> -->
|
data/_includes/index/styles.html
CHANGED
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
<div>
|
|
7
7
|
<ul>
|
|
8
8
|
<li>
|
|
9
|
-
<b>{{ lighthouse.audits.metrics.details.items[0].observedFirstMeaningfulPaint | times: 1.000 | divided_by: 1000 | round: 2 }}
|
|
9
|
+
<b>{{ lighthouse.audits.metrics.details.items[0].observedFirstMeaningfulPaint | times: 1.000 | divided_by: 1000 | round: 2 }}<small>s</small></b><br>Debut affichage
|
|
10
10
|
</li>
|
|
11
11
|
<li>
|
|
12
|
-
<b>{{ lighthouse.audits.metrics.details.items[0].observedLastVisualChange | times: 1.000 | divided_by: 1000 | round: 2 }}
|
|
12
|
+
<b>{{ lighthouse.audits.metrics.details.items[0].observedLastVisualChange | times: 1.000 | divided_by: 1000 | round: 2 }}<small>s</small></b><br>Fin affichage
|
|
13
13
|
</li>
|
|
14
14
|
<li>
|
|
15
|
-
<b>{{ lighthouse.audits.metrics.details.items[0].totalBlockingTime | times: 1.000 | divided_by: 1000 | round: 2 }}
|
|
15
|
+
<b>{{ lighthouse.audits.metrics.details.items[0].totalBlockingTime | times: 1.000 | divided_by: 1000 | round: 2 }}<small>s</small></b><br>Temps de blocage
|
|
16
16
|
</li>
|
|
17
17
|
<li>
|
|
18
|
-
<b>{{ lighthouse.audits.metrics.details.items[0].observedLoad | times: 1.000 | divided_by: 1000 | round: 2 }}
|
|
18
|
+
<b>{{ lighthouse.audits.metrics.details.items[0].observedLoad | times: 1.000 | divided_by: 1000 | round: 2 }}<small>s</small></b><br>Charge
|
|
19
19
|
</li>
|
|
20
20
|
</ul>
|
|
21
21
|
</div>
|
data/_includes/keywords.html
CHANGED
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
<h3>Position par mots clefs</h3>
|
|
2
2
|
<div class="screamingfrog">
|
|
3
|
-
{% for website in
|
|
4
|
-
{%
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
{% for website in pagestested limit:1 %}
|
|
4
|
+
{% if whatsmyserp %}
|
|
5
|
+
|
|
6
|
+
{% if site.data %}
|
|
7
|
+
{% assign whatsmyserp = site.data.[website].whatsmyserp[datelastcrawl] | sort: 'position' %}
|
|
8
|
+
{% else %}
|
|
9
|
+
{% assign whatsmyserp = [website].whatsmyserp[datelastcrawl] | sort: 'position' %}
|
|
10
|
+
{% endif %}
|
|
11
|
+
|
|
12
|
+
<ul class="flex-list">
|
|
13
|
+
{% for value in whatsmyserp | sort: 'position' %}
|
|
14
|
+
{% if value.position %}
|
|
15
|
+
<li><a href="https://www.google.fr/search?&q={{ value.keyword | replace: ' ', '+'}}" target="_blank"><b>{{ value.keyword }}</b></a> <span>{{ value.position }}</span></li>
|
|
16
|
+
{% endif %}
|
|
17
|
+
{% endfor %}
|
|
18
|
+
{% for value in whatsmyserp | sort: 'position' %}
|
|
19
|
+
{% if !value.position %}
|
|
20
|
+
<li><a href="https://www.google.fr/search?&q={{ value.keyword | replace: ' ', '+'}}" target="_blank"><b>{{ value.keyword }}</b></a> <span>--</span></li>
|
|
21
|
+
{% endif %}
|
|
22
|
+
{% endfor %}
|
|
23
|
+
</ul>
|
|
24
|
+
{% endif %}
|
|
10
25
|
{% endfor %}
|
|
11
26
|
</div>
|
|
27
|
+
|
data/_includes/seo.html
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
|
-
{% for website in
|
|
2
|
-
|
|
1
|
+
{% for website in pagestested limit: 1 %}
|
|
2
|
+
|
|
3
|
+
{% if site.data %}
|
|
4
|
+
{% assign gpagespeed = sites.data.[website].gpagespeed[datelastcrawl] %}
|
|
3
5
|
{% assign seocli = site.data.[website].seocli[datelastcrawl] %}
|
|
4
6
|
{% assign screamingfrog = site.data.[website].screamingfrog[datelastcrawl] %}
|
|
7
|
+
{% else %}
|
|
8
|
+
{% assign gpagespeed = [website].gpagespeed[datelastcrawl] %}
|
|
9
|
+
{% assign seocli = [website].seocli[datelastcrawl] %}
|
|
10
|
+
{% assign screamingfrog = [website].screamingfrog[datelastcrawl] %}
|
|
11
|
+
{% endif %}
|
|
5
12
|
|
|
6
13
|
{% assign urlBlocks = gpagespeed.formattedResults.ruleResults.MinimizeRenderBlockingResources.urlBlocks %}
|
|
14
|
+
|
|
15
|
+
{% if screamingfrog %}
|
|
7
16
|
{% assign liststatus = screamingfrog | sort: 'Status Code' | reverse %}
|
|
8
17
|
{% assign listtitle = screamingfrog | sort: 'Title 1 Length' | reverse %}
|
|
9
18
|
{% assign listmeta = screamingfrog | sort: 'Meta Description 1 Length' | reverse %}
|
|
@@ -14,6 +23,7 @@
|
|
|
14
23
|
{% assign listsizeimage = screamingfrog | sort: 'Size (bytes)' | reverse %}
|
|
15
24
|
{% assign listsizeimage = listsizeimage | where_exp: "item", "item.Content contains 'image'" %}
|
|
16
25
|
{% assign listresponse = screamingfrog | sort: 'Response Time' | reverse %}
|
|
26
|
+
{% endif %}
|
|
17
27
|
|
|
18
28
|
{% assign status = "" | split: ',' %}
|
|
19
29
|
{% assign title = "" | split: ',' %}
|
|
@@ -104,7 +114,7 @@
|
|
|
104
114
|
{% assign value = topList.[Status Code] %}
|
|
105
115
|
{% if value != "OK" %}<li><a href='{{ topList.Address }}'
|
|
106
116
|
title='{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}'>{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}</a>
|
|
107
|
-
<span>{{ value
|
|
117
|
+
<span>{{ value }}</span></li>{% endif %}
|
|
108
118
|
{% endfor %}
|
|
109
119
|
</ol>
|
|
110
120
|
</div>
|
|
@@ -118,7 +128,7 @@
|
|
|
118
128
|
{% assign value = topList.["Title 1 Length"] | times: 1 %}
|
|
119
129
|
{% if value > 65 %}<li><a href='{{ topList.Address }}'
|
|
120
130
|
title='{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}'>{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}</a>
|
|
121
|
-
<span>{{ value
|
|
131
|
+
<span>{{ value }} Characters</span></li>{% endif %}
|
|
122
132
|
{% endfor %}
|
|
123
133
|
</ol>
|
|
124
134
|
</div>
|
|
@@ -132,7 +142,7 @@
|
|
|
132
142
|
{% assign value = topList.["Meta Description 1 Length"] | times: 1 %}
|
|
133
143
|
{% if value > 155 %}<li><a href='{{ topList.Address }}'
|
|
134
144
|
title='{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}'>{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}</a>
|
|
135
|
-
<span>{{ value
|
|
145
|
+
<span>{{ value }} Characters</span></li>{% endif %}
|
|
136
146
|
{% endfor %}
|
|
137
147
|
</ol>
|
|
138
148
|
</div>
|
|
@@ -146,7 +156,7 @@
|
|
|
146
156
|
{% assign value = topList.["H1-1 length"] | times: 1 %}
|
|
147
157
|
{% if value > 70 %}<li><a href='{{ topList.Address }}'
|
|
148
158
|
title='{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}'>{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}</a>
|
|
149
|
-
<span>{{ value
|
|
159
|
+
<span>{{ value }} Characters</span></li>{% endif %}
|
|
150
160
|
{% endfor %}
|
|
151
161
|
</ol>
|
|
152
162
|
</div>
|
|
@@ -162,7 +172,7 @@
|
|
|
162
172
|
{% if content != "image/jpeg" and content != "image/png" and content != "image/gif" and topList.Indexability == "Indexable" %}{% if value > 220000 %}
|
|
163
173
|
<li><a href='{{ topList.Address }}'
|
|
164
174
|
title='{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}'>{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}</a>
|
|
165
|
-
<span>{{ value
|
|
175
|
+
<span>{{ value}}</span></li>{% endif %}{% endif %}
|
|
166
176
|
{% endfor %}
|
|
167
177
|
</ol>
|
|
168
178
|
</div>
|
|
@@ -179,7 +189,7 @@
|
|
|
179
189
|
<li>
|
|
180
190
|
<a href='{{ topList.Address }}'
|
|
181
191
|
title='{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}'>{{ topList.Address | replace: "https://www.leforestier-immobilier.com",""}}</a>
|
|
182
|
-
<span>{{ value
|
|
192
|
+
<span>{{ value}}</span></li>{% endif %}{% endif %}
|
|
183
193
|
{% endfor %}
|
|
184
194
|
</ol>
|
|
185
195
|
</div>
|
data/_includes/statistiques.html
CHANGED
data/_includes/styles.html
CHANGED
|
@@ -3,32 +3,42 @@
|
|
|
3
3
|
|
|
4
4
|
<div class="table">
|
|
5
5
|
{% for data in file %}
|
|
6
|
-
{% assign stylestats = site.data.accueil.stylestats[data] %}
|
|
7
6
|
|
|
8
|
-
{% if
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
{%
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
7
|
+
{% if site.data %}
|
|
8
|
+
{% assign stylestats = site.data.accueil.stylestats[data] %}
|
|
9
|
+
{% else %}
|
|
10
|
+
{% assign stylestats = accueil.stylestats[data] %}
|
|
11
|
+
{% endif %}
|
|
12
|
+
|
|
13
|
+
{% if stylestats %}
|
|
14
|
+
<div class="grid">
|
|
15
|
+
<div class="box date">
|
|
16
|
+
<span>Date</span>
|
|
17
|
+
<p>{{ data | date: "%d %b %y" }}</p>
|
|
18
|
+
</div>
|
|
19
|
+
{% for value in stylestats %}
|
|
20
|
+
{% if value[0] == "size" or value[0] == "rules" or value[0] == "declarations" or value[0] == "declarations" or value[0] == "selectors" or value[0] == "totalUniqueFontSizes" or value[0] == "totalUniqueFontFamilies" or value[0] == "importantKeywords" or value[0] == "simplicity" or value[0] == "averageOfIdentifier" %}
|
|
21
|
+
<div class="box score">
|
|
22
|
+
<span class="title">{{ value[0] }}</span>
|
|
23
|
+
<span class="number">{{ value[1] | round:3 }}</span> <br>
|
|
24
|
+
</div>
|
|
25
|
+
{% endif %}
|
|
26
|
+
{% endfor %}
|
|
19
27
|
</div>
|
|
20
28
|
{% endif %}
|
|
21
|
-
{% endfor %}
|
|
22
|
-
</div>
|
|
23
|
-
{% endif %}
|
|
24
29
|
{% endfor %}
|
|
25
30
|
</div>
|
|
26
31
|
|
|
27
32
|
<h3>Couleurs</h3>
|
|
28
33
|
<p>Liste des couleurs de la charte graphique. Supprimer les couleurs trop similaires ou non utilisées.</p>
|
|
29
34
|
|
|
35
|
+
{% if site.data %}
|
|
30
36
|
{% assign stylestats = site.data.accueil.stylestats[datelastcrawl] %}
|
|
31
37
|
{% assign wallace = site.data.accueil.wallace[datelastcrawl] %}
|
|
38
|
+
{% else %}
|
|
39
|
+
{% assign stylestats = accueil.stylestats[datelastcrawl] %}
|
|
40
|
+
{% assign wallace = accueil.wallace[datelastcrawl] %}
|
|
41
|
+
{% endif %}
|
|
32
42
|
|
|
33
43
|
{% assign totalcolor = "" %}
|
|
34
44
|
{% for color in wallace["values.colors.unique"] %}
|
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
{% comment %}List all the date of files stocked{% endcomment %}
|
|
2
2
|
{% assign files = "" | split: ',' %}
|
|
3
|
-
|
|
4
|
-
{%
|
|
3
|
+
|
|
4
|
+
{% assign pagestested = site.data.config.pagestested %}
|
|
5
|
+
|
|
6
|
+
{{ pagestested }}
|
|
7
|
+
|
|
8
|
+
{% for website in pagestested limit:1 %}
|
|
9
|
+
|
|
10
|
+
{% if site.data %}
|
|
11
|
+
{% assign gpagespeed = site.data.[website].gpagespeed %}
|
|
12
|
+
{% else %}
|
|
13
|
+
{{ website }}
|
|
14
|
+
{% endif %}
|
|
15
|
+
|
|
16
|
+
{% for org_hash in gpagespeed %}
|
|
5
17
|
{% assign files = files | push: org_hash[0] %}
|
|
6
18
|
{% endfor %}
|
|
7
19
|
{% endfor %}
|
|
8
20
|
|
|
21
|
+
|
|
9
22
|
{% comment %}List the name of url tested{% endcomment %}
|
|
10
23
|
{{ site.urltested[0] }}
|
|
11
24
|
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
{%
|
|
3
|
-
{% assign
|
|
4
|
-
{% assign
|
|
5
|
-
{% assign
|
|
6
|
-
{% assign
|
|
7
|
-
{% assign
|
|
1
|
+
|
|
2
|
+
{% comment %}Assign variables{% endcomment %}
|
|
3
|
+
{% assign gpagespeed = site.data[websitetested][page].gpagespeed[datelastcrawl] %}
|
|
4
|
+
{% assign lighthouse = site.data[websitetested][page].lighthouse[datelastcrawl] %}
|
|
5
|
+
{% assign moz = site.data[websitetested][page].moz[datelastcrawl]%}
|
|
6
|
+
{% assign stylestats = site.data[websitetested][page].stylestats[datelastcrawl] %}
|
|
7
|
+
{% assign observatory = site.data[websitetested][page].observatory[datelastcrawl] %}
|
|
8
|
+
{% assign wallace = site.data[websitetested][page].wallace[datelastcrawl] %}
|
|
9
|
+
{% assign htmlvalidator = site.data[websitetested][page].htmlvalidator[datelastcrawl] %}
|
|
10
|
+
{% assign greenweb = site.data[websitetested][page].greenweb[datelastcrawl] %}
|
|
11
|
+
{% assign pa11y = site.data[websitetested][page].pa11y[datelastcrawl] %}
|
|
8
12
|
|
|
9
13
|
{% comment %}Calcul du score moyen à partir des données httparchive{% endcomment %}
|
|
10
14
|
{% assign domaverage = 600 | times: 3 %}{% assign httpaverage = 74 | times: 2 %}
|
|
@@ -31,8 +35,8 @@
|
|
|
31
35
|
{% assign indexesname = "Accessibilité,Bonnes pratiques,Performance,SEO,PWA,Speed Index" | split: ',' %}
|
|
32
36
|
{% assign indexes = indexes | push: lighthouse.categories.accessibility.score | push: lighthouse.categories.best-practices.score | push: lighthouse.categories.performance.score | push: lighthouse.categories.seo.score | push: lighthouse.categories.pwa.score | push: lighthouse.audits.speed-index.score %}
|
|
33
37
|
|
|
34
|
-
{% assign ecoaverageposition = ecoaverage | times: 100 | divided_by: ecodiviser %}
|
|
35
|
-
{% assign ecoaverage = ecoaverage | times: 100 | divided_by: ecodiviser | minus: 100 | times: -1%}
|
|
36
|
-
{% assign ecoposition = eco | times: 100 | divided_by: ecodiviser %}
|
|
37
|
-
{% assign eco = eco | times: 100 | divided_by: ecodiviser | minus: 100 | times: -1%}
|
|
38
|
+
{% assign ecoaverageposition = ecoaverage | times: 100 | divided_by: ecodiviser | round %}
|
|
39
|
+
{% assign ecoaverage = ecoaverage | times: 100 | divided_by: ecodiviser | minus: 100 | times: -1 | round %}
|
|
40
|
+
{% assign ecoposition = eco | times: 100 | divided_by: ecodiviser | round %}
|
|
41
|
+
{% assign eco = eco | times: 100 | divided_by: ecodiviser | minus: 100 | times: -1 | round %}
|
|
38
42
|
{% if eco < 0 %}{% assign ecoposition = 105 %}{% endif %}
|
data/_layouts/default.html
CHANGED
|
@@ -14,36 +14,24 @@
|
|
|
14
14
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
15
15
|
|
|
16
16
|
<!-- SEO -->
|
|
17
|
-
<title>{% if page.title %}{{ page.title }}{% endif %}
|
|
17
|
+
<title>{% if page.title %}{{ page.title }} | {% endif %}{% if page.description %}{{ page.description }} -
|
|
18
18
|
{% endif %}{{ site.name }}</title>
|
|
19
19
|
|
|
20
|
-
{% seo title=false type=WebPage %}
|
|
21
20
|
<meta name="subject" content="{{ site.subject }}">
|
|
22
|
-
<meta name="generator" content="jekyll v{{ jekyll.version }}">
|
|
21
|
+
{% if jekyll.version %}<meta name="generator" content="jekyll v{{ jekyll.version }}">{% endif %}
|
|
23
22
|
<meta itemprop="name" content="{% if page.title %}{{ page.title }}{% endif %} | {% if page.description %}{{ page.description }} - {% endif %}{{ site.name }}">
|
|
24
23
|
<meta itemprop="description" content="{{ site.subject }}">
|
|
25
24
|
<meta name="robots" content="{{ site.robots }}">
|
|
26
25
|
|
|
27
26
|
<!-- Profiles -->
|
|
28
27
|
<link href="/humans.txt" rel="author" type="text/plain" />
|
|
29
|
-
|
|
30
|
-
<
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
font-display: swap;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@font-face {
|
|
40
|
-
font-family: IBMPlexMono;
|
|
41
|
-
font-weight: 300;
|
|
42
|
-
|
|
43
|
-
src: url('../../assets/fonts/IBMPlexMono-Medium.woff2');
|
|
44
|
-
unicode-range: U+0030-0039;
|
|
45
|
-
}
|
|
46
|
-
</style>
|
|
28
|
+
<link rel="icon" href="/assets/favicons/favicon.ico">
|
|
29
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons//apple-icon-180x180.png">
|
|
30
|
+
<link rel="icon" type="image/png" sizes="192x192" href="/assets/favicons//android-icon-192x192.png">
|
|
31
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
|
|
32
|
+
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicons/favicon-96x96.png">
|
|
33
|
+
<link rel="manifest" href="/assets/favicons/manifest.json">
|
|
34
|
+
<meta name="theme-color" content="#000000">
|
|
47
35
|
|
|
48
36
|
<script>
|
|
49
37
|
if ("fonts" in document) {
|
|
@@ -59,29 +47,12 @@
|
|
|
59
47
|
</head>
|
|
60
48
|
|
|
61
49
|
<body>
|
|
62
|
-
|
|
50
|
+
{{site.baseurl}}
|
|
63
51
|
<header class="wrapper">
|
|
64
52
|
<h1>
|
|
65
53
|
<a href="/">
|
|
66
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="48">
|
|
67
|
-
|
|
68
|
-
<path fill="#f7b239" d="M331.164 202.563a237.905 237.905 0 00-22.589 19.904c-22.866 22.842-40.65 49.982-52.583 79.495-11.921-29.513-29.717-56.653-52.571-79.495a236.697 236.697 0 00-22.601-19.916c18.218-38.591 43.287-74.739 75.172-106.623 31.896 31.884 56.954 68.043 75.172 106.635z"/>
|
|
69
|
-
<g fill="#f95428">
|
|
70
|
-
<path d="M255.992 301.961c-11.403 28.212-17.447 58.604-17.447 89.525 0 2.637.036 5.286.144 7.923-24.335-60-72.27-107.587-131.934-131.705v-.012c-1.144-32.439 4.347-65.636 17.303-97.677 20.831 8.417 39.832 19.434 56.761 32.535a236.697 236.697 0 0122.601 19.916c22.854 22.842 40.651 49.983 52.572 79.495z"/>
|
|
71
|
-
<path d="M405.24 267.705c-84.745 34.257-145.841 115.895-149.236 213.15-1.011-28.79-7.068-56.22-17.315-81.445a193.863 193.863 0 01-.144-7.923c0-30.921 6.045-61.313 17.447-89.525 11.933-29.513 29.717-56.653 52.583-79.495a237.905 237.905 0 0122.589-19.904c16.942-13.113 35.942-24.13 56.785-32.547 12.956 32.041 18.435 65.238 17.291 97.677v.012z"/>
|
|
72
|
-
</g>
|
|
73
|
-
<g fill="#31af0e">
|
|
74
|
-
<path d="M494.488 250.402c2.818 0 5.635.048 8.477.144-4.6 131.801-115.172 234.908-246.961 230.309 3.396-97.255 64.492-178.893 149.236-213.15 27.634-11.174 57.773-17.303 89.248-17.303zM238.689 399.409c10.247 25.226 16.304 52.655 17.315 81.445-131.801 4.6-242.374-98.507-246.974-230.308 2.842-.096 5.659-.144 8.477-.144 31.475 0 61.626 6.129 89.248 17.303 59.664 24.118 107.599 71.704 131.934 131.704z"/>
|
|
75
|
-
</g>
|
|
76
|
-
<g fill="#333">
|
|
77
|
-
<path d="M503.284 241.523c-30.681-1.073-60.701 3.437-88.907 13.074-.561-30.125-6.613-59.657-18.053-87.969a9.031 9.031 0 00-11.757-4.99c-17.868 7.219-34.602 16.337-50.073 27.239-18.572-36.63-42.787-70.01-72.118-99.331a9.03 9.03 0 00-12.77.001c-29.345 29.345-53.558 62.72-72.116 99.316-15.462-10.895-32.189-20.009-50.052-27.225a9.03 9.03 0 00-11.756 4.99c-11.459 28.358-17.514 57.939-18.059 88.115-27.821-9.561-57.802-14.304-88.907-13.22a9.03 9.03 0 00-8.71 9.34c4.667 133.635 114.858 239.166 247.549 239.166 2.801 0 5.626-.051 8.446-.144 2.827.095 5.639.144 8.447.144 132.679 0 242.882-105.538 247.548-239.166a9.033 9.033 0 00-8.712-9.34zm-106.935 20.035c-25.721 11.127-49.616 26.708-70.719 46.388-33.781 31.501-57.575 70.871-69.666 114.263a245.653 245.653 0 00-8.296-24.517 202.148 202.148 0 01-.089-6.204c0-29.597 5.65-58.577 16.791-86.138 11.67-28.877 28.691-54.616 50.594-76.505 19.65-19.662 42.457-35.391 67.901-46.844 9.235 25.698 13.759 52.392 13.484 79.557zm-140.356-152.7c25.894 27.165 47.344 57.764 63.898 91.151a247.135 247.135 0 00-17.699 16.065 246.083 246.083 0 00-46.193 63.998c-11.872-23.693-27.349-45.161-46.193-63.993a246.736 246.736 0 00-17.714-16.083c16.541-33.357 37.993-63.954 63.901-91.138zm-126.85 73.143c25.446 11.455 48.25 27.185 67.891 46.848 21.086 21.074 37.623 45.703 49.224 73.233-7.739 19.991-12.816 40.654-15.183 61.733-26.621-45.203-67.137-81.123-115.419-102.079-.296-27.226 4.23-53.981 13.487-79.735zM18.56 259.432c57.953.248 112.867 21.972 155.494 61.724 42.63 39.753 68.133 93.01 72.42 150.81-119.468-.562-219.021-93.396-227.914-212.534zm246.967 212.533c4.288-57.799 29.788-111.056 72.42-150.81s97.536-61.479 155.495-61.724c-8.896 119.146-108.437 211.984-227.915 212.534z"/>
|
|
78
|
-
<circle cx="14.088" cy="206.106" r="9.031"/>
|
|
79
|
-
<circle cx="124.058" cy="105.841" r="9.031"/>
|
|
80
|
-
<circle cx="255.992" cy="31.002" r="9.031"/>
|
|
81
|
-
<circle cx="387.949" cy="105.841" r="9.031"/>
|
|
82
|
-
<circle cx="497.896" cy="206.106" r="9.031"/>
|
|
83
|
-
</g>
|
|
84
|
-
</svg> {{ site.name }}</a> <small>- {{ site.title }}</small>
|
|
54
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="48"><path fill="#d6b900" d="M348.012 201.627c-7.942 6.151-32.335 13.735-39.437 20.84-22.866 22.842-40.65 49.982-52.583 79.495-11.921-29.513-29.717-56.653-52.571-79.495-7.103-7.112-25.884-21.252-33.833-27.404 5.114-40.463 54.519-96.267 86.404-128.151 31.896 31.884 86.906 90.507 92.02 134.715z" fill-opacity=".963" stroke="#555"/><g fill="#d44f4f" stroke="#555"><path d="M255.992 301.961c-11.403 28.212-17.447 58.604-17.447 89.525 0 2.637.036 5.286.144 7.923-24.335-60-72.27-107.587-131.934-131.705v-.012c-1.144-32.439 4.347-65.636 17.303-97.677 20.831 8.417 39.832 19.434 56.761 32.535a236.697 236.697 0 0122.601 19.916c22.854 22.842 40.651 49.983 52.572 79.495z"/><path d="M405.24 267.705c-84.745 34.257-145.841 115.895-149.236 213.15-1.011-28.79-7.068-56.22-17.315-81.445a193.863 193.863 0 01-.144-7.923c0-30.921 6.045-61.313 17.447-89.525 11.933-29.513 29.717-56.653 52.583-79.495a237.905 237.905 0 0122.589-19.904c16.942-13.113 35.942-24.13 56.785-32.547 12.956 32.041 18.435 65.238 17.291 97.677v.012z"/></g><path d="M494.5 250.4c2.8 0 5.6 0 8.5.1-4.6 131.8-115.2 234.9-247 230.3 3.4-97.3 64.5-178.9 149.2-213.2 27.6-11.2 57.8-17.3 89.2-17.3zm-255.8 149c10.2 25.2 16.3 52.7 17.3 81.4-131.8 4.6-242.4-98.5-247-230.3 2.8-.1 5.7-.1 8.5-.1 31.5 0 61.6 6.1 89.2 17.3 59.7 24.1 107.6 71.7 131.9 131.7z" fill="#2296aa" stroke="#555" stroke-width="2.2"/></svg>
|
|
55
|
+
{{ site.name }}</a> <small>{{ site.title }}</small>
|
|
85
56
|
</h1>
|
|
86
57
|
</header>
|
|
87
58
|
|
data/_layouts/monitoring.html
CHANGED
|
@@ -21,8 +21,8 @@ layout: default
|
|
|
21
21
|
|
|
22
22
|
{% for action in site.actions %}
|
|
23
23
|
{% unless action.done %}
|
|
24
|
-
<h3>{{ action.date
|
|
25
|
-
{{ action
|
|
24
|
+
<h3>{{ action.date }}</h3>
|
|
25
|
+
{{ action }}
|
|
26
26
|
{% endunless %}
|
|
27
27
|
{% endfor %}
|
|
28
28
|
|
|
@@ -38,6 +38,8 @@ layout: default
|
|
|
38
38
|
{% include seo.html %}
|
|
39
39
|
{% endif %}
|
|
40
40
|
|
|
41
|
+
{{ datelastcrawl }}ss
|
|
42
|
+
|
|
41
43
|
<!--/ KEYWORDS -->
|
|
42
44
|
{% if site.zone.competitors == true %}
|
|
43
45
|
<h2>Concurrence</h2>
|
data/_layouts/rank.html
CHANGED
|
@@ -7,7 +7,7 @@ layout: default
|
|
|
7
7
|
<div class="list-rank" id="rank">
|
|
8
8
|
<h3>Classement <small>le {{ datelastcrawl }}</small></h3>
|
|
9
9
|
<ul class="list-rank">
|
|
10
|
-
{% for website in
|
|
10
|
+
{% for website in pagestested %}
|
|
11
11
|
{% include value/loadingdata.html %}
|
|
12
12
|
<li style="order: {{ eco }};">
|
|
13
13
|
<a href="#site-{{ forloop.index0 }}" class="anchor" data-scroll>{{ website | replace: "-", " " }}</a>
|
|
@@ -24,7 +24,7 @@ layout: default
|
|
|
24
24
|
<hr>
|
|
25
25
|
|
|
26
26
|
<div class="list-stats">
|
|
27
|
-
{% for website in
|
|
27
|
+
{% for website in pagestested %}
|
|
28
28
|
|
|
29
29
|
{% include value/loadingdata.html %}
|
|
30
30
|
|
data/assets/css/styles.css
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
/*------------------
|
|
2
|
+
FTON
|
|
3
|
+
------------------*/
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: Optiker;
|
|
7
|
+
font-weight: 300;
|
|
8
|
+
|
|
9
|
+
src: url('../../assets/fonts/Optiker-K.woff2');
|
|
10
|
+
font-display: swap;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: IBMPlexMono;
|
|
15
|
+
font-weight: 300;
|
|
16
|
+
|
|
17
|
+
src: url('../../assets/fonts/IBMPlexMono-Medium.woff2');
|
|
18
|
+
unicode-range: U+0030-0039;
|
|
19
|
+
}
|
|
20
|
+
|
|
1
21
|
/*------------------
|
|
2
22
|
LAYOUT
|
|
3
23
|
------------------*/
|
|
@@ -22,13 +42,11 @@ header {
|
|
|
22
42
|
|
|
23
43
|
header a {
|
|
24
44
|
display: block;
|
|
25
|
-
padding: 0.5em 0 1em 0.5em;
|
|
26
|
-
text-decoration: none;
|
|
27
45
|
font-weight: 200;
|
|
46
|
+
text-decoration: none;
|
|
28
47
|
}
|
|
29
48
|
|
|
30
|
-
header a,
|
|
31
|
-
header small {
|
|
49
|
+
header a, header small {
|
|
32
50
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
|
|
33
51
|
}
|
|
34
52
|
|
|
@@ -47,8 +65,7 @@ header svg {
|
|
|
47
65
|
max-width: 75em;
|
|
48
66
|
}
|
|
49
67
|
|
|
50
|
-
body,
|
|
51
|
-
.article {
|
|
68
|
+
body, .article {
|
|
52
69
|
margin: auto;
|
|
53
70
|
line-height: 1.8125rem;
|
|
54
71
|
font-size: 1rem;
|
|
@@ -58,16 +75,18 @@ body,
|
|
|
58
75
|
TYPOGRAPHY
|
|
59
76
|
------------------*/
|
|
60
77
|
|
|
61
|
-
h1,
|
|
62
|
-
.h1 {
|
|
78
|
+
h1, .h1 {
|
|
63
79
|
margin-top: 1.8125rem;
|
|
64
80
|
margin-bottom: 3.625rem;
|
|
65
81
|
line-height: 5.4375rem;
|
|
66
82
|
font-size: 5.1875rem;
|
|
67
83
|
}
|
|
68
84
|
|
|
69
|
-
|
|
70
|
-
|
|
85
|
+
.wrapper h1 {
|
|
86
|
+
text-align: center;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
h2, .h2 {
|
|
71
90
|
margin-top: 1.8125rem;
|
|
72
91
|
margin-bottom: 1.8125rem;
|
|
73
92
|
line-height: 3.625rem;
|
|
@@ -84,61 +103,58 @@ h2:not(:first-of-type):before {
|
|
|
84
103
|
background: #555;
|
|
85
104
|
}
|
|
86
105
|
|
|
87
|
-
|
|
106
|
+
h3 {
|
|
88
107
|
font-family: Optiker, sans-serif;
|
|
89
108
|
}
|
|
90
109
|
|
|
91
|
-
|
|
92
|
-
h3+p {
|
|
110
|
+
h3 + p {
|
|
93
111
|
margin-top: -2.5rem;
|
|
94
112
|
margin-bottom: 1em;
|
|
95
113
|
line-height: 1.2;
|
|
96
114
|
font-size: 0.85em;
|
|
97
115
|
}
|
|
98
116
|
|
|
99
|
-
h3+p {
|
|
117
|
+
h3 + p {
|
|
100
118
|
margin-top: -1.8125rem;
|
|
101
119
|
}
|
|
102
120
|
|
|
103
|
-
h2 small,
|
|
104
|
-
h3 small {
|
|
121
|
+
h2 small, h3 small {
|
|
105
122
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
|
|
106
123
|
}
|
|
107
124
|
|
|
108
|
-
header h1,
|
|
109
|
-
h3,
|
|
110
|
-
.h3 {
|
|
125
|
+
header h1, h3, .h3 {
|
|
111
126
|
margin-top: 1.8125rem;
|
|
112
127
|
margin-bottom: 1.8125rem;
|
|
113
128
|
line-height: 1.8125rem;
|
|
114
129
|
font-size: 1.75rem;
|
|
115
130
|
}
|
|
116
131
|
|
|
117
|
-
h4,
|
|
118
|
-
.h4 {
|
|
132
|
+
h4, .h4 {
|
|
119
133
|
margin-top: 1.8125rem;
|
|
120
134
|
margin-bottom: 0;
|
|
121
135
|
line-height: 1.8125rem;
|
|
122
136
|
font-size: 1rem;
|
|
123
137
|
}
|
|
124
138
|
|
|
125
|
-
header h1,
|
|
126
|
-
header p {
|
|
127
|
-
display: flex;
|
|
128
|
-
align-items: baseline;
|
|
139
|
+
header h1, header p {
|
|
129
140
|
margin: 0;
|
|
130
141
|
}
|
|
131
142
|
|
|
143
|
+
@media screen and (min-width: 768px) {
|
|
144
|
+
header h1, header p {
|
|
145
|
+
display: flex;
|
|
146
|
+
align-items: baseline;
|
|
147
|
+
}
|
|
148
|
+
header a {
|
|
149
|
+
padding: 0.5em 0 1em 0.5em;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
132
153
|
header a {
|
|
133
154
|
color: currentColor;
|
|
134
155
|
}
|
|
135
156
|
|
|
136
|
-
p,
|
|
137
|
-
ul,
|
|
138
|
-
ol,
|
|
139
|
-
pre,
|
|
140
|
-
table,
|
|
141
|
-
blockquote {
|
|
157
|
+
p, ul, ol, pre, table, blockquote {
|
|
142
158
|
margin-top: 0;
|
|
143
159
|
margin-bottom: 1.5rem;
|
|
144
160
|
}
|
|
@@ -156,6 +172,22 @@ a {
|
|
|
156
172
|
text-align: center;
|
|
157
173
|
}
|
|
158
174
|
|
|
175
|
+
/*------------------
|
|
176
|
+
BLOCK
|
|
177
|
+
------------------*/
|
|
178
|
+
|
|
179
|
+
.presentation {
|
|
180
|
+
margin: 1.5em auto 2em;
|
|
181
|
+
padding: 1em 1em 0.1em;
|
|
182
|
+
max-width: 30em;
|
|
183
|
+
line-height: 1.2;
|
|
184
|
+
font-size: 1.5em;
|
|
185
|
+
text-align: center;
|
|
186
|
+
color: #fefefe;
|
|
187
|
+
background: #111;
|
|
188
|
+
border-radius: 10px;
|
|
189
|
+
}
|
|
190
|
+
|
|
159
191
|
/*------------------
|
|
160
192
|
LIST
|
|
161
193
|
------------------*/
|
|
@@ -170,21 +202,18 @@ a {
|
|
|
170
202
|
margin-bottom: -1em;
|
|
171
203
|
}
|
|
172
204
|
|
|
173
|
-
.list-actions ol,
|
|
174
|
-
.list-actions ul {
|
|
205
|
+
.list-actions ol, .list-actions ul {
|
|
175
206
|
margin: 2rem 0;
|
|
176
207
|
padding: 0;
|
|
177
208
|
}
|
|
178
209
|
|
|
179
|
-
.list-actions-grid ol,
|
|
180
|
-
.list-actions-grid ul {
|
|
210
|
+
.list-actions-grid ol, .list-actions-grid ul {
|
|
181
211
|
display: grid;
|
|
182
212
|
grid-template-columns: repeat(2, minmax(100px, 1fr));
|
|
183
213
|
grid-gap: 0 1em;
|
|
184
214
|
}
|
|
185
215
|
|
|
186
|
-
.list-actions ol li,
|
|
187
|
-
.list-actions ul li {
|
|
216
|
+
.list-actions ol li, .list-actions ul li {
|
|
188
217
|
position: relative;
|
|
189
218
|
display: flex;
|
|
190
219
|
justify-content: space-between;
|
|
@@ -206,8 +235,7 @@ a {
|
|
|
206
235
|
word-break: break-all;
|
|
207
236
|
}
|
|
208
237
|
|
|
209
|
-
.list-actions ol li
|
|
210
|
-
.list-actions ul li>* {
|
|
238
|
+
.list-actions ol li > *, .list-actions ul li > * {
|
|
211
239
|
display: flex;
|
|
212
240
|
align-items: center;
|
|
213
241
|
flex: 0 1 auto;
|
|
@@ -215,26 +243,22 @@ a {
|
|
|
215
243
|
padding: 1em 2em 1em 1em;
|
|
216
244
|
}
|
|
217
245
|
|
|
218
|
-
.list-actions ol li
|
|
219
|
-
.list-actions ul li>*:first-child {
|
|
246
|
+
.list-actions ol li > *:first-child, .list-actions ul li > *:first-child {
|
|
220
247
|
position: relative;
|
|
221
248
|
overflow: scroll;
|
|
222
249
|
flex-grow: 999;
|
|
223
250
|
white-space: nowrap;
|
|
224
251
|
}
|
|
225
252
|
|
|
226
|
-
.list-actions ol li
|
|
227
|
-
.list-actions ul li>*:last-child {
|
|
253
|
+
.list-actions ol li > *:last-child, .list-actions ul li > *:last-child {
|
|
228
254
|
padding-right: 1em;
|
|
229
255
|
}
|
|
230
256
|
|
|
231
|
-
.list-actions-title ol li,
|
|
232
|
-
.list-actions-title ul li {
|
|
257
|
+
.list-actions-title ol li, .list-actions-title ul li {
|
|
233
258
|
margin-top: 6em;
|
|
234
259
|
}
|
|
235
260
|
|
|
236
|
-
.list-actions ol li h4,
|
|
237
|
-
.list-actions ul li h4 {
|
|
261
|
+
.list-actions ol li h4, .list-actions ul li h4 {
|
|
238
262
|
position: absolute;
|
|
239
263
|
top: -1.5em;
|
|
240
264
|
left: 0;
|
|
@@ -245,8 +269,7 @@ a {
|
|
|
245
269
|
background: #333;
|
|
246
270
|
}
|
|
247
271
|
|
|
248
|
-
.list-actions ol li b,
|
|
249
|
-
.list-actions ul li b {
|
|
272
|
+
.list-actions ol li b, .list-actions ul li b {
|
|
250
273
|
justify-content: center;
|
|
251
274
|
min-width: 6rem;
|
|
252
275
|
max-width: 15rem;
|
|
@@ -304,12 +327,12 @@ a {
|
|
|
304
327
|
align-self: flex-start;
|
|
305
328
|
padding-right: 12px;
|
|
306
329
|
min-width: 1.5em;
|
|
330
|
+
font-family: IBMPlexMono, optiker, sans-serif;
|
|
307
331
|
font-size: 1.5em;
|
|
308
332
|
font-weight: bold;
|
|
309
333
|
transform: translateY(-50%);
|
|
310
334
|
text-align: center;
|
|
311
335
|
color: currentColor;
|
|
312
|
-
font-family: IBMPlexMono, optiker, sans-serif;
|
|
313
336
|
|
|
314
337
|
font-variant-numeric: tabular-nums;
|
|
315
338
|
}
|
|
@@ -319,6 +342,79 @@ a {
|
|
|
319
342
|
flex-direction: column-reverse;
|
|
320
343
|
}
|
|
321
344
|
|
|
345
|
+
.list-stats-title {
|
|
346
|
+
padding-top: 1em;
|
|
347
|
+
white-space: nowrap;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
@media screen and (min-width: 768px) {
|
|
351
|
+
.list-stats-title {
|
|
352
|
+
display: flex;
|
|
353
|
+
flex-wrap: nowrap;
|
|
354
|
+
align-items: center;
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.list-stats-title > *, .list-stats-title div > * {
|
|
359
|
+
display: flex;
|
|
360
|
+
align-items: center;
|
|
361
|
+
margin: 0;
|
|
362
|
+
flex: 1;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.list-stats-title .anchor {
|
|
366
|
+
max-width: 2em;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.list-stats-title > h2 {
|
|
370
|
+
flex: 5;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/** List Home */
|
|
374
|
+
.list-home {
|
|
375
|
+
text-align: center;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.list-home ul {
|
|
379
|
+
display: flex;
|
|
380
|
+
flex-direction: column;
|
|
381
|
+
margin: auto;
|
|
382
|
+
max-width: 40rem;
|
|
383
|
+
list-style: none;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.list-home li {
|
|
387
|
+
display: flex;
|
|
388
|
+
align-items: center;
|
|
389
|
+
margin-bottom: 1em;
|
|
390
|
+
padding: 1em;
|
|
391
|
+
line-height: 1;
|
|
392
|
+
text-align: left;
|
|
393
|
+
border-radius: 5px;
|
|
394
|
+
background: #fff;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.list-home a {
|
|
398
|
+
font-size: 1.5em;
|
|
399
|
+
text-decoration: none;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.list-home span {
|
|
403
|
+
display: flex;
|
|
404
|
+
flex: 1;
|
|
405
|
+
justify-content: flex-end;
|
|
406
|
+
}
|
|
407
|
+
.list-home b {
|
|
408
|
+
padding: 0.45em 0.4em 0.25em;
|
|
409
|
+
min-width: 2.5em;
|
|
410
|
+
font-family: IBMPlexMono, optiker, sans-serif;
|
|
411
|
+
font-size: 1.3rem;
|
|
412
|
+
text-align: center;
|
|
413
|
+
color: #fefefe;
|
|
414
|
+
background: #333;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/** List Rank */
|
|
322
418
|
.list-rank {
|
|
323
419
|
margin: 2em auto;
|
|
324
420
|
padding: 1em 3em 2em;
|
|
@@ -346,22 +442,21 @@ a {
|
|
|
346
442
|
|
|
347
443
|
.list-rank a {
|
|
348
444
|
margin-right: 0.2em;
|
|
349
|
-
text-transform: capitalize;
|
|
350
445
|
}
|
|
351
446
|
|
|
352
447
|
.list-rank span {
|
|
353
448
|
display: flex;
|
|
354
|
-
justify-content: flex-end;
|
|
355
449
|
flex: 1;
|
|
450
|
+
justify-content: flex-end;
|
|
356
451
|
}
|
|
357
452
|
.list-rank b {
|
|
358
453
|
padding: 0.45em 0.4em 0.25em;
|
|
454
|
+
min-width: 2.5em;
|
|
359
455
|
font-family: IBMPlexMono, optiker, sans-serif;
|
|
360
456
|
font-size: 1.3rem;
|
|
457
|
+
text-align: center;
|
|
361
458
|
color: #fefefe;
|
|
362
459
|
background: #333;
|
|
363
|
-
min-width: 2.5em;
|
|
364
|
-
text-align: center;
|
|
365
460
|
}
|
|
366
461
|
|
|
367
462
|
.grid:not(:nth-last-child(-n+3)) ul li {
|
|
@@ -388,21 +483,11 @@ a {
|
|
|
388
483
|
order: 4;
|
|
389
484
|
}
|
|
390
485
|
|
|
391
|
-
.list-actions ul li.progressive-web-app
|
|
392
|
-
.list-actions ul li.performance~.performance,
|
|
393
|
-
.list-actions ul li.best-practices~.best-practices,
|
|
394
|
-
.list-actions ul li.accessibility~.accessibility,
|
|
395
|
-
.list-actions ul li.seo~.seo,
|
|
396
|
-
.list-actions ul li.pwa~.pwa {
|
|
486
|
+
.list-actions ul li.progressive-web-app ~ .progressive-web-app, .list-actions ul li.performance ~ .performance, .list-actions ul li.best-practices ~ .best-practices, .list-actions ul li.accessibility ~ .accessibility, .list-actions ul li.seo ~ .seo, .list-actions ul li.pwa ~ .pwa {
|
|
397
487
|
margin-top: -1px;
|
|
398
488
|
}
|
|
399
489
|
|
|
400
|
-
.list-actions ul li.progressive-web-app
|
|
401
|
-
.list-actions ul li.performance~.performance::before,
|
|
402
|
-
.list-actions ul li.best-practices~.best-practices::before,
|
|
403
|
-
.list-actions ul li.accessibility~.accessibility::before,
|
|
404
|
-
.list-actions ul li.seo~.seo::before,
|
|
405
|
-
.list-actions ul li.pwa~.pwa::before {
|
|
490
|
+
.list-actions ul li.progressive-web-app ~ .progressive-web-app::before, .list-actions ul li.performance ~ .performance::before, .list-actions ul li.best-practices ~ .best-practices::before, .list-actions ul li.accessibility ~ .accessibility::before, .list-actions ul li.seo ~ .seo::before, .list-actions ul li.pwa ~ .pwa::before {
|
|
406
491
|
display: none;
|
|
407
492
|
}
|
|
408
493
|
|
|
@@ -429,17 +514,17 @@ a {
|
|
|
429
514
|
|
|
430
515
|
.grid {
|
|
431
516
|
display: flex;
|
|
517
|
+
overflow: hidden;
|
|
432
518
|
flex-wrap: wrap;
|
|
433
519
|
margin: 0;
|
|
434
520
|
max-width: 100%;
|
|
435
|
-
overflow: hidden;
|
|
436
521
|
}
|
|
437
522
|
|
|
438
523
|
.grid:not(:nth-last-child(-n+3)) {
|
|
439
524
|
display: none !important;
|
|
440
525
|
}
|
|
441
526
|
|
|
442
|
-
.grid
|
|
527
|
+
.grid > * {
|
|
443
528
|
flex: 1 1 auto;
|
|
444
529
|
}
|
|
445
530
|
|
|
@@ -456,9 +541,9 @@ a {
|
|
|
456
541
|
display: flex;
|
|
457
542
|
justify-content: center;
|
|
458
543
|
padding: 1em;
|
|
544
|
+
font-family: IBMPlexMono, optiker, sans-serif;
|
|
459
545
|
text-align: center;
|
|
460
546
|
border: 1px solid;
|
|
461
|
-
font-family: IBMPlexMono, optiker, sans-serif;
|
|
462
547
|
}
|
|
463
548
|
|
|
464
549
|
.grid-score span {
|
|
@@ -489,7 +574,7 @@ a {
|
|
|
489
574
|
margin: 0 -1rem 1.5rem;
|
|
490
575
|
}
|
|
491
576
|
|
|
492
|
-
.flex
|
|
577
|
+
.flex > * {
|
|
493
578
|
flex: 1;
|
|
494
579
|
margin: 0 1rem;
|
|
495
580
|
max-width: calc(100% - 2rem);
|
|
@@ -501,7 +586,7 @@ a {
|
|
|
501
586
|
grid-template-columns: repeat(10, minmax(100px, 150px));
|
|
502
587
|
}
|
|
503
588
|
|
|
504
|
-
.flex
|
|
589
|
+
.flex > * {
|
|
505
590
|
max-width: calc(50% - 2rem);
|
|
506
591
|
}
|
|
507
592
|
}
|
|
@@ -519,7 +604,7 @@ a {
|
|
|
519
604
|
width: 100%;
|
|
520
605
|
}
|
|
521
606
|
|
|
522
|
-
.flex-list-color
|
|
607
|
+
.flex-list-color > * {
|
|
523
608
|
position: relative;
|
|
524
609
|
float: left;
|
|
525
610
|
height: 2rem;
|
|
@@ -547,8 +632,7 @@ a {
|
|
|
547
632
|
padding: 0;
|
|
548
633
|
}
|
|
549
634
|
|
|
550
|
-
.flex-list>li,
|
|
551
|
-
.flex-list>div {
|
|
635
|
+
.flex-list > li, .flex-list > div {
|
|
552
636
|
display: flex;
|
|
553
637
|
clear: both;
|
|
554
638
|
margin: 0 0 0.3em;
|
|
@@ -556,7 +640,7 @@ a {
|
|
|
556
640
|
width: 100%;
|
|
557
641
|
}
|
|
558
642
|
|
|
559
|
-
.flex-list>li a .flex-list>div a {
|
|
643
|
+
.flex-list > li a .flex-list > div a {
|
|
560
644
|
display: block;
|
|
561
645
|
overflow: hidden;
|
|
562
646
|
max-width: 50%;
|
|
@@ -564,13 +648,11 @@ a {
|
|
|
564
648
|
text-overflow: ellipsis;
|
|
565
649
|
}
|
|
566
650
|
|
|
567
|
-
.flex-list>li
|
|
568
|
-
.flex-list>div>* {
|
|
651
|
+
.flex-list > li > *, .flex-list > div > * {
|
|
569
652
|
flex: 1;
|
|
570
653
|
}
|
|
571
654
|
|
|
572
|
-
.flex-list>li
|
|
573
|
-
.flex-list>div>*:first-child {
|
|
655
|
+
.flex-list > li > *:first-child, .flex-list > div > *:first-child {
|
|
574
656
|
padding: 0 1.5em 0 0;
|
|
575
657
|
}
|
|
576
658
|
|
|
@@ -662,9 +744,9 @@ a {
|
|
|
662
744
|
|
|
663
745
|
.number {
|
|
664
746
|
line-height: 1.5;
|
|
747
|
+
font-family: IBMPlexMono, optiker, sans-serif;
|
|
665
748
|
font-size: 1.35rem;
|
|
666
749
|
font-weight: bold;
|
|
667
|
-
font-family: IBMPlexMono, optiker, sans-serif;
|
|
668
750
|
}
|
|
669
751
|
|
|
670
752
|
.date p {
|
|
@@ -696,7 +778,6 @@ a {
|
|
|
696
778
|
color: #fefefe;
|
|
697
779
|
background: #22961e !important;
|
|
698
780
|
box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.2);
|
|
699
|
-
|
|
700
781
|
}
|
|
701
782
|
|
|
702
783
|
.top path {
|
|
@@ -747,12 +828,12 @@ a {
|
|
|
747
828
|
padding-left: 1em;
|
|
748
829
|
}
|
|
749
830
|
|
|
750
|
-
.axe>div {
|
|
831
|
+
.axe > div {
|
|
751
832
|
display: flex;
|
|
752
833
|
width: 100%;
|
|
753
834
|
}
|
|
754
835
|
|
|
755
|
-
.axe>div strong {
|
|
836
|
+
.axe > div strong {
|
|
756
837
|
flex: 1;
|
|
757
838
|
}
|
|
758
839
|
|
|
@@ -830,8 +911,7 @@ a {
|
|
|
830
911
|
ACCORDEON
|
|
831
912
|
------------------*/
|
|
832
913
|
|
|
833
|
-
.js-to_expand[aria-hidden=true],
|
|
834
|
-
.js-to_expand[data-hidden=true] {
|
|
914
|
+
.js-to_expand[aria-hidden=true], .js-to_expand[data-hidden=true] {
|
|
835
915
|
display: none;
|
|
836
916
|
}
|
|
837
917
|
|
|
@@ -862,8 +942,7 @@ a {
|
|
|
862
942
|
content: '-';
|
|
863
943
|
}
|
|
864
944
|
|
|
865
|
-
.js-expandmore-button[aria-expanded=true]
|
|
866
|
-
.js-expandmore-button[data-expanded=true]>.expandmore__symbol:before {
|
|
945
|
+
.js-expandmore-button[aria-expanded=true] > .expandmore__symbol:before, .js-expandmore-button[data-expanded=true] > .expandmore__symbol:before {
|
|
867
946
|
content: '− ';
|
|
868
947
|
}
|
|
869
948
|
|
|
@@ -890,11 +969,11 @@ a {
|
|
|
890
969
|
|
|
891
970
|
.progress {
|
|
892
971
|
display: grid;
|
|
972
|
+
overflow: hidden;
|
|
893
973
|
align-items: stretch;
|
|
894
974
|
margin: 0;
|
|
895
975
|
padding: 1rem 1.5rem;
|
|
896
976
|
background: #fff;
|
|
897
|
-
overflow: hidden;
|
|
898
977
|
}
|
|
899
978
|
|
|
900
979
|
@media screen and (min-width: 1024px) {
|
|
@@ -903,7 +982,7 @@ a {
|
|
|
903
982
|
}
|
|
904
983
|
}
|
|
905
984
|
|
|
906
|
-
.progress
|
|
985
|
+
.progress + .progress {
|
|
907
986
|
padding-top: 0;
|
|
908
987
|
}
|
|
909
988
|
|
|
@@ -911,9 +990,9 @@ a {
|
|
|
911
990
|
display: flex;
|
|
912
991
|
flex-wrap: wrap;
|
|
913
992
|
justify-content: space-around;
|
|
914
|
-
width: 90%;
|
|
915
993
|
margin: auto;
|
|
916
994
|
padding: 0;
|
|
995
|
+
width: 90%;
|
|
917
996
|
}
|
|
918
997
|
|
|
919
998
|
.progress li {
|
|
@@ -921,7 +1000,7 @@ a {
|
|
|
921
1000
|
list-style: none;
|
|
922
1001
|
}
|
|
923
1002
|
|
|
924
|
-
.progress
|
|
1003
|
+
.progress > * {
|
|
925
1004
|
display: flex;
|
|
926
1005
|
align-items: center;
|
|
927
1006
|
margin: 0;
|
|
@@ -929,14 +1008,13 @@ a {
|
|
|
929
1008
|
max-width: 100%;
|
|
930
1009
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
931
1010
|
box-shadow: inset 0 0 4px rgba(0,0,0,0.12);
|
|
932
|
-
|
|
933
1011
|
}
|
|
934
1012
|
|
|
935
|
-
.progress
|
|
1013
|
+
.progress > *:not(:first-child) {
|
|
936
1014
|
min-height: 7em;
|
|
937
1015
|
}
|
|
938
1016
|
|
|
939
|
-
.progress>div:first-child {
|
|
1017
|
+
.progress > div:first-child {
|
|
940
1018
|
display: flex;
|
|
941
1019
|
align-items: center;
|
|
942
1020
|
flex: 0 1 20%;
|
|
@@ -959,10 +1037,10 @@ a {
|
|
|
959
1037
|
-------------------------*/
|
|
960
1038
|
|
|
961
1039
|
.progress.progress-number li {
|
|
962
|
-
text-align: center;
|
|
963
|
-
font-weight: bold;
|
|
964
|
-
font-family: Optiker;
|
|
965
1040
|
line-height: 1;
|
|
1041
|
+
font-family: Optiker;
|
|
1042
|
+
font-weight: bold;
|
|
1043
|
+
text-align: center;
|
|
966
1044
|
}
|
|
967
1045
|
|
|
968
1046
|
.progress.progress-number li b {
|
|
@@ -994,17 +1072,17 @@ a {
|
|
|
994
1072
|
min-height: 7em;
|
|
995
1073
|
}
|
|
996
1074
|
|
|
997
|
-
.progress-circular ul>li {
|
|
1075
|
+
.progress-circular ul > li {
|
|
998
1076
|
position: relative;
|
|
999
1077
|
display: inline-block;
|
|
1000
1078
|
flex: 1;
|
|
1079
|
+
margin-bottom: 4.5em;
|
|
1001
1080
|
height: 100%;
|
|
1002
1081
|
font-weight: 100;
|
|
1003
1082
|
text-align: center;
|
|
1004
|
-
margin-bottom: 4.5em;
|
|
1005
1083
|
}
|
|
1006
1084
|
|
|
1007
|
-
.progress-circular ul>li:before {
|
|
1085
|
+
.progress-circular ul > li:before {
|
|
1008
1086
|
position: absolute;
|
|
1009
1087
|
content: attr(data-name);
|
|
1010
1088
|
bottom: -2em;
|
|
@@ -1015,7 +1093,7 @@ a {
|
|
|
1015
1093
|
font-weight: bold;
|
|
1016
1094
|
}
|
|
1017
1095
|
|
|
1018
|
-
.progress-circular ul>li:after {
|
|
1096
|
+
.progress-circular ul > li:after {
|
|
1019
1097
|
position: absolute;
|
|
1020
1098
|
z-index: 2;
|
|
1021
1099
|
content: attr(data-percent);
|
|
@@ -1085,15 +1163,15 @@ a {
|
|
|
1085
1163
|
/* background: linear-gradient(90deg, rgba(34, 150, 30, 1) 0%, rgba(34, 150, 30, 1) 50%, rgba(176, 2, 2, 1) 51%, rgba(176, 2, 2, 1) 100%); */
|
|
1086
1164
|
}
|
|
1087
1165
|
|
|
1088
|
-
.progress-bar-score,
|
|
1089
|
-
.progress-bar-tooltip {
|
|
1166
|
+
.progress-bar-score, .progress-bar-tooltip {
|
|
1090
1167
|
position: absolute;
|
|
1091
1168
|
padding: 0 1em;
|
|
1092
1169
|
min-width: 1em;
|
|
1093
1170
|
line-height: 1.3;
|
|
1094
|
-
transform: translate(-50%, -50%);
|
|
1095
1171
|
font-size: 1.1em;
|
|
1172
|
+
transform: translate(-50%, -50%);
|
|
1096
1173
|
text-align: center;
|
|
1174
|
+
white-space: nowrap;
|
|
1097
1175
|
}
|
|
1098
1176
|
|
|
1099
1177
|
.progress-bar-score {
|
|
@@ -1121,8 +1199,7 @@ a {
|
|
|
1121
1199
|
background: #555;
|
|
1122
1200
|
}
|
|
1123
1201
|
|
|
1124
|
-
.progress-bar-score,
|
|
1125
|
-
.progress-bar-tooltip {
|
|
1202
|
+
.progress-bar-score, .progress-bar-tooltip {
|
|
1126
1203
|
animation: slide 1s;
|
|
1127
1204
|
}
|
|
1128
1205
|
|