Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.

Elvish is a Creative & Modern Parallax Personal One Page Portfolio Template is a perfect template for Business Portfolio, web studio and creative agencies. Responsive based on Bootstrap. This is one page for placing your information. All files and code has been well organized and nicely commented for easy to customize.

You are important for us and so please feel free to get back to me with any question or feedback.

I have tried my best to have standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.

Folder Structure


I have tried to follow the standards and modular structure while developing the theme. Let's take a look at the package structure:


        HTML/
        │ └── css/
        │      └── All css files
        │ └── fonts/
        │      └── All font related files
        │ └── js/
        │      └── All javascript files
        │ └── images
        │      └── All images
        └── *.html
            └── html files

        Documentation/
            └── index.html - Index file for documentation.

    

HTML Structure


<body>

    	<!-- START PRELOADER -->
        <nav id="preloader">
                .. .. ..
        </nav>
        <!-- END PRELOADER -->

        <!-- START NAVBAR -->
        <nav class="navbar navbar-expand-lg fixed-top custom-nav sticky">
                .. .. ..
        </nav>
        <!-- END NAVBAR -->

        <!-- START HOME -->
        <section class="home-bg section h-100vh" id="home">
    		.. .. ..
        </section>
        <!-- END HOME -->

        <!-- START ABOUT -->
        <section class="section" id="about">
        	.. .. ..
        </section>
        <!-- END ABOUT -->

        <!-- START SERVICES -->
        <section class="section bg-light" id="services">
        	.. .. ..
        </section>
        <!-- END SERVICES -->

        <!-- START FUNFACTS -->
        <section class="section bg-funfact">
        	.. .. ..
        </section>
        <!-- END FUNFACTS -->

        <!-- START EXP. & EDU. -->
        <section class="section" id="education">
        	.. .. ..
        </section>
        <!-- END EXP. & EDU. -->

        <!-- START CTA -->
        <section class="section bg-cta">
        	.. .. ..
        </section>
        <!-- END CTA -->

        <!-- START WORK -->
        <section class="section text-center" id="work">
        	.. .. ..
        </section>
        <!-- END WORK -->

        <!-- START CLIENT -->
        <section class="section bg-client" id="client">
        	.. .. ..
        </section>
        <!-- END CLIENT -->

        <!-- START GREAT PEOPLE -->
        <section class="section bg-light">
        	.. .. ..
        </section>
        <!-- END GREAT PEOPLE -->

        <!-- START SUBCRIBE -->
        <section class="section">
        	.. .. ..
        </section>
        <!-- END SUBCRIBE -->

        <!-- START BLOG -->
        <section class="section bg-light" id="blog">
        	.. .. ..
        </section>
        <!-- END BLOG -->

        <!-- START CONTACT FORM -->
        <section class="section" id="contact">
        	.. .. ..
        </section>
        <!-- END CONTACT FORM -->

        <!-- START CONTACT -->
        <section class="section" id="contact">
        	.. .. ..
        </section>
        <!-- END CONTACT -->

        <!-- START FOOTER -->
        <footer class="bg-light">
            2018 © Elvish.
        </footer>
        <!-- END FOOTER -->

        <!-- START BACK TO TOP -->
        <a href="#" class="back_top">
            .. .. ..
        </a>
        <!-- END BACK TO TOP -->

        <!-- scripts -->
        <script type="text/javascript">
            ...
        </script>

</body>

CSS


Files are explained below:

File Description
bootstrap.min.css Elvish uses the bootstrap v4.0.0. The core bootstrap file is being used in all the pages.
style.css This file is containing all common styles for all the pages.

Javascript


Files are explained below:

File Description
custom.js This is a main js file. It contains the custom JS code needed for features including layout, sidebar, etc.

I've used the following resources as listed. These are some awesome creation and I am really thankful to the respective community.

Once again thank you for purchasing the theme. I am always avaialble to help you. If you have any suggestion or feature to make it more better, I am requesting you to contact me, I'll try my best to add them in future updates.

Best,

- ThemesBoss - themesboss@gmail.com

Version 1.0.0 - 26 March 2018

  • Initial released

Copyright © 2017 Elvish-Theme.