Skip to content

Instantly share code, notes, and snippets.

View AlmisbahTS's full-sized avatar
🏠
Working from home

Misbakh Ahmed AlmisbahTS

🏠
Working from home
View GitHub Profile
@AlmisbahTS
AlmisbahTS / creating-your-first-apexchart.markdown
Created December 9, 2021 19:41
Creating your first ApexChart
@AlmisbahTS
AlmisbahTS / css-svg-glitch-effect.markdown
Created September 1, 2021 05:14
CSS SVG Glitch Effect
@AlmisbahTS
AlmisbahTS / index.html
Created January 8, 2021 21:03
Login Page
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<body class="bg-default">
<div class="main-content">
<!-- Navbar -->
<nav class="navbar navbar-top navbar-horizontal navbar-expand-md navbar-dark">
<div class="container px-4">
<a class="navbar-brand" href="https://www.creative-tim.com/product/argon-dashboard" target="_blank">
Argon
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapse-main" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<!-- component -->
<div class="min-h-screen flex items-center justify-center bg-gray-100 py-6">
<div class="flex w-full max-w-xs p-4 bg-gray-800">
<ul class="flex flex-col w-full">
<li class="my-px">
<a href="#"
class="flex flex-row items-center h-12 px-4 rounded-lg text-gray-600 bg-gray-100">
<span class="flex items-center justify-center text-lg text-gray-500">
<svg fill="none"
stroke-linecap="round"
@AlmisbahTS
AlmisbahTS / Progress dialog Android
Last active March 29, 2020 05:12
Android Progress dialog
// import namespace
import android.app.ProgressDialog;
//initialize progress dialog
ProgressDialog progressDialog=new ProgressDialog(MainActivity.this);
//settings
<template xmlns:v-slot="http://www.w3.org/1999/XSL/Transform">
<v-container
class="fill-height"
fluid
>
<v-row
align="center"
justify="center"