taking help in study to the student of ssc part 2
A Pen by Sahil Shaikh on CodePen.
taking help in study to the student of ssc part 2
A Pen by Sahil Shaikh on CodePen.
| <body class="bg-grey-400"> | |
| <div class="accordion flex flex-col items-center justify-center h-screen"> | |
| <!-- Panel 1 --> | |
| <div class="w-3/4"> | |
| <input type="checkbox" name="panel" id="panel-1" class="hidden"> | |
| <label for="panel-1" class="relative block bg-black text-white p-4 shadow border-b border-grey bg-indigo-700">Panel 1</label> | |
| <div class="accordion__content overflow-hidden bg-indigo-600 text-white"> | |
| <h2 class="accordion__header pt-4 pl-4">Header</h2> | |
| <p class="accordion__body p-4" id="panel1">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto possimus at a cum saepe molestias modi illo facere ducimus voluptatibus praesentium deleniti fugiat ab error quia sit perspiciatis velit necessitatibus.Lorem ipsum dolor sit amet, consectetur | |
| adipisicing elit. Lorem ipsum dolor sit amet.</p> |
| pm2 serve /home/site/wwwroot --no-daemon --spa | |
| # serves the wwwroot with pm2 deamon |
| Ext.define('App.security.Firewall', { | |
| singleton: true, | |
| requires: [ | |
| 'App.security.TokenStorage' | |
| ], | |
| isLoggedIn: function() { | |
| return null !== App.security.TokenStorage.retrieve(); | |
| }, |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <sikb:sikb0102 | |
| xmlns:gco="http://www.isotc211.org/2005/gco" | |
| xmlns:gmd="http://www.isotc211.org/2005/gmd" | |
| xmlns:gsr="http://www.isotc211.org/2005/gsr" | |
| xmlns:gss="http://www.isotc211.org/2005/gss" | |
| xmlns:gts="http://www.isotc211.org/2005/gts" | |
| xmlns:gml="http://www.opengis.net/gml/3.2" | |
| xmlns:nen3610="http://www.ravi.nl/nen3610/2.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <sikb:sikb0102 | |
| xmlns:gco="http://www.isotc211.org/2005/gco" | |
| xmlns:gmd="http://www.isotc211.org/2005/gmd" | |
| xmlns:gsr="http://www.isotc211.org/2005/gsr" | |
| xmlns:gss="http://www.isotc211.org/2005/gss" | |
| xmlns:gts="http://www.isotc211.org/2005/gts" | |
| xmlns:gml="http://www.opengis.net/gml/3.2" | |
| xmlns:nen3610="http://www.ravi.nl/nen3610/2.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| DELETE FROM wp_woocommerce_order_items WHERE order_id IN ( SELECT ID FROM wp_posts WHERE post_date BETWEEN '2019-01-01' AND '2023-01-01'); | |
| DELETE FROM wp_comments WHERE comment_type = 'order_note' AND comment_post_ID IN ( SELECT ID FROM wp_posts WHERE post_date BETWEEN '2019-01-01' AND '2023-01-01' AND post_type='shop_order'); | |
| DELETE FROM wp_postmeta WHERE post_id IN ( SELECT ID FROM wp_posts WHERE post_date BETWEEN '2019-01-01' AND '2023-01-01' AND post_type = 'shop_order'); | |
| <div class="container"> | |
| <div class="mhn-slide owl-carousel"> | |
| <div class="mhn-item"> | |
| <div class="mhn-inner"> | |
| <img src="https://source.unsplash.com/600x400/?paper"> | |
| <div class="mhn-img"><div class="loader-circle"><div class="loader-stroke-left"></div><div class="loader-stroke-right"></div></div></div> | |
| <div class="mhn-text"> | |
| <h4>Paper</h4> | |
| <p>Paper is a thin material produced by pressing together moist fibres of cellulose pulp derived from wood, rags or grasses, and drying them into flexible sheets.</p> | |
| </div> |
| var jq = document.createElement('script'); | |
| jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"; | |
| document.getElementsByTagName('head')[0].appendChild(jq); | |
| // ... give time for script to load, then type (or see below for non wait option) | |
| jQuery.noConflict(); | |
| 22:12:36.944 |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.3.11/min/tiny-slider.js"></script> | |
| <script src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.3.11/tiny-slider.css" rel="stylesheet" /> | |
| <h1> Tiny slider example</h1> | |
| <div class="slider-container"> | |
| <div class="my-slider"> | |
| <div class="slider-item"> | |
| <div class="card"> |