Pie Chart

Web Design

Map where your photos were taken and discover local points of interest. Map where your photos.

Plugin Development

Map where your photos were taken and discover local points of interest. Map where your photos.

Theme Development

Map where your photos were taken and discover local points of interest. Map where your photos.

Wordpress Code

Map where your photos were taken and discover local points of interest. Map where your photos.

<div class="row">
   ...
   <div class="col-md-3">
       <div class="pie-chart">
           <div class="chart" data-percent="82">
               <span class="chart-text">
                   <span><i class="icons icon-magic-wand"></i></span>
               </span>
           </div>
           <div class="chart-title">
               <h6>Web Design</h6>
           </div>
           <div class="chart-content">
               <p>Map where your photos were taken and discover local points of interest. Map where your photos.</p>
           </div>
       </div>
   </div>
   ...
</div>
.row
   .col-md-3
       +PieChart("Web Design", "70")
   .col-md-3
       +PieChart("Plugin Development", "80")
   .col-md-3
       +PieChart("Theme Development", "90")
   .col-md-3
       +PieChart("Wordpress Code", "100")