diff --git a/awesome-cv.cls b/awesome-cv.cls
index d1c1074..d1df881 100644
--- a/awesome-cv.cls
+++ b/awesome-cv.cls
@@ -619,6 +619,17 @@
\honordatestyle{#4} & \honorpositionstyle{#1}, \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}