Luique - Personal Portfolio HTML5 Template

by: bslthemes

Thank you for your purchase. If you have any questions, mail me to - beshleyua@gmail.com

File structure

After unpacking archive, you'll see this structure:

						
html/
│
├──doc/
├──template/
│──│──assets/
│──│──│──css/
│──│──│──│──vendors/
│──│──│──│──│──animate.css
│──│──│──│──│──bootstrap.css
│──│──│──│──│──magnific-popup.css
│──│──│──│──│──splitting.css
│──│──│──│──│──swiper.css
│──│──│──│──dark.css
│──│──│──│──style.css
│──│──│──fonts/
│──│──│──│──font-awesome/
│──│──│──images/
│──│──│──js/
│──│──│──│──bootstrap.js
│──│──│──│──common.js
│──│──│──│──imagesloaded.pkgd.js
│──│──│──│──isotope.pkgd.js
│──│──│──│──jarallax.min.js
│──│──│──│──jquery.min.js
│──│──│──│──jquery.cookie.js
│──│──│──│──jquery.scrolla.js
│──│──│──│──jquery.validate.min.js
│──│──│──│──magnific-popup.js
│──│──│──│──skrollr.js
│──│──│──│──splitting.js
│──│──│──│──swiper.js
│──│──│──│──typed.js
│──│──mailer/
│──│──│──feedback.php
│──│──│──form_setting.php
│──│──index.html
│──│──works.html
│──│──works-list.html
│──│──blog.html
│──│──blog-single.html
│──│──work-single.html
						
					
  • css/ - all CSS for pages
    • /vendors/ - plugins styles for template
    • style.css - main CSS for template
  • js/ - all JS library for template
    • common.js - main JS for template

Settings

Include of fonts

To use fonts, you must add one tag 'link' from section below to head section.

					
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CSorts+Mill+Goudy&display=swap" type="text/css" media="all" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto" type="text/css" media="all" />
					
				

Next step is to replace "font-family: '...';" to your fonts names.

Contact Form PHP

To modify the form is submitted, you can use the following settings, folders "/mailer/form_setting.php" and "/mailer/feedback.php"

HTML structure

					
<!doctype html>
<html lang="en-US">
<head>

  <title>Luique - Personal Portfolio HTML Template</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="HandheldFriendly" content="true">
  <meta name="author" content="bslthemes" />

  <!-- Fonts -->
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jost%3A0%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CCaveat%3A400%3B500%3B600%3B700&display=swap" type="text/css" media="all" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto" type="text/css" media="all" />

  <!-- CSS STYLES -->
  <link rel="stylesheet" href="assets/css/vendors/bootstrap.css" type="text/css" media="all" />
  <link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.css" type="text/css" media="all" />
  <link rel="stylesheet" href="assets/css/vendors/magnific-popup.css" type="text/css" media="all" />
  <link rel="stylesheet" href="assets/css/vendors/splitting.css" type="text/css" media="all" />
  <link rel="stylesheet" href="assets/css/vendors/swiper.css" type="text/css" media="all" />
  <link rel="stylesheet" href="assets/css/vendors/animate.css" type="text/css" media="all" />
  <link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all" />
  <link rel="stylesheet" href="assets/css/dark.css" type="text/css" media="all" />

  <!-- Favicon -->
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
	<link rel="icon" href="favicon.ico" type="image/x-icon">

</head>

<body class="home light-skin">
	<div class="container-page">

		<!-- Preloader -->
		<div class="preloader">
			...
		</div>

		<!-- Header -->
		<header class="header">

      ...

    </header>

		<!-- Wrapper -->
		<div class="wrapper">

      <!-- Section - Hero Started -->
			<section class="lui-section lui-section-hero lui-gradient-top" id="started-section">

        ...

			</section>

      <!-- Section - Services -->
			<section class="lui-section lui-gradient-bottom" id="services-section">

        ...

      </section>

      <!-- Section - Skills -->
			<section class="lui-section lui-gradient-center" id="skills-section">

        ...

      </section>

      <!-- Section - Works -->
			<section class="lui-section lui-gradient-top" id="works-section">

        ...

      </section>

      <!-- Section - Resume -->
			<section class="lui-section lui-gradient-bottom" id="resume-section">

        ...

      </section>

      <!-- Section - Testimonials -->
			<section class="lui-section lui-gradient-center" id="testimonials-section">

        ...

      </section>

      <!-- Section - Pricing -->
			<section class="lui-section lui-gradient-center" id="pricing-section">

        ...

      </section>

      <!-- Section - Blog -->
			<section class="lui-section lui-gradient-top" id="blog-section">

        ...

      </section>

      <!-- Section - Contacts -->
			<section class="lui-section lui-gradient-bottom" id="contact-section">

        ...

      </section>

		</div>

		<!-- Footer -->
		<div class="footer">

			...

		</div>

	</div>

	<!-- cursor -->
	<div class="cursor"></div>

  <script src="assets/js/jquery.min.js"></script>
  <script src="assets/js/jquery.validate.min.js"></script>
  <script src="assets/js/bootstrap.js"></script>
  <script src="assets/js/swiper.js"></script>
  <script src="assets/js/splitting.js"></script>
  <script src="assets/js/jarallax.min.js"></script>
  <script src="assets/js/magnific-popup.js"></script>
  <script src="assets/js/imagesloaded.pkgd.js"></script>
  <script src="assets/js/isotope.pkgd.js"></script>
  <script src="assets/js/jquery.scrolla.js"></script>
  <script src="assets/js/skrollr.js"></script>
  <script src="assets/js/jquery.cookie.js"></script>
  <script src="assets/js/typed.js"></script>
  <script src="assets/js/common.js"></script>

