Skip to content

Commit

Permalink
Merge pull request #1596 from gtech-mulearn/old-dev
Browse files Browse the repository at this point in the history
Old dev
  • Loading branch information
viraka authored Jul 21, 2024
2 parents 22f9b8d + fc8bad8 commit e7813a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/Pages/ArtOfTeaching/ArtOfTeaching.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "./ArtOfTeaching.scss";
import Faq from "react-faq-component";

import fvimg from "./assets/fvimg.gif";
import Guidlines from "./assets/Guidlines.pdf";

import MentorCard from "../../Components/MentorCard/MentorCard";

Expand Down Expand Up @@ -263,7 +264,10 @@ const ArtOfTeaching = () => {

</div>
<div className="mt-2">
<a href="https://docs.google.com/document/d/1wnzN2rwKfS3Y4t_A6KMxyCm3mSNWMvGhzqjNaZ-hYGk/edit?usp=drivesdk">
<a href={Guidlines}

download="Art of Teaching Guidelines.pdf"
>
<button style={{font:'bold', fontSize:'16px',width:'180px'}} className={styles.create }>Download Pdf</button></a>
</div>
</div>
Expand Down Expand Up @@ -303,7 +307,14 @@ const ArtOfTeaching = () => {
</div>

<div className="mt-5">
<button style={{font:'bold', fontSize:'16px'}} className={styles.create }>Download Pdf</button>
<a
href={Guidlines}
download="Art of Teaching Guidelines.pdf"
className="download-button"
>


<button style={{font:'bold', fontSize:'16px',width:'180px'}} className={styles.create }>Download Pdf</button></a>
</div>
</div>
</div>
Expand Down
Binary file added src/Pages/ArtOfTeaching/assets/Guidlines.pdf
Binary file not shown.

0 comments on commit e7813a8

Please sign in to comment.