Skip to content

Commit

Permalink
pdf file is on the drive
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattalli committed Oct 5, 2023
1 parent 3ff80a2 commit 0850c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file removed src/assets/pdf/lessons.pdf
Binary file not shown.
7 changes: 6 additions & 1 deletion src/pages/landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,12 @@ export default function Landing() {
<p className="certificate-text certificate-text-title">{textForm}</p>
<p className="certificate-text next-lines">{textFormSecond}</p>
<p className="certificate-text next-lines">{textFormThird}</p>
<a href="../../assets/pdf/lessons.pdf" download>
<a
href="https://drive.google.com/file/d/1GKmc-KpuvAVcI-_ks6OYxsgSXXaf-Dsb/view?usp=sharing"
target="_blank"
rel="noopener noreferrer"
download
>
<p className="certificate-text next-lines">{textFormFourth}</p>
</a>

Expand Down

0 comments on commit 0850c72

Please sign in to comment.