Skip to content

Instantly share code, notes, and snippets.

View ayoubkhan558-zz's full-sized avatar
🏠
Working from home

Muhammad Ayoub Khan ayoubkhan558-zz

🏠
Working from home
View GitHub Profile
@ayoubkhan558-zz
ayoubkhan558-zz / wp-bootstrap-5-comment-walker.php
Last active April 22, 2022 14:20
A custom WordPress comment walker class to implement the Bootstrap 5 Card in WordPress comment list.
<?php
/**
* A custom WordPress comment walker class to implement the Bootstrap 3 Media object in wordpress comment list.
*
* @package wp-bootstrap-5-comment-walker
* @version 1.0.0
* @author Ayoub Khan <ayoubkhan558@hotmail.com>
* @license MIT
@ayoubkhan558-zz
ayoubkhan558-zz / ayoubkhan-site-data.json
Last active April 22, 2022 14:19
ayoubkhan-site-data.json
{
"personalinfo": {
"name": "muhammad ayoub",
"title-short": "Javascript Engineer",
"title": "Hobbyist. Programmer. Dreamer. JavaScript and TypeScript lover.",
"short-about": "Hi, I'm Muhammad Ayoub and I'm a Javascript Engineer. Welcome to my personal website!",
"about": "Hi, Em <strong>Muhammad Ayoub</strong> self-learned <i>programmer</i> from <strong>Faisalabad</strong>. I'm a <strong>professional web developer</strong> specialised in <strong>frontend development</strong> for complex scalable web apps. <br> I am having the expertise and high bug solving skills and could easily get on board with an ongoing project. I have experience in web development <i>languages</i> and <i>frameworks</i>. <br> <br> Want to know how I may help your project? Check out my project <a class='ink-on-bg' href='projects.html'>portfolio</a> and <a class='link-on-bg' href='resume.html'>online </a>. ",
"marital_status": "single",
"zip_code": "57000",
"address": "Mamunkanjan, Faisalabad, Punjab, Pakistan.",
# Freelancing Reviews Samples
=======================================================================
****
=======================================================================
## Buyer Reviews to Sellers
=======================================================================
@ayoubkhan558-zz
ayoubkhan558-zz / Android Setup for ionic 4 App
Created July 9, 2019 07:35
Android Setup for ionic 4 App
1: Install Java JDK 8
2: Install Ionic 4 globaly through NPM
3: Install Gradle
Installing Gradle manually
https://gradle.org/next-steps/?version=5.5&format=bin
Step 1. Download the latest Gradle distribution
Step 2. Unpack the distribution
@ayoubkhan558-zz
ayoubkhan558-zz / Build Android Binary.md
Last active April 22, 2022 14:17 — forked from nvanselow/Build Android Binary.md
Generate Android Signed APK File for Google Play with Ionic

STEPS TO CREATE ANDROID APK USING IONIC 4

Add android plateform

In the command line run ionic cordova platform add android

Generate Icons and splash for all the platforms

ionic cordova resources

Prepare the platform

https://www.simonewebdesign.it/demo/html5editor/
Simone Web Design
Home Blog Projects About
How to make a real-time in-browser editor with the HTML5′s contenteditable attribute
Apr 20th, 2013
Lots of fun here. Some days ago I just read a very cool comment on html5doctor:
## Multi Level dropdwon Menu
Animate.css, wow.js (aoa.js),
-- # Faviorite Fonts
Roboto, Raleway,
"Segoe UI","Helvetica Neue","Helvetica",Arial,sans-serif
-- # Plugins
// Animation Libraries
@ayoubkhan558-zz
ayoubkhan558-zz / centering div and content in html css.html
Last active January 19, 2022 01:36
Methods to Center a Div in HTML CSS
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>
body {
background: pink;
}