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