</body>
</html>
					
				

HTML structure of "Header"

					
<!-- Header -->
<header class="header">
	<div class="header__builder">
		<div class="row">
			<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">

				<!-- logo -->
				<div class="logo">
					<a href="index.html">
						<img width="228" height="38" src="assets/images/logo2.png" alt="" />
					</a>
				</div>

			</div>
			<div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 align-right">

				<!-- switcher btn -->
				<a href="#" class="switcher-btn">
					<span class="sw-before">
						<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23">
							<path id="Dark_Theme" data-name="Dark Theme" fill="#000" d="M1759.46,111.076a0.819,0.819,0,0,0-.68.147,8.553,8.553,0,0,1-2.62,1.537,8.167,8.167,0,0,1-2.96.531,8.655,8.655,0,0,1-8.65-8.682,9.247,9.247,0,0,1,.47-2.864,8.038,8.038,0,0,1,1.42-2.54,0.764,0.764,0,0,0-.12-1.063,0.813,0.813,0,0,0-.68-0.148,11.856,11.856,0,0,0-6.23,4.193,11.724,11.724,0,0,0,1,15.387,11.63,11.63,0,0,0,19.55-5.553A0.707,0.707,0,0,0,1759.46,111.076Zm-4.5,6.172a10.137,10.137,0,0,1-14.29-14.145,10.245,10.245,0,0,1,3.38-2.836c-0.14.327-.29,0.651-0.41,1.006a9.908,9.908,0,0,0-.56,3.365,10.162,10.162,0,0,0,10.15,10.189,9.776,9.776,0,0,0,3.49-.62,11.659,11.659,0,0,0,1.12-.473A10.858,10.858,0,0,1,1754.96,117.248Z" transform="translate(-1737 -98)" />
						</svg>
					</span>
					<span class="sw-after">
						<svg xmlns="http://www.w3.org/2000/svg" width="22.22" height="22.313" viewBox="0 0 22.22 22.313">
							<path id="Light_Theme" data-name="Light Theme" fill="#fff" d="M1752.49,105.511a5.589,5.589,0,0,0-3.94-1.655,5.466,5.466,0,0,0-3.94,1.655,5.61,5.61,0,0,0,3.94,9.566,5.473,5.473,0,0,0,3.94-1.653,5.643,5.643,0,0,0,1.65-3.957A5.516,5.516,0,0,0,1752.49,105.511Zm-1.06,6.85a4.1,4.1,0,0,1-5.76,0,4.164,4.164,0,0,1,0-5.788A4.083,4.083,0,0,1,1751.43,112.361Zm7.47-3.662h-2.27a0.768,0.768,0,0,0,0,1.536h2.27A0.768,0.768,0,0,0,1758.9,108.7Zm-10.35,8.12a0.777,0.777,0,0,0-.76.769v2.274a0.777,0.777,0,0,0,.76.767,0.786,0.786,0,0,0,.77-0.767v-2.274A0.786,0.786,0,0,0,1748.55,116.819Zm7.85-.531-1.62-1.624a0.745,0.745,0,0,0-1.06,0,0.758,0.758,0,0,0,0,1.063l1.62,1.625a0.747,0.747,0,0,0,1.06,0A0.759,0.759,0,0,0,1756.4,116.288ZM1748.55,98.3a0.777,0.777,0,0,0-.76.768v2.273a0.778,0.778,0,0,0,.76.768,0.787,0.787,0,0,0,.77-0.768V99.073A0.786,0.786,0,0,0,1748.55,98.3Zm7.88,3.278a0.744,0.744,0,0,0-1.06,0l-1.62,1.624a0.758,0.758,0,0,0,0,1.063,0.745,0.745,0,0,0,1.06,0l1.62-1.624A0.758,0.758,0,0,0,1756.43,101.583Zm-15.96,7.116h-2.26a0.78,0.78,0,0,0-.77.768,0.76,0.76,0,0,0,.77.768h2.26A0.768,0.768,0,0,0,1740.47,108.7Zm2.88,5.965a0.745,0.745,0,0,0-1.06,0l-1.62,1.624a0.759,0.759,0,0,0,0,1.064,0.747,0.747,0,0,0,1.06,0l1.62-1.625A0.758,0.758,0,0,0,1743.35,114.664Zm0-11.457-1.62-1.624a0.744,0.744,0,0,0-1.06,0,0.758,0.758,0,0,0,0,1.063l1.62,1.624a0.745,0.745,0,0,0,1.06,0A0.758,0.758,0,0,0,1743.35,103.207Z" transform="translate(-1737.44 -98.313)" />
						</svg>
					</span>
				</a>

				<!-- menu btn -->
				<a href="#" class="menu-btn">
					<span></span>
					<span></span>
				</a>

				<!-- Menu Full Overlay -->
				<div class="menu-full-overlay">
					<div class="menu-full-container">
						<div class="container">
							<div class="row">
								<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">

									<!-- menu full -->
									<div class="menu-full">
										<ul class="menu-full">
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="index.html">Home</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#services-section">Services</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#skills-section">Skills</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#works-section">Works</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#resume-section">Resume</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#testimonials-section">Testimonials</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#pricing-section">Pricing</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#blog-section">Blog</a>
											</li>
											<li class="menu-item">
												<a class="splitting-text-anim-2" data-splitting="chars" href="#contact-section">Contact</a>
											</li>
											<li class="menu-item menu-item-has-children has-children">
												<a class="splitting-text-anim-2" data-splitting="chars">Pages</a>
												<ul class="sub-menu">
													<li class="menu-item">
														<a class="splitting-text-anim-1" data-splitting="chars" href="works-list.html">Works (List)</a>
													</li>
													<li class="menu-item">
														<a class="splitting-text-anim-1" data-splitting="chars" href="works.html">Works (Grid)</a>
													</li>
													<li class="menu-item">
														<a class="splitting-text-anim-1" data-splitting="chars" href="work-single.html">Work Single Page</a>
													</li>
													<li class="menu-item">
														<a class=" splitting-text-anim-1" data-splitting="chars" href="blog.html">Blog</a>
													</li>
													<li class="menu-item">
														<a class="splitting-text-anim-1" data-splitting="chars" href="blog-single.html">Single Post</a>
													</li>
												</ul>
											</li>
										</ul>
									</div>

									<!-- social -->
									<div class="menu-social-links">
										<a href="http://dribbble.com" target="blank" class="scrolla-element-anim-1" title="dribbble">
											<i class="fab fa-dribbble"></i>
										</a>
										<a href="http://twitter.com" target="blank" class="scrolla-element-anim-1" title="twitter">
											<i class="fab fa-twitter"></i>
										</a>
										<a href="http://behance.com" target="blank" class="scrolla-element-anim-1" title="behance">
											<i class="fab fa-behance"></i>
										</a>
									</div>

									<div class="v-line-block"><span></span></div>

								</div>
							</div>
						</div>
					</div>
					<div class="menu-overlay"></div>
				</div>

			</div>
		</div>
	</div>
