\documentclass[10pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,margin=1cm]{geometry}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage[hidelinks]{hyperref}
\usetikzlibrary{positioning}
\definecolor{brand}{HTML}{0F766E}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\newcommand{\businesscard}{%
\begin{tikzpicture}
\draw[brand, rounded corners=2pt] (0,0) rectangle (8.5,5.5);
\fill[brand] (0,3.7) rectangle (8.5,5.5);
\node[anchor=west, text=white, font=\Large\bfseries] at (0.5,5.1) {First Last};
\node[anchor=west, text=white, font=\normalsize\itshape] at (0.5,4.5) {Senior Product Designer};
\node[anchor=west, text=white, font=\small] at (0.5,4.0) {Example Studio};
\node[anchor=west, font=\small] at (0.5,3.0) {\textbf{Email:} [email protected]};
\node[anchor=west, font=\small] at (0.5,2.5) {\textbf{Phone:} +1 (555) 123-4567};
\node[anchor=west, font=\small] at (0.5,2.0) {\textbf{Web:} example.com};
\node[anchor=west, font=\small] at (0.5,1.5) {\textbf{Address:} 123 Example Way, City};
\node[anchor=west, font=\footnotesize\color{brand}] at (0.5,0.5) {\textbf{Design that earns its space.}};
\end{tikzpicture}%
}
\begin{document}
\begin{center}
\begin{tabular}{@{}cc@{}}
\businesscard & \businesscard \\[1em]
\businesscard & \businesscard \\[1em]
\businesscard & \businesscard \\[1em]
\businesscard & \businesscard \\[1em]
\businesscard & \businesscard \\
\end{tabular}
\end{center}
\end{document}

PDF Preview
Create an account to compile and preview