Browse Source

Update index.html

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
1160e42e76
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      index.html

4
index.html

@ -13,7 +13,7 @@ slides:
button: button:
text: Try it out text: Try it out
url: https://identihub.co url: https://identihub.co
bg_color: "#c9c9c9" bg_color: "#58595B"
image: images/@stock/half-3.jpg image: images/@stock/half-3.jpg
- text: Our best <span>works</span> - text: Our best <span>works</span>
button: button:
@ -88,7 +88,7 @@ clients:
<div class="slide-info"> <div class="slide-info">
<p>{{ slide.title }}</p> <p>{{ slide.title }}</p>
<h1>{{ slide.text }}</h1> <h1>{{ slide.text }}</h1>
<p style="color: #333; line-height: 1.3;">{{ slide.subtitle }}</p> <p style="line-height: 1.3;">{{ slide.subtitle }}</p>
<div class="three spacing"></div> <div class="three spacing"></div>
<a href="{{ slide.button.url }}" class="button boxed black">{{ slide.button.text }}</a> <a href="{{ slide.button.url }}" class="button boxed black">{{ slide.button.text }}</a>
</div> </div>

Loading…
Cancel
Save