@@ -10,7 +10,7 @@ | |||
{{"<!-- section title -->" | safeHTML}} | |||
<div class="title text-center wow fadeIn" data-wow-duration="1500ms"> | |||
<h2> {{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
</div> |
@@ -6,8 +6,8 @@ | |||
<div class="col-lg-12"> | |||
{{"<!-- section title -->" | safeHTML}} | |||
<div class="title text-center wow fadeInDown"> | |||
<h2>{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2> | |||
<h2> {{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
</div> | |||
@@ -18,11 +18,10 @@ | |||
{{ end }} | |||
<div class="all-post text-center col-lg-12"> | |||
<a class="btn btn-main" | |||
href="{{ `blog` | absLangURL }}">{{ i18n "viewAllPost" }}</a> | |||
<a class="btn btn-main" href="{{ `blog` | absLangURL }}">{{ i18n "viewAllPost" }}</a> | |||
</div> | |||
</div> | |||
</div> | |||
</section> | |||
{{"<!-- /blog -->" | safeHTML}} | |||
{{ end }} | |||
{{ end }} |
@@ -10,7 +10,7 @@ | |||
{{"<!-- section title -->" | safeHTML}} | |||
<div class="title text-center wow fadeIn" data-wow-duration="500ms"> | |||
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2> | |||
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
</div> | |||
@@ -51,7 +51,8 @@ | |||
<textarea rows="6" placeholder="{{ .message }}" class="form-control" name="message" id="message"></textarea> | |||
</div> | |||
<div id="cf-submit"> | |||
<button type="submit" id="contact-submit" class="btn btn-transparent btn-block" value="{{ .submit }}">{{ .submit }}</button> | |||
<button type="submit" id="contact-submit" class="btn btn-transparent btn-block" | |||
value="{{ .submit }}">{{ .submit }}</button> | |||
</div> | |||
</form> | |||
</div> | |||
@@ -71,4 +72,4 @@ | |||
</section> | |||
{{"<!-- /contact -->" | safeHTML}} | |||
{{ end }} | |||
{{ end }} | |||
{{ end }} |
@@ -10,7 +10,7 @@ | |||
{{"<!-- section title -->" | safeHTML}} | |||
<div class="title text-center"> | |||
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2> | |||
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
{{"<!-- /section title -->" | safeHTML}} |
@@ -11,7 +11,7 @@ | |||
<div class="col-lg-12"> | |||
<div class="title text-center wow fadeInDown" data-wow-duration="500ms"> | |||
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2> | |||
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
</div> |
@@ -10,7 +10,7 @@ | |||
{{"<!-- section title -->" | safeHTML }} | |||
<div class="title text-center wow fadeIn" data-wow-duration="500ms"> | |||
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> | |||
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
</div> |
@@ -10,7 +10,7 @@ | |||
<div class="col-lg-12"> | |||
<div class="title text-center"> | |||
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> | |||
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
</div> |
@@ -10,7 +10,7 @@ | |||
{{"<!-- section title -->" | safeHTML}} | |||
<div class="title text-center wow fadeInUp" data-wow-duration="500ms"> | |||
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> | |||
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2> | |||
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> | |||
<div class="border-meghna"></div> | |||
</div> | |||
</div> |