From eb4a452778f387a0eb66e376a6b75da616cc15ca Mon Sep 17 00:00:00 2001 From: gws Date: Tue, 5 Nov 2024 13:54:27 +0100 Subject: [PATCH] added a svg icon --- config.toml | 6 +- static/cooltool.svg | 99 +++++++++++++++++++++++++++ templates/index.html | 158 ++++++++++++++++++++++--------------------- 3 files changed, 182 insertions(+), 81 deletions(-) create mode 100644 static/cooltool.svg diff --git a/config.toml b/config.toml index 2c493a9..13017dc 100644 --- a/config.toml +++ b/config.toml @@ -15,10 +15,10 @@ highlight_code = true [extra] # Put all your custom variables here -juice_logo_name = "Juice" -juice_logo_path = "juice.svg" +juice_logo_name = "GWS Consulting" +juice_logo_path = "cooltool.svg" juice_extra_menu = [ - { title = "Github", link = "https://github.com/huhu/juice"} + { title = "Github", link = "https://github.com/glennwso"} ] repository_url = "https://github.com/huhu/juice" diff --git a/static/cooltool.svg b/static/cooltool.svg new file mode 100644 index 0000000..9149be7 --- /dev/null +++ b/static/cooltool.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/index.html b/templates/index.html index cd13596..c287ab0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,98 +6,100 @@ {% endblock head %} +
-{% block hero %} - + {% block hero %} + +
+

+ Let's Build Something Together! +

+

+ Hi my name is Glenn, trust me am a engineer... +

+
+ + + + +
+
+ - -
-

- Let's Build Something! -

-

- Hi my name is Glenn, trust me am a engineer... -

-
- - - Repos +
+ Explore More ⇩
-
- - -
- Explore More ⇩ -
- + -{% endblock hero %} + {% endblock hero %} -{% block sidebar %} - - - -{% endblock sidebar %} -{% block footer %} - -{% endblock footer %} \ No newline at end of file + + + {% endblock footer %} \ No newline at end of file