\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage[hidelinks]{hyperref}
\definecolor{accent}{HTML}{3B82F6}
\definecolor{ink}{HTML}{111827}
\pagestyle{empty}
\begin{document}
\begin{tikzpicture}[remember picture, overlay]
\fill[accent] (current page.north west) rectangle ([yshift=-4cm]current page.north east);
\node[text=white, font=\Huge\bfseries] at ([yshift=-2cm]current page.north) {Certificate of Completion};
\node[text=white, font=\Large] at ([yshift=-3cm]current page.north) {Example Academy};
\end{tikzpicture}
\vspace{5cm}
\begin{center}
{\Large This is to acknowledge that}\\[1.4em]
{\color{ink}\fontsize{36}{38}\selectfont\bfseries First Last}\\[1.2em]
{\Large has completed the course}\\[0.8em]
{\huge\bfseries Machine Learning with Python}\\[0.5em]
{\large (72 hours of instruction, Spring cohort)}\\[2em]
{\large Issued: \today}\\[0.5em]
{\large Certificate ID: EA-2026-003472}\\[2em]
\begin{minipage}[t]{0.4\linewidth}
\centering
\rule{\linewidth}{0.4pt}\\[0.2em]
\textbf{Course Instructor}\\Dr. Jane Doe
\end{minipage}
\hspace{0.1\linewidth}
\begin{minipage}[t]{0.4\linewidth}
\centering
\rule{\linewidth}{0.4pt}\\[0.2em]
\textbf{Academy Director}\\Dr. John Smith
\end{minipage}
\vspace{2em}
{\small Verify at example.com/verify/EA-2026-003472}
\end{center}
\end{document}

PDF Preview
Create an account to compile and preview