diff --git a/README.MD b/README.MD index 8f9570c..0b6847e 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,13 @@

+[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=CourseNotes_site)](https://sonarcloud.io/summary/new_code?id=CourseNotes_site) +[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=CourseNotes_site&metric=bugs)](https://sonarcloud.io/summary/new_code?id=CourseNotes_site) +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=CourseNotes_site&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=CourseNotes_site) +[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=CourseNotes_site&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=CourseNotes_site) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=CourseNotes_site&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=CourseNotes_site) +[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=CourseNotes_site&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=CourseNotes_site) +[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=CourseNotes_site&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=CourseNotes_site) + --- Revision Made Simple diff --git a/_includes/head.html b/_includes/head.html index 516ca73..9bfc70d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,11 +1,6 @@ - {{ page.title }} | CourseNotes - - - - - \ No newline at end of file + {{ page.title }} | CourseNotes + + + + diff --git a/_includes/loading.html b/_includes/loading.html deleted file mode 100644 index 9a87121..0000000 --- a/_includes/loading.html +++ /dev/null @@ -1,3 +0,0 @@ -
-
-
\ No newline at end of file diff --git a/_layouts/course_home.html b/_layouts/course_home.html index 60a8882..e14520a 100644 --- a/_layouts/course_home.html +++ b/_layouts/course_home.html @@ -5,7 +5,7 @@ {% include head.html %} - {% include header.html %} {% include loading.html %} + {% include header.html %}

{{ page.course_title }}

diff --git a/_layouts/index.html b/_layouts/index.html index cec4733..c76d56b 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -5,7 +5,7 @@ {% include head.html %} - {% include header.html %} {% include loading.html %} + {% include header.html %}

{{ page.hero_title }}

diff --git a/_layouts/page.html b/_layouts/page.html index 95d9e5e..c7a5961 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -6,15 +6,12 @@ {% include head.html %} {% include header.html %} - {% include loading.html %}

{{ page.hero_title }}

{{ page.hero_subtitle }}

- {{ content }} - {% include tawk.html %} - {% include footer.html %} + {{ content }} {% include tawk.html %} {% include footer.html %}