\newcounter{qc} \setcounter{qc}{0}
\newcommand{\question}{% \addtocounter{qc}{1}% \paragraph{Q \arabic{qc}}% }
\newcommand{\tcal}{
\begin{tikzpicture} \fill[gray!80,rounded corners=10pt,] (0,0) rectangle (2,2); \fill[gray!20,rounded corners=10pt,] (0,1.6) -- (0.01,0.05) -- (1.8,0.2) -- (1.95,1.6) ; \fill[red!75,rounded corners=10pt] (0,1.5) -- (0,2) -- (2,2) -- (2,1.5) ; \foreach \y in { 0.3 , 0.7 , 1.1 } { \foreach \x in { 0.2 , 0.6 , 1.0 , 1.4 } { \begin{scope}[xshift=\x cm,yshift=\y cm] \fill[gray!80] (0,0) rectangle (.25,.25); \end{scope} } } \end{tikzpicture}
}
\newcommand{\tslide}{ \begin{tikzpicture} \draw[line width = 0.2mm] (2, 1) -- (10, 1) node[right] {SLIDER}; \draw[line width = 0.2mm] (2, 1.5) -- (2, 0.5); \draw[line width = 0.2mm] (4, 1.2) -- (4, 0.8); \draw[line width = 0.2mm] (6, 1.3) -- (6, 0.7); \draw[line width = 0.2mm] (8, 1.2) -- (8, 0.8); \draw[line width = 0.2mm] (10, 1.5) -- (10, 0.5); \end{tikzpicture} }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.