-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
663b2f2
commit 5c6df4d
Showing
102 changed files
with
874 additions
and
2,873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,26 +17,22 @@ const showFeedbackDialog = ref(false) | |
<QDialog v-model="showFeedbackDialog"> | ||
<QCard> | ||
<QCardSection> | ||
<div class="text-h6"> | ||
Give Feedback | ||
</div> | ||
<div class="text-h6">Give Feedback</div> | ||
</QCardSection> | ||
<QCardSection> | ||
<div> | ||
Please share your feedback to improve our report pages. You can either: | ||
<ul> | ||
<li> | ||
Send your feedback by email to | ||
<a | ||
href="mailto:[email protected]" | ||
target="_blank" | ||
>[email protected]</a> | ||
<a href="mailto:[email protected]" target="_blank">[email protected]</a> | ||
</li> | ||
<li> | ||
Join our | ||
<a | ||
href="https://join.slack.com/t/internethealthreport/shared_invite/zt-19d4e48py-~oirVwkINe01gTVEF3o4Kw" | ||
>Slack workspace</a> | ||
>Slack workspace</a | ||
> | ||
and send your feedback as a direct message or in the #ihr-website channel | ||
</li> | ||
<li> | ||
|
@@ -49,11 +45,7 @@ const showFeedbackDialog = ref(false) | |
</div> | ||
</QCardSection> | ||
<QCardActions align="right"> | ||
<QBtn | ||
v-close-popup | ||
flat | ||
label="Close" | ||
/> | ||
<QBtn v-close-popup flat label="Close" /> | ||
</QCardActions> | ||
</QCard> | ||
</QDialog> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,146 +6,84 @@ import { version } from '../../package.json' | |
</script> | ||
|
||
<template> | ||
<QFooter | ||
elevated | ||
primary | ||
class="IHR_footer text-white text-center" | ||
style="z-index: 999" | ||
> | ||
<QFooter elevated primary class="IHR_footer text-white text-center" style="z-index: 999"> | ||
<div class="IHR_footer_contents"> | ||
<div class="IHR_fsection"> | ||
<div | ||
class="" | ||
style="max-width: 400px" | ||
> | ||
<div class="" style="max-width: 400px"> | ||
<div> | ||
<QBtn | ||
round | ||
dense | ||
flat | ||
:ripple="false" | ||
no-caps | ||
> | ||
<QBtn round dense flat :ripple="false" no-caps> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'home' })"> | ||
<img | ||
src="@/assets/imgs/ihr_logo.svg" | ||
class="ihr-logo" | ||
> | ||
<img src="@/assets/imgs/ihr_logo.svg" class="ihr-logo" /> | ||
</RouterLink> | ||
<a | ||
:href="`https://github.com/InternetHealthReport/ihr-website/releases/tag/v${version}`" | ||
class="" | ||
target="_blank" | ||
> | ||
<QBadge | ||
color="red" | ||
floating | ||
>v{{ version }}</QBadge> | ||
<QBadge color="red" floating>v{{ version }}</QBadge> | ||
</a> | ||
</QBtn> | ||
<div class="text-weight-bold text-h5 q-mt-sm"> | ||
Internet Health Report | ||
</div> | ||
<div class="text-weight-bold text-h5 q-mt-sm">Internet Health Report</div> | ||
</div> | ||
<div class="IHR_external-links"> | ||
<div class="row nowrap justify-evenly"> | ||
<a | ||
href="https://x.com/ihr_alerts" | ||
class="" | ||
target="_blank" | ||
> | ||
<QIcon | ||
name="fab fa-square-x-twitter" | ||
class="inline-block" | ||
/> | ||
<a href="https://x.com/ihr_alerts" class="" target="_blank"> | ||
<QIcon name="fab fa-square-x-twitter" class="inline-block" /> | ||
</a> | ||
<a | ||
href="https://github.com/InternetHealthReport" | ||
class="" | ||
target="_blank" | ||
> | ||
<QIcon | ||
name="fab fa-github-square" | ||
class="inline-block" | ||
/> | ||
<a href="https://github.com/InternetHealthReport" class="" target="_blank"> | ||
<QIcon name="fab fa-github-square" class="inline-block" /> | ||
</a> | ||
<a | ||
href="mailto:[email protected]" | ||
class="" | ||
target="_blank" | ||
> | ||
<QIcon | ||
name="fas fa-envelope-square" | ||
class="inline-block" | ||
/> | ||
<a href="mailto:[email protected]" class="" target="_blank"> | ||
<QIcon name="fas fa-envelope-square" class="inline-block" /> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="IHR_fsection"> | ||
<div | ||
class="IHR_sitemap" | ||
style="max-width: 700px" | ||
> | ||
<div class="IHR_sitemap" style="max-width: 700px"> | ||
<ul> | ||
<li class="text-weight-bold links-title text-capitalize"> | ||
{{ $t('footer.reportPages.title') }} | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'global-report' })"> | ||
{{ | ||
$t('footer.reportPages.global') | ||
}} | ||
{{ $t('footer.reportPages.global') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'country', params: { cc: null } })"> | ||
{{ | ||
$t('footer.reportPages.country') | ||
}} | ||
{{ $t('footer.reportPages.country') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'network', params: { id: null } })"> | ||
{{ | ||
$t('footer.reportPages.network') | ||
}} | ||
{{ $t('footer.reportPages.network') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'hostname', params: { id: null } })"> | ||
{{ | ||
$t('footer.reportPages.hostName') | ||
}} | ||
{{ $t('footer.reportPages.hostName') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'tag', params: { id: null } })"> | ||
{{ | ||
$t('footer.reportPages.tag') | ||
}} | ||
{{ $t('footer.reportPages.tag') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'rank', params: { rank: null } })"> | ||
{{ | ||
$t('footer.reportPages.rank') | ||
}} | ||
{{ $t('footer.reportPages.rank') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'rov' })"> | ||
{{ | ||
$t('footer.reportPages.rov') | ||
}} | ||
{{ $t('footer.reportPages.rov') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'covid19' })"> | ||
{{ | ||
$t('footer.reportPages.covid19') | ||
}} | ||
{{ $t('footer.reportPages.covid19') }} | ||
</RouterLink> | ||
</li> | ||
</ul> | ||
|
@@ -157,23 +95,17 @@ import { version } from '../../package.json' | |
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'documentation' })"> | ||
{{ | ||
$t('footer.about.title') | ||
}} | ||
{{ $t('footer.about.title') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'documentation', hash: '#AS-dependency' })"> | ||
{{ | ||
$t('footer.documentation.analysisModules') | ||
}} | ||
{{ $t('footer.documentation.analysisModules') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'documentation', hash: '#REST-API' })"> | ||
{{ | ||
$t('footer.documentation.dataAccess') | ||
}} | ||
{{ $t('footer.documentation.dataAccess') }} | ||
</RouterLink> | ||
</li> | ||
</ul> | ||
|
@@ -184,38 +116,28 @@ import { version } from '../../package.json' | |
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink | ||
:to="Tr.i18nRoute({ name: 'documentation', hash: '#Acknowledgements' })" | ||
> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'documentation', hash: '#Acknowledgements' })"> | ||
{{ $t('footer.about.acknowledgments') }} | ||
</RouterLink> | ||
</li> | ||
<li> | ||
<RouterLink :to="Tr.i18nRoute({ name: 'documentation', hash: '#Data-policy' })"> | ||
{{ | ||
$t('footer.about.datapolicy') | ||
}} | ||
{{ $t('footer.about.datapolicy') }} | ||
</RouterLink> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="IHR_fsection"> | ||
<div | ||
class="row items-center IHR_license-section" | ||
style="max-width: 800px" | ||
> | ||
<div class="row items-center IHR_license-section" style="max-width: 800px"> | ||
<div class="col-3"> | ||
<a | ||
rel="license" | ||
href="http://creativecommons.org/licenses/by-nc-sa/4.0/" | ||
target="_blank" | ||
><img | ||
alt="Creative Commons License" | ||
style="border-width: 0" | ||
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" | ||
></a> | ||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" | ||
><img | ||
alt="Creative Commons License" | ||
style="border-width: 0" | ||
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" | ||
/></a> | ||
</div> | ||
<div class="col-9 text-caption text-center q-pa-sm"> | ||
<span | ||
|
@@ -224,18 +146,18 @@ import { version } from '../../package.json' | |
property="dct:title" | ||
rel="dct:type" | ||
> | ||
Internet Health Report</span> | ||
Internet Health Report</span | ||
> | ||
is licensed under a | ||
<a | ||
rel="license" | ||
href="http://creativecommons.org/licenses/by-nc-sa/4.0/" | ||
target="_blank" | ||
>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. Permissions beyond the scope of this license may be available at | ||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" | ||
>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a | ||
>. Permissions beyond the scope of this license may be available at | ||
<a | ||
xmlns:cc="http://creativecommons.org/ns#" | ||
href="mailto:[email protected]" | ||
rel="cc:morePermissions" | ||
>[email protected]</a>. | ||
>[email protected]</a | ||
>. | ||
</div> | ||
</div> | ||
</div> | ||
|
Oops, something went wrong.