To edit the 'Home' section, simply find the appropriate label <!-- home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home start -->
[...]
<h1 class="home-page-title">
King Size<span class="registered">®</span>
</h1>
[...]
<h2 class="home-page-title">
Simplicity is complex
</h2>
<h2 class="home-page-title">
Design is a process
</h2>
<h2 class="home-page-title">
Aesthetic is a decision
</h2>
<h2 class="home-page-title">
Style is everything
</h2>
[...]
[...]<!-- home end -->
[...]
To edit the 'Home' section 'Content Slider', simply find the appropriate label <!-- home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home start -->
[...]
<!-- fullscreen slider item 1 start -->
[...]
<h1>
King Size
</h1>
<h2>
Simplicity is complex
</h2>
[...]
[...]<!-- fullscreen slider item 1 end -->
<!-- fullscreen slider item 2 start -->
[...]
<h1>
Fully Responsive
</h1>
<h2>
Design is a process
</h2>
[...]
[...]<!-- fullscreen slider item 2 end -->
<!-- fullscreen slider item 3 start -->
[...]
<h1>
Creative Portfolio
</h1>
<h2>
Aesthetic is a decision
</h2>
[...]
[...]<!-- fullscreen slider item 3 end -->
<!-- fullscreen slider item 4 start -->
[...]
<h1>
Made for Kings
</h1>
<h2>
Style is everything
</h2>
[...]
[...]<!-- fullscreen slider item 4 end -->
[...]
[...]<!-- home end -->
[...]
To edit the 'Home' section 'Typed Text', simply find and open the file named 'king-size.js' placed in the folder named 'js'.
Part to edit:
[...]
// typed text
[...]
strings: ["King Size", "Fully Responsive", "Creative Portfolio", "Made for KINGS"],
[...]
[...]
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 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<h2 class="section-heading">
About
</h2>
<h3 class="section-subheading">
Simplicity is complex.
</h3>
[...]
[...]
<!-- intro start -->
[...]
<h2>
Years
</h2>
[...]
<h3 class="facts-counter-number">
41
</h3>
<h2>
of Service
</h2>
[...]<!-- intro end -->
[...]
[...]
<!-- quote start -->
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.
</p>
[...]<!-- quote end -->
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper. Maecenas risus
ex, suscipit cursus felis vitae, iaculis tempor dolor. In dignissim <a class="link-underline" href="#">accumsan ullamcorper</a>.
</p>
[...]
[...]<!-- about end -->
[...]
To edit the 'Know-how' section, simply find the appropriate label <!-- know-how start --> in the body of the HTML file.
Part to edit:
[...]
<!-- know-how start -->
[...]
<h2 class="section-heading secondary">
The Know-how
</h2>
<h3 class="section-subheading">
Design is a process.
</h3>
[...]
[...]
<!-- slick right start -->
[...]
<!-- know-how carousel item 1 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-know-how-carousel-1"></div>
[...]<!-- know-how carousel item 1 img end -->
<!-- know-how carousel item 2 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-know-how-carousel-2"></div>
[...]<!-- know-how carousel item 2 img end -->
[...]<!-- slick right end -->
[...]
[...]
<!-- slick left start -->
[...]
[...]
<!-- skills bar start -->
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="95">
<span class="skillbar-title">HTML5</span>
[...]
[...]<!-- skill 1 end -->
<!-- skill 2 start -->
<div class="skillbar" data-percent="90">
<span class="skillbar-title">CSS3</span>
[...]
[...]<!-- skill 2 end -->
<!-- skill 3 start -->
<div class="skillbar" data-percent="85">
<span class="skillbar-title">jQuery</span>
[...]
[...]<!-- skill 3 end -->
<!-- skill 4 start -->
<div class="skillbar" data-percent="76">
<span class="skillbar-title">PHP</span>
[...]
[...]<!-- skill 4 end -->
[...]<!-- skills bar end -->
[...]<!-- slick left end -->
[...]<!-- know-how end -->
[...]
You can edit the 'Know-how' section images via CSS file (e.g. style.css).
Part to edit:
[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* know-how IMG BACKGROUND */
.img-fullwidth-know-how-carousel-1 {
background-image: url(../img/know-how/know-how-carousel-1.jpg);
}
.img-fullwidth-know-how-carousel-2 {
background-image: url(../img/know-how/know-how-carousel-2.jpg);
}
[...]
You can also edit the 'Know-how' section images by following its URL path: 'img/know-how/', 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-heading light">
The Facts
</h2>
<h3 class="section-subheading light">
Aesthetic is a decision.
</h3>
[...]
<!-- facts counter start -->
[...]
<!-- fact 1 start -->
<div class="facts-counter-number">
1976
</div>
[...]
<i class="ion-ios-briefcase-outline facts-counter-description-img"></i> <span class="facts-counter-title">Completed Jobs</span>
[...]<!-- fact 1 end -->
[...]
[...]
<!-- fact 2 start -->
<div class="facts-counter-number large">
141
</div>
[...]
<i class="ion-ios-wineglass-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Clients Served</span>
[...]<!-- fact 2 end -->
[...]
[...]
<!-- fact 3 start -->
<div class="facts-counter-number large">
212
</div>
[...]
<i class="ion-ios-world-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Countries Reached</span>
[...]<!-- fact 3 end -->
[...]
[...]
<!-- fact 4 start -->
<div class="facts-counter-number">
10976
</div>
[...]
<i class="ion-ios-photos-outline facts-counter-description-img"></i> <span class="facts-counter-title">Photos Taken</span>
[...]<!-- fact 4 end -->
[...]
[...]<!-- facts counter end -->
[...]<!-- facts end -->
[...]
You can also edit the 'Facts' section images by following its URL path: 'img/parallax/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Team' section, simply find the appropriate label <!-- team start --> in the body of the HTML file.
Part to edit:
[...]
<!-- team start -->
[...]
<h2 class="section-heading">
The Team
</h2>
<h3 class="section-subheading">
Style is everything.
</h3>
[...]
[...]
<!-- team member 1 info start -->
[...]
[...]
<h3 class="cd-team-name">
C. Eastwood
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>
Sed euismod in tellus in mattis.
</p>
[...]
<ul class="social-icons">
<li class="social-icon">
<a class="ion-social-twitter" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-facebook" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-googleplus" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-youtube" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-linkedin" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-instagram" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-pinterest" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-dribbble" href="#"></a>
</li>
</ul>
[...]
[...]<!-- team member 1 info end -->
<!-- team member 2 info start -->
[...]
[...]
<h3 class="cd-team-name">
R. Redford
</h3>
<p>
Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.<br>
Maecenas risus ex, suscipit cursus felis.
</p>
[...]
<ul class="social-icons">
<li class="social-icon">
<a class="ion-social-twitter" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-facebook" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-googleplus" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-youtube" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-linkedin" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-instagram" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-pinterest" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-dribbble" href="#"></a>
</li>
</ul>
[...]
[...]<!-- team member 2 info end -->
<!-- team member 3 info start -->
[...]
[...]
<h3 class="cd-team-name">
M. Scorsese
</h3>
<p>
In dignissim accumsan ullamcorper.<br>
Aliquam nec augue id mauris convallis venenatis.
</p>
[...]
<ul class="social-icons">
<li class="social-icon">
<a class="ion-social-twitter" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-facebook" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-googleplus" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-youtube" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-linkedin" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-instagram" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-pinterest" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-dribbble" href="#"></a>
</li>
</ul>
[...]
[...]<!-- team member 3 info end -->
<!-- team member 4 info start -->
[...]
[...]
<h3 class="cd-team-name">
W. Kar-wai
</h3>
<p>
Aenean tortor orci, luctus ut arcu eu, porta ultrices dui.<br>
Curabitur vitae purus porta.
</p>
[...]
<ul class="social-icons">
<li class="social-icon">
<a class="ion-social-twitter" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-facebook" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-googleplus" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-youtube" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-linkedin" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-instagram" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-pinterest" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-dribbble" href="#"></a>
</li>
</ul>
[...]
[...]<!-- team member 4 info end -->
<!-- team member 5 info start -->
[...]
[...]
<h3 class="cd-team-name">
M. Gibson
</h3>
<p>
Aenean commodo augue at libero luctus blandit.<br>
Ut non justo ipsum. Donec malesuada non nulla vitae.
</p>
[...]
<ul class="social-icons">
<li class="social-icon">
<a class="ion-social-twitter" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-facebook" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-googleplus" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-youtube" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-linkedin" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-instagram" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-pinterest" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-dribbble" href="#"></a>
</li>
</ul>
[...]
[...]<!-- team member 5 info end -->
[...]
[...]
<!-- slick right start -->
[...]
<!-- team member carousel 1 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-team-member-carousel-1"></div>
[...]<!-- team member carousel 1 img end -->
<!-- team member carousel 2 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-team-member-carousel-2"></div>
[...]<!-- team member carousel 2 img end -->
<!-- team member carousel 3 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-team-member-carousel-3"></div>
[...]<!-- team member carousel 3 img end -->
<!-- team member carousel 4 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-team-member-carousel-4"></div>
[...]<!-- team member carousel 4 img end -->
<!-- team member carousel 5 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-team-member-carousel-5"></div>
[...]<!-- team member carousel 5 img end -->
[...]<!-- slick right end -->
[...]
[...]
[...]
<!-- team member 1 info bottom start -->
[...]
<img alt="Team Thumb Img" src="img/team/team-thumb-1.jpg">
<ul class="cd-author-info">
<li>C. Eastwood
</li>
<li>Owner, SEO
</li>
</ul>
[...]
[...]<!-- team member 1 info bottom end -->
<!-- team member 2 info bottom start -->
[...]
<img alt="Team Thumb Img" src="img/team/team-thumb-2.jpg">
<ul class="cd-author-info">
<li>R. Redford
</li>
<li>Web Designer
</li>
</ul>
[...]
[...]<!-- team member 2 info bottom end -->
<!-- team member 3 info bottom start -->
[...]
<img alt="Team Thumb Img" src="img/team/team-thumb-3.jpg">
<ul class="cd-author-info">
<li>M. Scorsese
</li>
<li>Graphic Designer
</li>
</ul>
[...]
[...]<!-- team member 3 info bottom end -->
<!-- team member 4 info bottom start -->
[...]
<img alt="Team Thumb Img" src="img/team/team-thumb-4.jpg">
<ul class="cd-author-info">
<li>W. Kar-wai
</li>
<li>UX Designer
</li>
</ul>
[...]
[...]<!-- team member 4 info bottom end -->
<!-- team member 5 info bottom start -->
[...]
<img alt="Team Thumb Img" src="img/team/team-thumb-5.jpg">
<ul class="cd-author-info">
<li>M. Gibson
</li>
<li>Art Director
</li>
</ul>
[...]
[...]<!-- team member 5 info bottom end -->
[...]<!-- team end -->
[...]
You can edit the 'Team' section images via CSS file (e.g. style.css).
Part to edit:
[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* team IMG BACKGROUND */
.img-fullwidth-team-member-carousel-1 {
background-image: url(../img/team/team-member-carousel-1.jpg);
}
.img-fullwidth-team-member-carousel-2 {
background-image: url(../img/team/team-member-carousel-2.jpg);
}
.img-fullwidth-team-member-carousel-3 {
background-image: url(../img/team/team-member-carousel-3.jpg);
}
.img-fullwidth-team-member-carousel-4 {
background-image: url(../img/team/team-member-carousel-4.jpg);
}
.img-fullwidth-team-member-carousel-5 {
background-image: url(../img/team/team-member-carousel-5.jpg);
}
[...]
You can also edit the 'Team' section images by following its URL path: 'img/team/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
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-heading">
Services
</h2>
<h3 class="section-subheading">
Simplicity is complex.
</h3>
[...]
[...]
<h4 class="service-heading">
Design
</h4>
<div class="service-number">
1
</div>
<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>
[...]
[...]
<h4 class="service-heading">
Branding
</h4>
<div class="service-number">
2
</div>
<p>
In dignissim accumsan ullamcorper. Aliquam nec augue id mauris convallis venenatis. Donec interdum ipsum quis varius tristique. Aenean tortor orci, luctus ut arcu eu,
<a class="link-underline" href="#">porta ultrices dui</a>.
</p>
[...]
[...]
<h4 class="service-heading">
Brand Identity
</h4>
<div class="service-number">
3
</div>
<p>
Aenean commodo augue at libero luctus blandit. Ut non justo ipsum. Donec malesuada non nulla vitae porttitor. Ut vehicula augue erat, ut accumsan <a class="link-underline"
href="#">felis rutrum</a>.
</p>
[...]
[...]<!-- services end -->
<!-- services 2 start -->
[...]
<!-- slick right start -->
<!-- services single item img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-services-single"></div>
[...]<!-- services single item img end -->
<!-- slick right end -->
[...]
[...]
<!-- slick left start -->
[...]
[...]
<ul>
<li>
<span>Design</span>
<ul>
<li>
<a class="link-underline services" href="#">Web Design</a>
</li>
<li>
<a class="link-underline services" href="#">Graphic Design</a>
</li>
<li>
<a class="link-underline services" href="#">Art Direction</a>
</li>
</ul>
</li>
<li>
<span>Branding</span>
<ul>
<li>
<a class="link-underline services" href="#">Branding Campaigns</a>
</li>
<li>
<a class="link-underline services" href="#">Customer Surveys</a>
</li>
<li>
<a class="link-underline services" href="#">Advertising Campaigns</a>
</li>
</ul>
</li>
<li>
<span>Brand Identity</span>
<ul>
<li>
<a class="link-underline services" href="#">Colors</a>
</li>
<li>
<a class="link-underline services" href="#">Design</a>
</li>
<li>
<a class="link-underline services" href="#">Logotype</a>
</li>
</ul>
</li>
</ul>
[...]
[...]<!-- slick left end -->
[...]
[...]
<!-- slick right start -->
[...]
<!-- services carousel item 1 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-services-carousel-1"></div>
[...]<!-- services carousel item 1 img end -->
<!-- services carousel item 2 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-services-carousel-2"></div>
[...]<!-- services carousel item 2 img end -->
<!-- services carousel item 3 img start -->
[...]
<div class="img-fullwidth img-fullwidth-all img-fullwidth-services-carousel-3"></div>
[...]<!-- services carousel item 3 img end -->
[...]<!-- slick right end -->
[...]
[...]
<!-- slick left start -->
[...]
<ul>
<li>
<span>Photography</span>
<ul>
<li>
<a class="link-underline services" href="#">Commercial / Stock</a>
</li>
<li>
<a class="link-underline services" href="#">Beauty / Fashion</a>
</li>
<li>
<a class="link-underline services" href="#">Nature / Landscapes</a>
</li>
</ul>
</li>
<li>
<span>Branding</span>
<ul>
<li>
<a class="link-underline services" href="#">Branding Campaigns</a>
</li>
<li>
<a class="link-underline services" href="#">Customer Surveys</a>
</li>
<li>
<a class="link-underline services" href="#">Advertising Campaigns</a>
</li>
</ul>
</li>
<li>
<span>Brand Identity</span>
<ul>
<li>
<a class="link-underline services" href="#">Colors</a>
</li>
<li>
<a class="link-underline services" href="#">Design</a>
</li>
<li>
<a class="link-underline services" href="#">Logotype</a>
</li>
</ul>
</li>
</ul>
[...]
[...]<!-- slick left end -->
[...]<!-- services 2 end -->
[...]
You can edit the 'Services' section images via CSS file (e.g. style.css).
Part to edit:
[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* services IMG BACKGROUND */
.img-fullwidth-services-single {
background-image: url(../img/services/services-single.jpg);
}
.img-fullwidth-services-carousel-1 {
background-image: url(../img/services/services-carousel-1.jpg);
}
.img-fullwidth-services-carousel-2 {
background-image: url(../img/services/services-carousel-2.jpg);
}
.img-fullwidth-services-carousel-3 {
background-image: url(../img/services/services-carousel-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 'Testimonials' section, simply find the appropriate label <!-- testimonials start --> in the body of the HTML file.
Part to edit:
[...]
<!-- testimonials start -->
[...]
<h2 class="section-heading secondary">
Testimonials
</h2>
<h3 class="section-subheading">
Design is a process.
</h3>
[...]
[...]
<!-- testimonials quote 1 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-1.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l ion-quote"></span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fermentum nibh et metus facilisis
sollicitudin.<span class="section-testimonials quote-mark-r ion-quote"></span>
</p>
<div class="testimonials-signature">
C. Eastwood
</div>
[...]<!-- testimonials quote 1 end -->
<!-- testimonials quote 2 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-2.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l ion-quote"></span>Vivamus scelerisque velit nec gravida ornare. Nam egestas purus eget sagittis tempor.<span class=
"section-testimonials quote-mark-r ion-quote"></span>
</p>
<div class="testimonials-signature">
R. Redford
</div>
[...]<!-- testimonials quote 2 end -->
<!-- testimonials quote 3 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-3.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l ion-quote"></span>Duis ac massa at neque scelerisque finibus vel sed erat. Sed vulputate nisl vitae elit laoreet
laoreet.<span class="section-testimonials quote-mark-r ion-quote"></span>
</p>
<div class="testimonials-signature">
K.W. Wong
</div>
[...]<!-- testimonials quote 3 end -->
<!-- testimonials quote 4 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-4.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l ion-quote"></span> Vivamus consectetur commodo enim, ut accumsan mauris interdum quis. Donec et euismod dui, eu
lobortis augue.<span class="section-testimonials quote-mark-r ion-quote"></span>
</p>
<div class="testimonials-signature">
T. Scott
</div>
[...]<!-- testimonials quote 4 end -->
[...]
[...]<!-- testimonials end -->
[...]
You can also edit the 'Testimonials' section images by following its URL path: 'img/testimonials/', 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 -->
[...]
<h2 class="section-heading">
Works
</h2>
<h3 class="section-subheading">
Aesthetic is a decision.
</h3>
[...]
[...]
<!-- works content start -->
[...]
<!-- work 1 start -->
[...]
<label class="works-title">Project #1</label>
<p></p><a class="works-button" data-toggle="modal" href="#worksModal-1"><span>View project</span></a>
[...]
[...]<!-- work 1 end -->
<!-- work 2 start -->
[...]
<label class="works-title">Project #2</label>
<p></p><a class="works-button" data-toggle="modal" href="#worksModal-2"><span>View project</span></a>
[...]
[...]<!-- work 2 end -->
<!-- work 3 start -->
[...]
<label class="works-title">Project #3</label>
<p></p><a class="works-button" data-toggle="modal" href="#worksModal-3"><span>View project</span></a>
[...]
[...]<!-- work 3 end -->
<!-- work 4 start -->
[...]
<label class="works-title">Project #4</label>
<p></p><a class="works-button" data-toggle="modal" href="#worksModal-4"><span>View project</span></a>
[...]
[...]<!-- work 4 end -->
<!-- work 5 start -->
[...]
<label class="works-title">Project #5</label>
<p></p><a class="works-button" data-toggle="modal" href="#worksModal-5"><span>View project</span></a>
[...]
[...]<!-- work 5 end -->
<!-- work 6 start -->
[...]
<label class="works-title">Project #6</label>
<p></p><a class="works-button" data-toggle="modal" href="#worksModal-6"><span>View project</span></a>
[...]
[...]<!-- work 6 end -->
[...]<!-- works content end -->
[...]
[...]<!-- works end -->
<!-- works modal 1 start -->
[...]
<!-- works modal content 1 start -->
[...]
<!-- works modal body 1 start -->
[...]
<div class="modal-content-date">
May 10, 2017, Wednesday
</div>
<h2>
Lorem ipsum dolor sit amet
</h2>
<p class="item-intro">
Photography / Portfolio
</p><img alt="Works Modal" class="img-responsive" src="img/works/works-1.jpg">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper. Maecenas
risus ex, suscipit cursus felis vitae, iaculis tempor dolor. In dignissim accumsan ullamcorper. Aliquam nec augue id mauris convallis venenatis.
</p><button class="c-btn" data-dismiss="modal" type="button"><span>Close</span></button>
[...]<!-- works modal body 1 end -->
[...]
[...]<!-- works modal content 1 end -->
[...]<!-- works modal 1 end -->
<!-- works modal 2 start -->
[...]
[...]
[...]
You can edit the 'Works' section images via CSS file (e.g. style.css).
Part to edit:
[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* works IMG BACKGROUND */
.works-inner-img-1 {
background-image: url(../img/works/works-1.jpg);
background-repeat: no-repeat;
background-position: center center;
}
.works-inner-img-2 {
background-image: url(../img/works/works-2.jpg);
background-repeat: no-repeat;
background-position: center center;
}
.works-inner-img-3 {
background-image: url(../img/works/works-3.jpg);
background-repeat: no-repeat;
background-position: center center;
}
.works-inner-img-4 {
background-image: url(../img/works/works-4.jpg);
background-repeat: no-repeat;
background-position: center center;
}
.works-inner-img-5 {
background-image: url(../img/works/works-5.jpg);
background-repeat: no-repeat;
background-position: center center;
}
.works-inner-img-6 {
background-image: url(../img/works/works-6.jpg);
background-repeat: no-repeat;
background-position: center center;
}
[...]
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 'Timeline' section, simply find the appropriate label <!-- timeline start --> in the body of the HTML file.
Part to edit:
[...]
<!-- timeline start -->
[...]
<h2 class="section-heading">
Timeline
</h2>
<h3 class="section-subheading">
Style is everything.
</h3>
[...]
[...]
<!-- timeline steps start -->
[...]
<!-- timeline step 1 start -->
[...]
<img alt="Timeline Img" class="img-circle img-responsive" src="img/timeline/timeline-1.jpg">
[...]
<[...]
<h4 class="cd-timeline-date">
April 2015 - Present
</h4>
<h3 class="cd-timeline-name">
UX DESIGNER <span class="cd-timeline-position">FULL-TIME</span>
</h3>
[...]
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.
Maecenas risus ex, suscipit cursus felis vitae, iaculis tempor dolor.
</p>
[...]
[...]<!-- timeline step 1 end -->
<!-- timeline step 2 start -->
[...]
<img alt="Timeline Img" class="img-circle img-responsive" src="img/timeline/timeline-2.jpg">
[...]
[...]
<h4 class="cd-timeline-date">
May 2008 - April 2015
</h4>
<h3 class="cd-timeline-name left">
WEB DESIGNER <span class="cd-timeline-position">FREELANCE</span>
</h3>
[...]
[...]
<p>
In dignissim accumsan ullamcorper. Aliquam nec augue id mauris convallis venenatis. Donec interdum ipsum quis varius tristique. Aenean tortor orci, luctus
ut arcu eu, porta ultrices dui. Ut et orci ipsum. Aliquam semper lorem nisi, sed pellentesque risus faucibus vitae.
</p>
[...]<!-- timeline step 2 end -->
<!-- timeline step 3 start -->
[...]
<img alt="Timeline Img" class="img-circle img-responsive" src="img/timeline/timeline-3.jpg">
[...]
[...]
<h4 class="cd-timeline-date">
January 2004 - May 2008
</h4>
<h3 class="cd-timeline-name">
GRAPHIC DESIGNER <span class="cd-timeline-position">PART-TIME</span>
</h3>
[...]
[...]
<p>
Aenean commodo augue at libero luctus blandit. Ut non justo ipsum. Donec malesuada non nulla vitae porttitor. Ut vehicula augue erat, ut accumsan felis
rutrum a. Curabitur vitae purus porta, viverra justo vel, varius lectus.
</p>
[...]<!-- timeline step 3 end -->
[...]<!-- timeline steps end -->
[...]<!-- timeline end -->
[...]
You can also edit the 'Timeline' section images by following its URL path: 'img/timeline/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'News' section, simply find the appropriate label <!-- news start --> in the body of the HTML file.
Part to edit:
[...]
<!-- news start -->
[...]
<h2 class="section-heading">
News
</h2>
<h3 class="section-subheading">
Simplicity is complex.
</h3>
[...]
[...]
<!-- news carousel start -->
[...]
<!-- news item 1 start -->
[...]
<img alt="News Img" src="img/news/news-1.jpg">
<div class="date">
May 10, 2017, Wednesday
</div>
<figcaption>
<h2>
Lorem ipsum dolor sit amet, consectetur
</h2>
<h3>
Photography / Portfolio
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-1"><span>Read more</span></a>
</figcaption>
[...]
[...]<!-- news item 1 end -->
<!-- news item 2 start -->
[...]
<img alt="News Img" src="img/news/news-2.jpg">
<div class="date">
May 11, 2017, Thursday
</div>
<figcaption>
<h2>
Lorem ipsum dolor sit amet, consectetur
</h2>
<h3>
Photography / Portfolio
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-2"><span>Read more</span></a>
</figcaption>
[...]
[...]<!-- news item 2 end -->
<!-- news item 3 start -->
[...]
<img alt="News Img" src="img/news/news-3.jpg">
<div class="date">
May 12, 2017, Friday
</div>
<figcaption>
<h2>
Lorem ipsum dolor sit amet, consectetur
</h2>
<h3>
Photography / Portfolio
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-3"><span>Read more</span></a>
</figcaption>
[...]
[...]<!-- news item 3 end -->
<!-- news item 4 start -->
[...]
<img alt="News Img" src="img/news/news-4.jpg">
<div class="date">
May 13, 2017, Saturday
</div>
<figcaption>
<h2>
Lorem ipsum dolor sit amet, consectetur
</h2>
<h3>
Photography / Portfolio
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-4"><span>Read more</span></a>
</figcaption>
[...]
[...]<!-- news item 4 end -->
<!-- news item 5 start -->
[...]
<img alt="News Img" src="img/news/news-5.jpg">
<div class="date">
May 14, 2017, Sunday
</div>
<figcaption>
<h2>
Lorem ipsum dolor sit amet, consectetur
</h2>
<h3>
Photography / Portfolio
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-5"><span>Read more</span></a>
</figcaption>
[...]
[...]<!-- news item 5 end -->
[...]<!-- news carousel end -->
[...]
[...]<!-- news end -->
<!-- news modal 1 start -->
[...]
<!-- news modal content 1 start -->
[...]
<!-- news modal body 1 start -->
[...]
<div class="modal-content-date">
May 10, 2017, Wednesday
</div>
<h2>
Lorem ipsum dolor sit amet
</h2>
<p class="item-intro">
Photography / Portfolio
</p><img alt="News Modal" class="img-responsive" src="img/news/news-1.jpg">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper. Maecenas
risus ex, suscipit cursus felis vitae, iaculis tempor dolor. In dignissim accumsan ullamcorper. Aliquam nec augue id mauris convallis venenatis.
</p>
[...]
[...]<!-- news modal body 1 end -->
[...]
[...]<!-- news modal content 1 end -->
[...]<!-- news modal 1 end -->
<!-- news modal 2 start -->
[...]
[...]
[...]
You can also edit the 'News' section images by following its URL path: 'img/news/', 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-heading light">
Contact
</h2>
<h3 class="section-subheading light">
Design is a process.
</h3>
<!-- contact info start -->
[...]
<div class="contact-info-description">
<i class="ion-ios-location-outline contact-info-description-img"></i> <span class="contact-info-text">ex Inc.<br>
Touchdown Dr 1176</span>
</div>
[...]
[...]
<div class="contact-info-description">
<i class="ion-ios-email-outline contact-info-description-img large"></i> <span class="contact-info-text large"><a class="link-underline contact" href=
"mailto:contact@domainname.com">contact@domainname.com</a></span>
</div>
[...]
[...]
<div class="contact-info-description">
<i class="ion-ios-telephone-outline contact-info-description-img"></i> <span class="contact-info-text">[00] 11 - 76<br>
[01] 11 - 76</span>
</div>
[...]
[...]<!-- contact info end -->
[...]<!-- contact end -->
<!-- contact form start -->
[...]
<h2 class="section-heading secondary">
Get in touch
</h2>
<h3 class="section-subheading">
Aesthetic is a decision.
</h3>
[...]
[...]
[...]<!-- contact form end -->
[...]
[...]
You can also edit the 'Contact' section images by following its URL path: 'img/parallax/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
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 edit the 'Google Maps Location', simply find and open the file named 'king-size.js' placed in the folder named 'js'.
Part to edit:
[...]
// google maps POSITION
[...]
// EDIT: map latitude and longitude
var myLatlng = new google.maps.LatLng(34.052235, -118.243683);
// EDIT: map marker
var imagePath = "img/location-icon.png";
[...]
[...]
// EDIT: map address
var contentString = "<strong>King Size</strong><br>ex Inc. Touchdown Dr<br>1176 Los Angeles, CA";
[...]
// EDIT: map title
title: "King Size"
[...]
[...]
[...]
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 '/* TEMPLATE BACKGROUNDS */'.
Part to edit:
[...]
/* TEMPLATE BACKGROUNDS */
/* single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
.bg-img-SINGLE-LIGHT {
background-image: url(../img/background/SINGLE-bg-LIGHT.jpg);
}
.bg-img-SINGLE-TYPED {
background-image: url(../img/background/SINGLE-bg-TYPED.jpg);
}
.bg-img-SINGLE-BORDERED {
background-image: url(../img/background/SINGLE-bg-BORDERED.jpg);
}
/* ken burns slideshow IMG BACKGROUND */
.kenburns-slide-1 {
background-image: url(../img/background/kenburns-bg-1.jpg);
}
.kenburns-slide-2 {
background-image: url(../img/background/kenburns-bg-2.jpg);
}
.kenburns-slide-3 {
background-image: url(../img/background/kenburns-bg-3.jpg);
}
.kenburns-slide-4 {
background-image: url(../img/background/kenburns-bg-4.jpg);
}
/* hero slider IMG BACKGROUND,
hero content slider 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);
}
/* hero split slider IMG BACKGROUND */
.bg-split-img-1 {
background-image: url(../img/background/hero-split-bg-1.jpg);
}
.bg-split-img-2 {
background-image: url(../img/background/hero-split-bg-2.jpg);
}
.bg-split-img-3 {
background-image: url(../img/background/hero-split-bg-3.jpg);
}
.bg-split-img-4 {
background-image: url(../img/background/hero-split-bg-4.jpg);
}
/* hero split content slider IMG BACKGROUND */
.bg-split-content-img-1 {
background-image: url(../img/background/hero-split-content-bg-1.jpg);
}
.bg-split-content-img-2 {
background-image: url(../img/background/hero-split-content-bg-2.jpg);
}
.bg-split-content-img-3 {
background-image: url(../img/background/hero-split-content-bg-3.jpg);
}
.bg-split-content-img-4 {
background-image: url(../img/background/hero-split-content-bg-4.jpg);
}
/* thumbnail slider IMG BACKGROUND */
.thumbnail-slider-bg-1 {
background-image: url(../img/background/thumbnail-slider-bg-1.jpg);
}
.thumbnail-slider-bg-2 {
background-image: url(../img/background/thumbnail-slider-bg-2.jpg);
}
.thumbnail-slider-bg-3 {
background-image: url(../img/background/thumbnail-slider-bg-3.jpg);
}
.thumbnail-slider-bg-4 {
background-image: url(../img/background/thumbnail-slider-bg-4.jpg);
}
.thumbnail-slider-bg-5 {
background-image: url(../img/background/thumbnail-slider-bg-5.jpg);
}
.thumbnail-slider-bg-6 {
background-image: url(../img/background/thumbnail-slider-bg-6.jpg);
}
.thumbnail-slider-bg-7 {
background-image: url(../img/background/thumbnail-slider-bg-7.jpg);
}
.thumbnail-slider-bg-8 {
background-image: url(../img/background/thumbnail-slider-bg-8.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.
To add 'YouTube Videos' in the background of the template, simply find and open the file named 'king-size.js' placed in the folder named 'js'.
Part to edit:
[...]
// YTPlayer
[...]
videoId: "r8j-MWq4HZc", // DEMO URL is: https://www.youtube.com/watch?v=r8j-MWq4HZc
mute: true, // options: true, false
[...]
[...]
[...]
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'.
By default the sound of the video is set mute. To unmute the sound, change 'mute: true' into 'mute: false'.
To add 'Self-Hosted HTML5 Videos' in the background of the template, simply find the appropriate label <!-- self-hosted HTML5 video start --> in the body of the HTML file.
Part to edit:
[...]
<!-- self-hosted HTML5 video start -->
<div data-vide-bg="http://www.11-76.com/html5-videos/king-size.mp4" data-vide-options="loop: true, muted: true, position: 0% 0%" id="video-bg"></div>
<!-- self-hosted HTML5 video end -->
[...]
Please note;
By default the sound of the video is set mute. To unmute the sound, change 'muted: true' into 'muted: false'.
To add images in the background of the template ['Solid Background with Image Wall' variation], simply find the appropriate label <!-- wall images start --> in the body of the HTML file.
Part to edit:
[...]
<!-- wall images start -->
[...]
[...]
<img alt="Wall Image" class="wall-animation slide-in-top wall-image-2 wall-photo-2" src="img/wall/wall-image-2.jpg"> <img alt="Wall Image" class=
"wall-animation slide-in-top wall-image-1 wall-photo-1" src="img/wall/wall-image-1.jpg"> <img alt="Wall Image" class="wall-animation slide-in-top wall-image-3 wall-photo-3"
src="img/wall/wall-image-3.jpg"> <img alt="Wall Image" class="wall-animation slide-in-top wall-image-4 wall-photo-4" src="img/wall/wall-image-4.jpg"> <img alt="Wall Image"
class="wall-animation slide-in-top wall-image-5 wall-photo-5" src="img/wall/wall-image-5.jpg"> <img alt="Wall Image" class=
"wall-animation slide-in-top wall-image-6 wall-photo-6" src="img/wall/wall-image-6.jpg">
[...]
[...]<!-- wall images end -->
[...]
You can also edit the 'Solid Background Image Wall' images by following its URL path: 'img/wall/', and replace existing image files with your own images.
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)