diff --git a/awesome-cv.cls b/awesome-cv.cls
index 8e68d92..4637768 100644
--- a/awesome-cv.cls
+++ b/awesome-cv.cls
@@ -798,6 +798,17 @@
\honordatestyle{#4} & \honorpositionstyle{#1}\ifempty{#2}{}{,} \honortitlestyle{#2} & \honorlocationstyle{#3} \\
}
+% Define your projects
+% Usage: \cvproject{
}{}{}
+\newcommand*{\cvproject}[3]{
+ \setlength\tabcolsep{0pt}
+ \setlength{\extrarowheight}{0pt}
+ \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{12.5cm} R{4.5cm}}
+ \entrytitlestyle{#1} & \entrydatestyle{#2} \\[2mm]
+ \multicolumn{2}{L{17cm}}{\descriptionstyle{#3}} \\
+ \end{tabular*}
+}
+
% Define an environment for cvskill
\newenvironment{cvskills}{%
\vspace{\acvSectionContentTopSkip}