From 2090f56705c58040de09d6828658b8eb3322e302 Mon Sep 17 00:00:00 2001 From: rohandebsarkar Date: Mon, 4 Jul 2022 08:19:03 +0530 Subject: [PATCH 01/71] Reduced libraries to major version only for automatic updates --- _config.yml | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/_config.yml b/_config.yml index 262b909e3646..7cae9c628db3 100644 --- a/_config.yml +++ b/_config.yml @@ -292,32 +292,20 @@ enable_medium_zoom: true # enables image zoom feature (as on medium.co # ----------------------------------------------------------------------------- academicons: - version: "1.9.1" - integrity: "sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" + version: "1" bootstrap: - version: "4.6.1" - integrity: - css: "sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" - js: "sha256-SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI=" + version: "4" fontawesome: - version: "5.15.4" - integrity: "sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" + version: "6" jquery: - version: "3.6.0" - integrity: "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" + version: "3" mathjax: - version: "3.2.0" + version: "3" masonry: - version: "4.2.2" - integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" + version: "4" mdb: - version: "4.20.0" - integrity: - css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" - js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" + version: "4" popper: - version: "2.11.2" - integrity: "sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4=" + version: "2" medium_zoom: - version: "1.0.6" - integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" + version: "1" From cb59020df57cde07044f5c867bc51f5a8988137c Mon Sep 17 00:00:00 2001 From: rohandebsarkar Date: Mon, 4 Jul 2022 08:34:47 +0530 Subject: [PATCH 02/71] upgrade bootstrap --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7cae9c628db3..9ebd6552aa54 100644 --- a/_config.yml +++ b/_config.yml @@ -294,7 +294,7 @@ enable_medium_zoom: true # enables image zoom feature (as on medium.co academicons: version: "1" bootstrap: - version: "4" + version: "5" fontawesome: version: "6" jquery: From 925049c0d908740febe1edaedacd33b2df889c10 Mon Sep 17 00:00:00 2001 From: rohandebsarkar Date: Mon, 4 Jul 2022 08:34:55 +0530 Subject: [PATCH 03/71] fix alignment --- _includes/cv/time_table.html | 4 ++-- _includes/header.html | 8 ++++---- _includes/projects.html | 2 +- _includes/projects_horizontal.html | 2 +- _layouts/about.html | 2 +- _layouts/cv.html | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/cv/time_table.html b/_includes/cv/time_table.html index 123b9d099fde..7177b3f80493 100644 --- a/_includes/cv/time_table.html +++ b/_includes/cv/time_table.html @@ -11,10 +11,10 @@ {% endif %}
{% if content.title %} -
{{content.title}}
+
{{content.title}}
{% endif %} {% if content.institution %} -
{{content.institution}}
+
{{content.institution}}
{% endif %} {% if content.description %}
    diff --git a/_includes/header.html b/_includes/header.html index 0bb012842a2c..d2f37e36e694 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -15,15 +15,15 @@
{% endif %} - -