Skip to content

Chikoumi/OctoberCMS-folio-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

October CMS portfolio theme

This is a one page portfolio website with about, gallery and contact form.

Please notice that this 3 free plugins ( Editable , Flexy-contact, RJ GALLERY) are requiered in the default index file (home.htm), if you doesn't want to use them home-only-html.htm

##Demo :

Information :

Live Edtion :

This theme is using Editable, to generate an edit content on live.

Gallery

Use it with RJ GALLERY and modify end 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 FlexiContact

Header :

header

About :

about

Gallery

Folio

Contact

Contact

Mobile Version

Mobile-Version

About

This is a one page portfolio website with about, gallery and contact form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published