From 89203dcb44e850811e79061065b87bfb25f9b28d Mon Sep 17 00:00:00 2001 From: Jerome Lachaud Date: Tue, 6 Sep 2022 07:20:23 +0200 Subject: [PATCH] Fix indentation --- _includes/about.html | 51 ++++++++-------- _includes/contact.html | 108 ++++++++++++++++++---------------- _includes/contact_disqus.html | 30 +++++----- _includes/contact_static.html | 95 +++++++++++++++--------------- _includes/footer.html | 89 ++++++++++++++-------------- _includes/head.html | 50 ++++++++-------- _includes/js.html | 42 ++++++------- _includes/js_disqus.html | 33 ++++++----- _includes/modals.html | 86 ++++++++++++++------------- _includes/nav.html | 68 ++++++++++----------- _includes/portfolio_grid.html | 49 ++++++++------- _layouts/default.html | 38 ++++++------ 12 files changed, 377 insertions(+), 362 deletions(-) diff --git a/_includes/about.html b/_includes/about.html index ad1aeda..155eda8 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -1,24 +1,27 @@ - -
-
-
-
-

About

-
-
-
-
-
-

Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.

-
-
-

Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point!

-
- -
-
-
+ +
+
+
+
+

About

+
+
+
+
+
+

Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete + source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy + customization.

+
+
+

Whether you're a student looking to showcase your work, a professional looking to attract clients, or + a graphic artist looking to share your projects, this template is the perfect starting point!

+
+ +
+
+
diff --git a/_includes/contact.html b/_includes/contact.html index 7963348..a9f6aca 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -1,54 +1,58 @@ - -
-
-
-
-

Contact Me

-
-
+ +
+
+
+
+

Contact Me

+
+
+
+
+
+ + +
+
+
+ + +

-
-
- - - -
-
- - -

-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
-
-
-
- -
-
- -
+
+
+
+ + +

-
-
+
+
+
+ + +

+
+
+
+
+ + +

+
+
+
+
+
+
+ +
+
+ +
+ + +
diff --git a/_includes/contact_disqus.html b/_includes/contact_disqus.html index 8189a3c..e34b8d8 100644 --- a/_includes/contact_disqus.html +++ b/_includes/contact_disqus.html @@ -1,16 +1,16 @@ -
-
-
-
-

Contact me

-
-
-
-
-
-
-
-
-
-
+
+
+
+
+

Contact me

+
+
+
+
+
+
+
+
+
+
diff --git a/_includes/contact_static.html b/_includes/contact_static.html index 3713212..94618af 100644 --- a/_includes/contact_static.html +++ b/_includes/contact_static.html @@ -1,49 +1,52 @@
-
-
-
-

Contact Me

-
-
-
-
-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
- - -
-
-
- - -

-
-
-
-
-
-
- -
-
-
-
-
-
+
+
+
+

Contact Me

+
+
+
+
+
+
+
+
+ + +

+
+
+
+
+ + +

+
+
+
+ + +
+
+
+ + +

+
+
+
+
+
+
+ +
+
+
+
+
+
diff --git a/_includes/footer.html b/_includes/footer.html index 7bab0ae..0a2fd0e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,47 +1,48 @@ - - + + +
+ + + +
diff --git a/_includes/head.html b/_includes/head.html index aef132f..7236a0b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,34 +1,34 @@ - - - {{ site.title }} - - - - {% if site.meta_author %} - {% endif %} - - + + + {{ site.title }} + + + + {% if site.meta_author %} + {% endif %} + + - - + + - - {% if site.google_verify %} - {% endif %} + + {% if site.google_verify %} + {% endif %} - - {% if site.bing_verify %} - {% endif %} + + {% if site.bing_verify %} + {% endif %} - - - - + + + + - - - + + diff --git a/_includes/js.html b/_includes/js.html index 7ded09a..bda928c 100644 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,26 +1,26 @@ - - + + - - + + - - - - + + + + - - - {% if site.contact == "static" %} - - {% else %} - - {% endif %} + + +{% if site.contact == "static" %} + +{% else %} + +{% endif %} - - + + - {% if site.contact == "disqus" %} - - {% include js_disqus.html %} - {% endif %} +{% if site.contact == "disqus" %} + +{% include js_disqus.html %} +{% endif %} diff --git a/_includes/js_disqus.html b/_includes/js_disqus.html index 0144c3a..707b2ad 100644 --- a/_includes/js_disqus.html +++ b/_includes/js_disqus.html @@ -1,21 +1,22 @@ - + comments powered by Disqus diff --git a/_includes/modals.html b/_includes/modals.html index 9bde77e..de53845 100644 --- a/_includes/modals.html +++ b/_includes/modals.html @@ -1,45 +1,47 @@ - - {% for post in site.posts %} - + diff --git a/_layouts/default.html b/_layouts/default.html index 640dc5f..1b15bd8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,22 +1,24 @@ - {% include head.html %} - - {% include nav.html %} - {% include header.html %} - {% include portfolio_grid.html %} - {% include about.html %} +{% include head.html %} - {% if site.contact == "static" %} - {% include contact_static.html %} - {% elsif site.contact == "disqus" %} - {% include contact_disqus.html %} - {% else %} - {% include contact.html %} - {% endif %} + + {% include nav.html %} + {% include header.html %} + {% include portfolio_grid.html %} + {% include about.html %} - {% include footer.html %} - {% include modals.html %} - {% include js.html %} - - \ No newline at end of file + {% if site.contact == "static" %} + {% include contact_static.html %} + {% elsif site.contact == "disqus" %} + {% include contact_disqus.html %} + {% else %} + {% include contact.html %} + {% endif %} + + {% include footer.html %} + {% include modals.html %} + {% include js.html %} + + +