Site with Woo-Commerce Plugin

WordPress E-Commerce Development w/ WooCommerce & Storefront   done it while following udemy’s course https://www.udemy.com/course/wordpress-ecommerce-development-with-woocommerce-storefront/ […]

Read More…

png to base64 : Photoshop

For this site I needed some icon like: upwork’s icon. While I am using font-awesome for icons, I couldn’t find some icon from there so I used raw png icon file, removed their background then converted to base64.     […]

Read More…

Website Design: Photoshop

Designed a template for the first time for 99design contest.   https://99designs.com/web-design/contests/leading-edge-technology-investor-looking-sleek-site-930363/brief   […]

Read More…

Advanced CSS And Sass

Following Udemy – Advanced CSS And Sass Take Your CSS To The Next Level! https://syedshaon.github.io/Natours/ To run the project make sure node is installed (thinking node module is not included) In packaage json there are some dependency which can be installed by “npm install” In index page css for old IE is yet to be written, […]

Read More…

PSD to HTML5 : mobileApp

Done by following by Filip Kordanovski of udemy with TWEAK PSD to Responsive HTML5: Beginner to Advanced   https://www.udemy.com/psd-to-html5-beginner-to-advanced/ […]

Read More…

PSD to WordPress : Wapik-k

Every single line of code is written by unless mentioned the source. Will add details later   PSD to WordPress PSD file link … https://github.com/syedshaon/wapik-k/blob/master/Wapik%20PSD.zip Completed site link … http://wapik-k.mashimakes.website/ Completed theme link … https://github.com/syedshaon/wapik-k/blob/master/wapik-k%20v3.zip Details: #1. Used underscore based theme that I made previously. #2. Used flexbox to layout (no css framework). #3. Used ACF (Advanced Custom […]

Read More…

Plugin in WordPress.org

Simple google map plugin for WordPress as the name suggests it is a map plugin that uses google’s embeed map functionality. This plugin doesn’t require google map’s api to load the map. However this plugin have limited functionality you have to find the location’s logitude and latitude by yourself to work it properly. Also you […]

Read More…