Welcome to NioLand - SaaS & App Landing Page HTML Template
NioLand - is a responsive website template. It is fully flexible user-friendly and responsive template that looks great on Desktops, Tablets, and Mobile Devices. this template built with Boostrap 5, HTML5, CSS3, Vanilla Js and SASS. It includes 20+ Homepage, and 45+ pre-built inner pages. this template built with well organized folder structure, clean & commented code.
If you want to create a website like SaaS, StartUp, and Tech, then you are at the right place buy NioLand website template and build your own dream. We have used gulp-based build tools and scss variables-based modes. You can quickly change the colors, font sizes, etc. in variable file. We already designed it and you can easily design your website just how you like it.
If you like our template. please don't forgot to rate it. Thank you so much!
[ nioland-template ]
folder.
|--docs/
|--nioland-html/
|--|--html/
|--|--|--index.html
|--|--|--index-saas.html
|--|--|--[other-pages].html
|--|--|--assets/
|--|--|--|--css/
|--|--|--|--|--style.css
|--|--|--|--|--style-saas.css
|--|--|--|--|--theme.css
|--|--|--|--fonts/
|--|--|--|--images/
|--|--|--|--js/
|--|--|--|--|--bundle.js
|--|--|--|--|--scripts.js
|--|--|--images/
|--|--|--|--avatar/
|--|--|--|--logo.png
|--|--|--form/
|--|--|--|--message-form.php
|--|--src/
|--|--|--assets/
|--|--|--|--fonts/
|--|--|--|--images/
|--|--|--|--js/
|--|--|--|--|--vendors/
|--|--|--|--|--script.js
|--|--|--|--|--bundle.js
|--|--|--|--scss/
|--|--|--|--|--|--core/
|--|--|--|--|--|--extend/
|--|--|--|--|--|--|--bootstrap/
|--|--|--|--|--|--vendors/
|--|--|--|--|--_variables.scss
|--|--|--|--|--_variables-[other-variables].scss
|--|--|--|--|--style.scss
|--|--|--|--|--style-[other-styles].scss
|--|--|--|--|--theme.scss
|--|--gulpfile.js
|--|--package.json
This is a basic HTML Structure.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Softnio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/images/favicon.png">
<title>NioLand || Website Tagline</title>
<link rel="stylesheet" href="/assets/css/style.css?v1.0.0">
</head>
<body class="nk-body" data-navbar-collapse="xl">
<div class="nk-app-root">
<header class="nk-header">
</header><!-- .nk-header -->
<main class="nk-pages">
<section class="section section-space">
<div class="container">
</div><!-- .container -->
</section><!-- .section -->
</main>
<footer class="nk-footer">
</footer><!-- .nk-footer -->
</div>
<script src="/assets/js/bundle.js?v1.0.0"></script>
<script src="/assets/js/scripts.js?v1.0.0"></script>
</body>
</html>
We have created all the scss files in the src/scss
folder.
|--html/
|--|--src/
|--|--|--scss/
|--|--|--|--core/
|--|--|--|--|--_style.scss/
|--|--|--|--extend/
|--|--|--|--|--bootstrap/
|--|--|--|--vendors/
|--|--|--|--_variables.scss/
|--|--|--|--_variables-[other-variables].scss/
|--|--|--|--style.scss/
|--|--|--|--style-[other-styles].scss/
Editing style css is not recommended if you are not that expert at css , just create another new file and include that in your html file
We have added all js files inside the src/js/bundle.js
file. and our custom javascript code inside the src/js/script.js
file.
|--html/
|--|--src/
|--|--|--js/
|--|--|--|--bundle.js
|--|--|--|--scripts.js
If you are not familiar with javascript, then it is hightly recommended do not make any changes to core JS files. because it may get error if you make any changes inside the core js files.
It is recommended to write your JS code, then create a new js file in js
folder. and write your own javascript code.
First open the php file located into form folder. Files are 'message-form.php'
, 'subscribe.php'
. On the file you will find bellow code. Just update your sitename, your email and name. If you want to add multiple email then just duplicate the line '$emailTO[] = array...' and add another email.
### Enter Your Sitename
$sitename = 'Your Sitename';
### Enter your email addresses: @required
$emailTO[] = array( 'email' => 'email@yoursite.com', 'name' => 'Name' );
If you want to add CC email address then just enable below line and update same way as email too.
//$emailCC[] = array( 'email' => 'email@yoursite.com', 'name' => 'Your Name' );
If you want to use SMTP, please enable bellow line of code and upate with your smtp information.
// $mail->isSMTP();
// $mail->SMTPDebug = 0;
// $mail->Host = 'smtp_host';
// $mail->Port = 587;
// $mail->SMTPAuth = true;
// $mail->Username = 'smtp_username';
// $mail->Password = 'smtp_password';
Common libraries and Vanila js plugins.
https://getbootstrap.com/
https://swiperjs.com/
https://simpleparallax.com/
https://popper.js.org/
https://michalsnik.github.io/aos/
https://clipboardjs.com/
https://yiotis.net/filterizr/#/
https://fslightbox.com/
https://pristine.js.org/
https://asif-jalil.github.io/scroll-carousel-website/
https://www.freepik.com/
https://unsplash.com
https://icons8.com/
https://depositphotos.com
https://www.pexels.com/
https://www.figma.com/community/file/1030350068466019692
https://dribbble.com/shots/18839799-Paynow-Finance-App
https://dribbble.com/shots/15585021-Dashboard-Conversations-Dark
https://dribbble.com/shots/18699336-Education-platform-classes
https://dribbble.com/shots/17419358-Learning-Management-System
https://dribbble.com/shots/14237020-Iconhub-Dashboard-Exploration
https://dribbble.com/shots/16622997-TeamWork-Dashboard-Pricing-Page