To edit the 'Home' section, simply find the appropriate label <!-- bottom credits start --> in the body of the HTML file.
Part to edit:
[...]
<!-- bottom credits start -->
<div class="bottom-credits bottom-position">
<a href="#">Jurak</a> © 2018 All Rights Reserved.
</div><!-- bottom credits end -->
[...]
To edit the 'Home' section title, simply find the appropriate label <!-- home page title start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home page title start -->
<h1 class="home-page-title fadeIn-element">
Jurak
</h1><!-- home page title end -->
[...]
You can edit the 'Home' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'Home' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Logo' images, simply find the appropriate label <!-- logo start --> in the body of the HTML file.
Part to edit:
[...]
<!-- logo start -->
<div class="center-space-top">
<span><img alt="Logo" src="img/logo/logo.png"></span>
</div><!-- logo end -->
[...]
You can also edit the 'Logo' images by following its URL path: 'img/logo/', and replace existing image files with your own images.
Please note;
Demo 'Logo" image size is 84x50px.
To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<h2 class="section-subheading">
<span>Who we are</span>
</h2>
[...]
[...]
<h2 class="section-heading">
Inspiring<br>
Generations
</h2>
[...]
[...]
<!-- about TXT start -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p><!-- about TXT end -->
[...]
[...]<!-- about end -->
[...]
<!-- about IMG start -->
[...]
<!-- about images start -->
[...]
<div class="about-section-img">
<img alt="About" src="img/about/about-image-1.jpg">
</div>
<div class="about-section-img">
<img alt="About" src="img/about/about-image-2.jpg">
</div>
[...]<!-- about images end -->
[...]<!-- about IMG end -->
[...]
You can also edit the 'About' section images by following its URL path: 'img/about/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Facts' section, simply find the appropriate label <!-- facts start --> in the body of the HTML file.
Part to edit:
[...]
<!-- facts start -->
[...]
<h2 class="section-subheading">
<span>True devotion</span>
</h2>
[...]
[...]
<h2 class="section-heading">
The Facts
</h2>
[...]
[...]
<!-- facts counter start -->
[...]
<!-- fact 1 start -->
<div class="facts-counter-number">
6
</div>
[...]
<i class="ion-ios-timer-outline facts-counter-description-img"></i> <span class="facts-counter-title">Years</span>
[...]<!-- fact 1 end -->
[...]
<!-- fact 2 start -->
<div class="facts-counter-number large">
55
</div>
[...]
<i class="ion-ios-photos-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Items</span>
[...]<!-- fact 2 end -->
[...]
<!-- fact 3 start -->
<div class="facts-counter-number large">
6545
</div>
[...]
<i class="ion-ios-world-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Clients</span>
[...]<!-- fact 3 end -->
[...]
<!-- fact 4 start -->
<div class="facts-counter-number">
330
</div>
[...]
<i class="ion-ios-people facts-counter-description-img"></i> <span class="facts-counter-title">Followers</span>
[...]<!-- fact 4 end -->
[...]<!-- facts counter end -->
[...]<!-- facts end -->
[...]
To edit the 'Services' section, simply find the appropriate label <!-- services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services start -->
[...]
<h2 class="section-subheading">
<span>What we do</span>
</h2>
[...]
[...]
<h2 class="section-heading">
The Importance<br>
of Being Punctual
</h2>
[...]
[...]
<h4 class="services-skills-heading">
Design
</h4>
[...]
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="100">
[...]
</div><!-- skill 1 end -->
[...]<!-- services TXT 1 start -->
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
<a class="link-underline" href="#">semper</a>.
</p><!-- services TXT 1 end -->
[...]
[...]
<h4 class="services-skills-heading">
Branding
</h4>
[...]
[...]
<!-- skill 2 start -->
<div class="skillbar" data-percent="100">
[...]
</div><!-- skill 2 end -->
[...]<!-- services TXT 2 start -->
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
<a class="link-underline" href="#">semper</a>.
</p><!-- services TXT 2 end -->
[...]
[...]
<h4 class="services-skills-heading">
Identity
</h4>
[...]
[...]
<!-- skill 3 start -->
<div class="skillbar" data-percent="100">
[...]
</div><!-- skill 3 end -->
[...]<!-- services TXT 3 start -->
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
<a class="link-underline" href="#">semper</a>.
</p><!-- services TXT 3 end -->
[...]
[...]<!-- services end -->
[...]
To edit the 'Services' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1.3. services IMG BACKGROUND */
.img-fullwidth-services-1 {
background-image: url(../img/services/img-fullwidth-services-bg-1.jpg);
}
.img-fullwidth-services-2 {
background-image: url(../img/services/img-fullwidth-services-bg-2.jpg);
}
/* 1.3.1. services slider IMG BACKGROUND */
.services-bg-1 {
background-image: url(../img/services/services-bg-1.jpg);
}
.services-bg-2 {
background-image: url(../img/services/services-bg-2.jpg);
}
.services-bg-3 {
background-image: url(../img/services/services-bg-3.jpg);
}
[...]
You can also edit the 'Services' section images by following its URL path: 'img/services/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Works' section, simply find the appropriate label <!-- works start --> in the body of the HTML file.
Part to edit:
[...]
<!-- works start -->
<!-- works intro start -->
[...]
<h2 class="section-subheading">
<span>What it look like</span>
</h2>
[...]
[...]
<h2 class="section-heading">
What You See<br>
is What You Get
</h2>
[...]
[...]<!-- works intro end -->
<!-- photoSwipe start -->
[...]
<!-- works item 1 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-1.jpg">
<div class="works-img-all works-img-1"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Web
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 1 end -->
<!-- works item 2 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-2.jpg">
<div class="works-img-all works-img-2"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Design
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 2 end -->
<!-- works item 3 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-3.jpg">
<div class="works-img-all works-img-3"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Logo
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 3 end -->
<!-- works item 4 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-4.jpg">
<div class="works-img-all works-img-4"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Print
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 4 end -->
<!-- works item 5 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-5.jpg">
<div class="works-img-all works-img-5"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Web
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 5 end -->
<!-- works item 6 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-6.jpg">
<div class="works-img-all works-img-6"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Design
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 6 end -->
<!-- works item 7 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-7.jpg">
<div class="works-img-all works-img-7"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Logo
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 7 end -->
<!-- works item 8 start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-img-8.jpg">
<div class="works-img-all works-img-8"></div></a><!-- works item IMG end -->
[...]
<!-- works item description 1 start -->
[...]
<h3>
Print
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description 1 end -->
<!-- works item description 2 start -->
<div class="item-folio__caption">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div><!-- works item description 2 end -->
[...]<!-- works item 8 end -->
[...]<!-- photoSwipe end -->
<!-- works end -->
[...]
To edit the 'Works' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1.7. works gallery IMG BACKGROUND */
.works-img-1 {
background-image: url(../img/works/works-img-1.jpg);
}
.works-img-2 {
background-image: url(../img/works/works-img-2.jpg);
}
.works-img-3 {
background-image: url(../img/works/works-img-3.jpg);
}
.works-img-4 {
background-image: url(../img/works/works-img-4.jpg);
}
.works-img-5 {
background-image: url(../img/works/works-img-5.jpg);
}
.works-img-6 {
background-image: url(../img/works/works-img-6.jpg);
}
.works-img-7 {
background-image: url(../img/works/works-img-7.jpg);
}
.works-img-8 {
background-image: url(../img/works/works-img-8.jpg);
}
[...]
You can also edit the 'Works' section images by following its URL path: 'img/works/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Blog/News' section, simply find the appropriate label <!-- blog start --> in the body of the HTML file.
Part to edit:
[...]
<!-- blog start -->
[...]
<h2 class="section-subheading">
<span>In the news</span>
</h2>
[...]
[...]
<h2 class="section-heading">
Stay Informed<br>
and Inspired
</h2>
[...]
[...]
<!-- blog item 1 start -->
[...]
<!-- blog tag 1 start -->
<a class="blog-tag manipulate-navigation-icon" data-toggle="modal" href="#newsModal-1">Beauty / Fashion - 07.08.2018</a> <!-- blog tag 1 end -->
[...]
<h2>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-1">Simplicity is complex</a>
</h2>
[...]
<!-- blog TXT 1 start -->
<p>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-1">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s.</a>
</p><!-- blog TXT 1 end -->
[...]<!-- blog item IMG 1 start -->
<img alt="Blog Img" class="img-cover" src="img/blog/blog-img-1.jpg"><!-- blog item IMG 1 end -->
[...]<!-- blog item 1 end -->
<!-- blog item 2 start -->
[...]
<!-- blog tag 2 start -->
<a class="blog-tag manipulate-navigation-icon" data-toggle="modal" href="#newsModal-2">People / Life - 07.08.2018</a> <!-- blog tag 2 end -->
[...]
<h2>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-2">Design is a process</a>
</h2>
[...]
<!-- blog TXT 2 start -->
<p>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-2">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s.</a>
</p><!-- blog TXT 2 end -->
[...]
[...]<!-- blog item IMG 2 start -->
<img alt="Blog Img" class="img-cover" src="img/blog/blog-img-2.jpg"><!-- blog item IMG 2 end -->
[...]<!-- blog item 2 end -->
<!-- blog item 3 start -->
[...]
<!-- blog tag 3 start -->
<a class="blog-tag manipulate-navigation-icon" data-toggle="modal" href="#newsModal-3">Royalty / Stock - 07.08.2018</a> <!-- blog tag 3 end -->
[...]
<h2>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-3">Aesthetic is a decision</a>
</h2>
[...]
<!-- blog TXT 3 start -->
<p>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-3">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s.</a>
</p><!-- blog TXT 3 end -->
[...]
[...]<!-- blog item IMG 3 start -->
<img alt="Blog Img" class="img-cover" src="img/blog/blog-img-3.jpg"><!-- blog item IMG 3 end -->
[...]<!-- blog item 3 end -->
<!-- blog item 4 start -->
[...]
<!-- blog tag 4 start -->
<a class="blog-tag manipulate-navigation-icon" data-toggle="modal" href="#newsModal-4">Culture / Travel - 07.08.2018</a> <!-- blog tag 4 end -->
[...]
<h2>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-4">Style is everything</a>
</h2>
[...]
<!-- blog TXT 4 start -->
<p>
<a class="manipulate-navigation-icon" data-toggle="modal" href="#newsModal-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s.</a>
</p><!-- blog TXT 4 end -->
[...]
[...]<!-- blog item IMG 4 start -->
<img alt="Blog Img" class="img-cover" src="img/blog/blog-img-4.jpg"><!-- blog item IMG 4 end -->
[...]<!-- blog item 4 end -->
[...]<!-- blog end -->
[...]
You can also edit the 'Blog/News' section images by following its URL path: 'img/blog/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Blog/News' MORE section, simply find the appropriate label <!-- news modal 1 start --> in the body of the HTML file.
Part to edit:
[...]
<!-- news modal 1 start -->
[...]
<!-- news modal 1 content start -->
[...]
<!-- blog more 1 start -->
[...]
<h2 class="section-subheading">
<span>Beauty / Fashion - <span class="blog-date">07.08.2018</span></span>
</h2>
[...]
[...]
<h2 class="section-heading">
Simplicity is complex
</h2>
[...]
[...]
<!-- blog quote 1 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 1 end -->
[...]
[...]
<!-- blog more TXT start -->
<p class="blog-TXT">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p>
<p class="blog-TXT-last">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p><!-- blog more TXT end -->
[...]
[...]
<!-- blog quote 2 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 2 end -->
[...]
[...]<!-- blog more 1 end -->
[...]<!-- news modal 1 content end -->
[...]<!-- news modal 1 end -->
<!-- news modal 2 start -->
[...]
<!-- news modal 2 content start -->
[...]
<!-- blog more 2 start -->
[...]
<h2 class="section-subheading">
<span>People / Life - <span class="blog-date">07.08.2018</span></span>
</h2>
[...]
[...]
<h2 class="section-heading">
Design is a process
</h2>
[...]
[...]
<!-- blog quote 1 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 1 end -->
[...]
[...]
<!-- blog more TXT start -->
<p class="blog-TXT">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p>
<p class="blog-TXT-last">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p><!-- blog more TXT end -->
[...]
[...]
<!-- blog quote 2 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 2 end -->
[...]
[...]<!-- blog more 2 end -->
[...]<!-- news modal 2 content end -->
[...]<!-- news modal 2 end -->
<!-- news modal 3 start -->
[...]
<!-- news modal 3 content start -->
[...]
<!-- blog more 3 start -->
[...]
<h2 class="section-subheading">
<span>Royalty / Stock - <span class="blog-date">07.08.2018</span></span>
</h2>
[...]
[...]
<h2 class="section-heading">
Aesthetic is a decision
</h2>
[...]
[...]
<!-- blog quote 1 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 1 end -->
[...]
[...]
<!-- blog more TXT start -->
<p class="blog-TXT">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p>
<p class="blog-TXT-last">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p><!-- blog more TXT end -->
[...]
[...]
<!-- blog quote 2 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 2 end -->
[...]
[...]<!-- blog more 3 end -->
[...]<!-- news modal 3 content end -->
[...]<!-- news modal 3 end -->
<!-- news modal 4 start -->
[...]
<!-- news modal 4 content start -->
[...]
<!-- blog more 4 start -->
[...]
<h2 class="section-subheading">
<span>Culture / Travel - <span class="blog-date">07.08.2018</span></span>
</h2>
[...]
[...]
<h2 class="section-heading">
Style is everything
</h2>
[...]
[...]
<!-- blog quote 1 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 1 end -->
[...]
[...]
<!-- blog more TXT start -->
<p class="blog-TXT">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p>
<p class="blog-TXT-last">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
</p><!-- blog more TXT end -->
[...]
[...]
<!-- blog quote 2 start -->
<p class="blog-quote">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
erat a <a class="link-underline" href="#">semper</a>...
</p><!-- blog quote 2 end -->
[...]
[...]<!-- blog more 4 end -->
[...]<!-- news modal 4 content end -->
[...]<!-- news modal 4 end -->
[...]
To edit the 'Blog/News' MORE section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1.8. blog full IMG BACKGROUND */
.img-fullwidth-blog-1-1 {
background-image: url(../img/blog/img-fullwidth-blog-bg-1-1.jpg);
}
.img-fullwidth-blog-1-2 {
background-image: url(../img/blog/img-fullwidth-blog-bg-1-2.jpg);
}
.img-fullwidth-blog-2-1 {
background-image: url(../img/blog/img-fullwidth-blog-bg-2-1.jpg);
}
.img-fullwidth-blog-2-2 {
background-image: url(../img/blog/img-fullwidth-blog-bg-2-2.jpg);
}
.img-fullwidth-blog-3-1 {
background-image: url(../img/blog/img-fullwidth-blog-bg-3-1.jpg);
}
.img-fullwidth-blog-3-2 {
background-image: url(../img/blog/img-fullwidth-blog-bg-3-2.jpg);
}
.img-fullwidth-blog-4-1 {
background-image: url(../img/blog/img-fullwidth-blog-bg-4-1.jpg);
}
.img-fullwidth-blog-4-2 {
background-image: url(../img/blog/img-fullwidth-blog-bg-4-2.jpg);
}
[...]
You can also edit the 'Blog/News' MORE section images by following its URL path: 'img/blog/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Words' section, simply find the appropriate label <!-- words start --> in the body of the HTML file.
Part to edit:
[...]
<!-- words start -->
[...]
<h2 class="section-subheading-light">
<span>Customer is king</span>
</h2>
[...]
<h2 class="section-heading section-heading-light">
The Words
</h2>
[...]
<!-- testimonials start -->
[...]
<!-- testimonials quote 1 start -->
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In varius massa a justo vestibulum dignissim. Nullam ut fermentum lacus.
</p>
[...]
<div class="testimonials-signature">
C. Eastwood
</div>
[...]<!-- testimonials quote 1 end -->
<!-- testimonials quote 2 start -->
[...]
<p>
Suspendisse lobortis bibendum blandit. Fusce consectetur urna eget nunc interdum convallis. Sed volutpat vestibulum nisl a sollicitudin.
</p>
[...]
<div class="testimonials-signature">
T. Scott
</div>
[...]<!-- testimonials quote 2 end -->
<!-- testimonials quote 3 start -->
[...]
<p>
Aliquam erat volutpat. Vivamus ornare rhoncus tellus, eget feugiat lorem bibendum nec. Nam sapien urna, tincidunt vel semper id, rhoncus vel mauris.
</p>
[...]
<div class="testimonials-signature">
K.W. Wong
</div>
[...]<!-- testimonials quote 3 end -->
[...]<!-- testimonials end -->
[...]<!-- words end -->
[...]
To edit the 'Words' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1.4. words parallax IMG BACKGROUND */
.parallax-words {
background-image: url(../img/words/parallax-words-bg.jpg);
}
[...]
You can also edit the 'Words' section images by following its URL path: 'img/words/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<h2 class="section-subheading">
<span>Get in touch</span>
</h2>
[...]
[...]
<h2 class="section-heading">
Promise, We<br>
Won't Stay Silent
</h2>
[...]
[...]
<!-- contact info start -->
[...]
<i class="ion-ios-location-outline contact-info-description-img"></i> <span class="contact-info-text">ex Inc.<br>
Touchdown Dr 1176</span>
[...]
<i class="ion-ios-email-outline contact-info-description-img contact-info-description-img-large contact-info-description-img-secondary"></i> <span class=
"contact-info-text"><a class="link-underline" href="mailto:contact@domainname.com">contact@domainname.com</a></span>
[...]
<i class="ion-ios-information-outline contact-info-description-img contact-info-description-img-secondary"></i> <span class="contact-info-text">[00] 11 - 76<br>
[01] 11 - 76</span>
[...]<!-- contact info end -->
[...]
<a class="modal-launcher-btn contact-modal-launcher"><span>Use the form</span> [...]</a>
[...]<!-- contact end -->
[...]
To edit the 'Contact Form Modal' section, simply find the appropriate label <!-- contact modal start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact modal start -->
[...]
<h2 class="section-heading">
Get in touch
</h2>
<p>
Promise, we won't stay silent
</p>
[...]
[...]<!-- contact modal end -->
[...]
To send the contents of your 'Contact Form' to your email, simply open the file named 'contact.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To add form submissions to a subscriber list in your MailChimp account, simply open the file named 'subscribe.php' and configure it with your MailChimp credentials in the assigned slots below:
$api = new MCAPI('YOUR_API_KEY');
[...]
$retval = $api->listSubscribe( 'YOUR_LIST_ID', $_POST["subscribe-email"], $merge_vars, 'html', false, true );
Please make sure you have generated your MailChimp API Key and copied your MailChimp List ID.
- MailChimp API Key ARTICLE as available at: http://kb.mailchimp.com/accounts/management/about-api-keys#Finding-or-generating-your-API-key
- MailChimp List ID ARTICLE as available at: http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id
To add 'YouTube Videos - SINGLE' in the background of the template, simply find the appropriate label <!-- YouTube video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- YouTube video URL start -->
<div class="player" data-property=
"{videoURL: '3zXrWmkVjTM', containment: '#videoContainment', showControls: false, autoPlay: true, loop: true, vol: 50, mute: true, startAt: 0, stopAt: 0, opacity: 1, addRaster: false, quality: 'large', optimizeDisplay: true, ratio: 16/9}"
id="bgndVideo"></div><!-- YouTube video URL end -->
[...]
Please note;
This template is designed to use YouTube videos as a background; however, 'YouTube Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/YT-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* 26.1. YouTube video */
[...]
@media only screen and (max-width: 880px) {
.YT-bg {
[...]
background-image: url(../img/background/YT-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
By default the sound of the video is set mute. To unmute the sound, change 'mute: true' into 'mute: false'.
To add 'Vimeo Videos' in the background of the template, simply find the appropriate label <!-- Vimeo video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- Vimeo video URL start -->
<iframe data-fullscreeneo="" src="https://player.vimeo.com/video/98929509?autoplay=1&background=1&hd=1&loop=1"></iframe><!-- Vimeo video URL end -->
[...]
Please note;
By default the sound of the video is set mute. To unmute the sound, change 'background=1' into 'background=0'.
Please note;
This template is designed to use Vimeo videos as a background; however, 'Vimeo Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/vimeo-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* 26.2. Vimeo video */
[...]
@media only screen and (max-width: 880px) {
.vimeo-bg {
[...]
background-image: url(../img/background/vimeo-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
To add images in the background of the template, simply find the appropriate CSS file placed in the folder named 'css' (e.g. style.css).
Open the file and find the appropriate label '/* 1. TEMPLATE BACKGROUNDS */'.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
/* 1.2. single title IMG BACKGROUND */
.bg-img-SINGLE-TITLE {
background-image: url(../img/background/SINGLE-TITLE-bg.jpg);
}
[...]
/* 1.5. slick fullscreen slideshow IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.bg-img-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.bg-img-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.bg-img-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}
/* 1.6. ken burns slideshow IMG BACKGROUND */
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1-2.jpg);
}
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2-2.jpg);
}
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3-2.jpg);
}
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4-2.jpg);
}
[...]
You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
Contact the author
This author provides limited support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
Item support includes:
Availability of the author to answer questions
Answering technical questions about item’s features
Assistance with reported bugs and issues
Help with included 3rd party assets
However, item support does not include:
Customization services
Installation services
This author’s response time can be up to 2 business days.
Working time:
Monday thru Friday 9am to 5pm
Central European Time (UTC+01:00)