Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiDiva96 committed Jun 9, 2024
1 parent 7ec2447 commit 779e11a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Binary file added public/quantum/BigData.pdf
Binary file not shown.
Binary file added public/quantum/itcs.pdf
Binary file not shown.
Binary file added src/assets/itcsimg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions src/components/page4/trdquantum.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Imgdaa from '../../assets/daa1.jpg';
// import Imgmlt from '../../assets/mlt.jpg'
import Imgcn from '../../assets/cn.webp';
import Imgwt from '../../assets/wt.png';
import Imgitcs from '../../assets/itcsimg.jpg'

function quantum() {

Expand Down Expand Up @@ -101,15 +102,15 @@ function quantum() {

<div className="book">
<img src={Imgwt} alt="" />
<button onClick={() => handleDownload()}>Download</button>
<button onClick={() => handleDownload("WEB TECH QUANTUM")}>Download</button>
<div className="cover">
<p>Web Technology</p>
</div>
</div>

<div className="book">
<img src={Aquantum} alt="" />
<button onClick={() => handleDownload()}>Download</button>
<button onClick={() => handleDownload("BigData")}>Download</button>
<div className="cover">
<p>Big Data</p>
</div>
Expand All @@ -123,6 +124,15 @@ function quantum() {
</div>
</div>


<div className="book">
<img src={Imgitcs} alt="" />
<button onClick={() => handleDownload("itcs")}>Download</button>
<div className="cover">
<p>ITCS</p>
</div>
</div>

</div>
</div>
</div>
Expand Down

0 comments on commit 779e11a

Please sign in to comment.