hero config
This commit is contained in:
parent
15ab60a850
commit
f46c4e4052
|
@ -22,6 +22,10 @@ highlight_themes_css = [
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
juice_logo_name = "GWS Consulting"
|
juice_logo_name = "GWS Consulting"
|
||||||
juice_logo_path = "flat_blocks.svg"
|
juice_logo_path = "flat_blocks.svg"
|
||||||
|
|
||||||
|
slogan = "Let's Build Something Together!"
|
||||||
|
intro = "Need help with Product development or IT? \n You have come to right place"
|
||||||
|
|
||||||
juice_extra_menu = [
|
juice_extra_menu = [
|
||||||
{ title = "Github", link = "https://github.com/glennwso"}
|
{ title = "Github", link = "https://github.com/glennwso"}
|
||||||
]
|
]
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
<section class="text-center">
|
<section class="text-center">
|
||||||
<h1 class="heading-text" style="font-size: 50px">
|
<h1 class="heading-text" style="font-size: 50px">
|
||||||
Let's Build Something Together!
|
{{ config.extra.slogan }}
|
||||||
</h1>
|
</h1>
|
||||||
<h3 class="title-text">
|
<h3 class="title-text">
|
||||||
Hi my name is Glenn, trust me am a engineer...
|
{{ config.extra.intro | linebreaksbr | safe }}
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
<!-- <a class="github-button" href="https://github.com/huhu/juice" data-size="large" data-show-count="true" -->
|
<!-- <a class="github-button" href="https://github.com/huhu/juice" data-size="large" data-show-count="true" -->
|
||||||
|
|
Loading…
Reference in a new issue