</header>
					
				

HTML structure of "Home" pages

					
<!-- Wrapper -->
<div class="wrapper">

	<!-- Section - Hero Started -->
	<section class="lui-section lui-section-hero lui-gradient-top" id="started-section">

		...

	</section>

	<!-- Section - Services -->
	<section class="lui-section lui-gradient-bottom" id="services-section">

		...

	</section>

	<!-- Section - Skills -->
	<section class="lui-section lui-gradient-center" id="skills-section">

		...

	</section>

	<!-- Section - Works -->
	<section class="lui-section lui-gradient-top" id="works-section">

		...

	</section>

	<!-- Section - Resume -->
	<section class="lui-section lui-gradient-bottom" id="resume-section">

		...

	</section>

	<!-- Section - Testimonials -->
	<section class="lui-section lui-gradient-center" id="testimonials-section">

		...

	</section>

	<!-- Section - Pricing -->
	<section class="lui-section lui-gradient-center" id="pricing-section">

		...

	</section>

	<!-- Section - Blog -->
	<section class="lui-section lui-gradient-top" id="blog-section">

		...

	</section>

	<!-- Section - Contacts -->
	<section class="lui-section lui-gradient-bottom" id="contact-section">

		...

	</section>

</div>
					
				

Icons

In this template are defined some of classes for icons, your can see all icons here - https://fontawesome.com/icons?d=gallery&s=brands,solid&m=free

Sourse & Credits

Scripts

Fonts

Images

Any Images or logos used in previews are not included in this item or final purchase.

  • Pexels