Browse Source

Update index.html

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

2
index.html

@ -90,7 +90,7 @@ clients:
<h1>{{ slide.text }}</h1> <h1>{{ slide.text }}</h1>
<p style="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 white">{{ slide.button.text }}</a>
</div> </div>
<div class="slide-left" style="background-color: {{ slide.bg_color }};"> <div class="slide-left" style="background-color: {{ slide.bg_color }};">
</div> </div>

Loading…
Cancel
Save