84

Product support

Get help in the theme support forum.

  • Added on Jun 16, 2015
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

Categories

This is a fully responsive one page portfolio website with About and Gallery sections and a contact form.

Easy to use :

Please note that this 3 free plugins ( Editable , Flexy-contact, RJ GALLERY) are required in the default index file (home.htm). If you don't want to use them home-only-html.htm (Only Html version )

Header

Live Edit

This theme uses Editable plugin, to generate an edit content on live.

Gallery

Use it with RJ GALLERY plugin and modify of raviraj/rjgallery/components/gallery/default.htm wtih :

<div id="gallery">
    {% for image in gallery.images %}
<!--- article-->
<article data-src="{{ image.path }}" data-title="{{ image.title }}" data-desc="{{ image.description }}">
    <section>
        <div class="folio_thumb" style="background-image:url('{{ image.path }}');"></div>
         <img src="{{ image.getThumb(width, height, resizer) }}" alt="{{ image.title }}" />

        <div class="folio_content">
            <h3>{{ image.title }}</h3>
        </div>
    </section>
</article>
<!---/article--> 
{% endfor %}
</div>

Contact form

Ready for Flexy-contact

  • Found the theme useful on 20 Jul, 2015

    Great minimalist theme, supported nicely by plugins, the design is very clean and elegant and the ease of customization really stands out, This is great for personal portfolio sites as well as simple company sites. It is responsive and fluid, overall highly recommended.

1.0.2

remove composer.json in order to fix /vendor genereration

Jun 03, 2015

1.0.1

Add an only html-version (without plugin required)

Jun 02, 2015

1.0.0

Correct Editor request

Jun 02, 2015

0.0.1

First commit

Jun 02, 2015