Images
Tec{h}tonic helps you create your dream website without much head scratching in the design for it. Dive into your site making by installing this open source framework. Just add the pre-defined classes of tec{h}tonic in your html.

Round Images

You can add a "round-img" class along in the image tag to get it in round shape.

<img src="../../assets/image-component.jpg" alt="" class="round-img">
<img src="../../assets/image2-component.jpg" alt="" class="round-img">
<img src="../../assets/image3-component.jpg" alt="" class="round-img">
view raw gistfile1.txt hosted with ❤ by GitHub

Square Images

You can add a "square-img" class along in the image tag to get it in square shape.

<img src="../../assets/image-component.jpg" alt="" class="square-img">
<img src="../../assets/image2-component.jpg" alt="" class="square-img">
<img src="../../assets/image3-component.jpg" alt="" class="square-img">
view raw gistfile1.txt hosted with ❤ by GitHub

Responsive Image
Responsive image are those images which adjust themselves according to the container they are in. You can get the idea by minimizing your screen.

You can add a "responsive-img" class along in the image tag to get it responsive

<img src="../../assets/responsive-image.jpg" alt="" class="responsive-img">
view raw gistfile1.txt hosted with ❤ by GitHub